com_jg_softbus_naservice_SubscribeService.h 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class com_jg_softbus_naservice_SubscribeService */
  4. #ifndef _Included_com_jg_softbus_naservice_SubscribeService
  5. #define _Included_com_jg_softbus_naservice_SubscribeService
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*
  10. * Class: com_jg_softbus_naservice_SubscribeService
  11. * Method: discoveryStart
  12. * Signature: (Ljava/lang/String;Lcom/jg/softbus/discovery/SubscribeInfo;Lcom/jg/softbus/discovery/callback/IDiscoveryCallback;)I
  13. */
  14. JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_SubscribeService_discoveryStart
  15. (JNIEnv *, jobject, jstring, jobject, jobject);
  16. /*
  17. * Class: com_jg_softbus_naservice_SubscribeService
  18. * Method: refreshLNN
  19. * Signature: (Ljava/lang/String;Lcom/jg/softbus/discovery/SubscribeInfo;Lcom/jg/softbus/discovery/callback/IRefreshCallback;)I
  20. */
  21. JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_SubscribeService_refreshLNN
  22. (JNIEnv *, jobject, jstring, jobject, jobject);
  23. /*
  24. * Class: com_jg_softbus_naservice_SubscribeService
  25. * Method: stopDiscovery
  26. * Signature: (Ljava/lang/String;I)I
  27. */
  28. JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_SubscribeService_stopDiscovery
  29. (JNIEnv *, jobject, jstring, jint);
  30. /*
  31. * Class: com_jg_softbus_naservice_SubscribeService
  32. * Method: stopRefreshLNN
  33. * Signature: (Ljava/lang/String;I)I
  34. */
  35. JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_SubscribeService_stopRefreshLNN
  36. (JNIEnv *, jobject, jstring, jint);
  37. /*
  38. * Class: com_jg_softbus_naservice_SubscribeService
  39. * Method: findDeviceNodes
  40. * Signature: (Ljava/lang/String;)[Lcom/jg/softbus/network/node/NodeBasicInfo;
  41. */
  42. JNIEXPORT jobjectArray JNICALL Java_com_jg_softbus_naservice_SubscribeService_findDeviceNodes
  43. (JNIEnv *, jobject, jstring);
  44. /*
  45. * Class: com_jg_softbus_naservice_SubscribeService
  46. * Method: releaseDeviceNodes
  47. * Signature: ([Lcom/jg/softbus/network/node/NodeBasicInfo;)V
  48. */
  49. JNIEXPORT void JNICALL Java_com_jg_softbus_naservice_SubscribeService_releaseDeviceNodes
  50. (JNIEnv *, jobject, jobjectArray);
  51. /*
  52. * Class: com_jg_softbus_naservice_SubscribeService
  53. * Method: destroy
  54. * Signature: ()V
  55. */
  56. JNIEXPORT void JNICALL Java_com_jg_softbus_naservice_SubscribeService_destroy
  57. (JNIEnv *, jobject);
  58. #ifdef __cplusplus
  59. }
  60. #endif
  61. #endif