com_jg_softbus_naservice_PublishService.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class com_jg_softbus_naservice_PublishService */
  4. #ifndef _Included_com_jg_softbus_naservice_PublishService
  5. #define _Included_com_jg_softbus_naservice_PublishService
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*
  10. * Class: com_jg_softbus_naservice_PublishService
  11. * Method: publishService
  12. * Signature: (Ljava/lang/String;Lcom/jg/softbus/discovery/PublishInfo;Lcom/jg/softbus/discovery/callback/IPublishCallback;)I
  13. */
  14. JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_PublishService_publishService
  15. (JNIEnv *, jobject, jstring, jobject, jobject);
  16. /*
  17. * Class: com_jg_softbus_naservice_PublishService
  18. * Method: unPublishService
  19. * Signature: (Ljava/lang/String;I)I
  20. */
  21. JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_PublishService_unPublishService
  22. (JNIEnv *, jobject, jstring, jint);
  23. /*
  24. * Class: com_jg_softbus_naservice_PublishService
  25. * Method: publishLNN
  26. * Signature: (Ljava/lang/String;Lcom/jg/softbus/discovery/PublishInfo;Lcom/jg/softbus/discovery/callback/IPublishCb;)I
  27. */
  28. JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_PublishService_publishLNN
  29. (JNIEnv *, jobject, jstring, jobject, jobject);
  30. /*
  31. * Class: com_jg_softbus_naservice_PublishService
  32. * Method: stopPublishLNN
  33. * Signature: (Ljava/lang/String;I)I
  34. */
  35. JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_PublishService_stopPublishLNN
  36. (JNIEnv *, jobject, jstring, jint);
  37. /*
  38. * Class: com_jg_softbus_naservice_PublishService
  39. * Method: destroy
  40. * Signature: ()V
  41. */
  42. JNIEXPORT void JNICALL Java_com_jg_softbus_naservice_PublishService_destroy
  43. (JNIEnv *, jobject);
  44. #ifdef __cplusplus
  45. }
  46. #endif
  47. #endif