123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <jni.h>
- /* Header for class com_jg_softbus_naservice_SubscribeService */
- #ifndef _Included_com_jg_softbus_naservice_SubscribeService
- #define _Included_com_jg_softbus_naservice_SubscribeService
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*
- * Class: com_jg_softbus_naservice_SubscribeService
- * Method: discoveryStart
- * Signature: (Ljava/lang/String;Lcom/jg/softbus/discovery/SubscribeInfo;Lcom/jg/softbus/discovery/callback/IDiscoveryCallback;)I
- */
- JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_SubscribeService_discoveryStart
- (JNIEnv *, jobject, jstring, jobject, jobject);
- /*
- * Class: com_jg_softbus_naservice_SubscribeService
- * Method: refreshLNN
- * Signature: (Ljava/lang/String;Lcom/jg/softbus/discovery/SubscribeInfo;Lcom/jg/softbus/discovery/callback/IRefreshCallback;)I
- */
- JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_SubscribeService_refreshLNN
- (JNIEnv *, jobject, jstring, jobject, jobject);
- /*
- * Class: com_jg_softbus_naservice_SubscribeService
- * Method: stopDiscovery
- * Signature: (Ljava/lang/String;I)I
- */
- JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_SubscribeService_stopDiscovery
- (JNIEnv *, jobject, jstring, jint);
- /*
- * Class: com_jg_softbus_naservice_SubscribeService
- * Method: stopRefreshLNN
- * Signature: (Ljava/lang/String;I)I
- */
- JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_SubscribeService_stopRefreshLNN
- (JNIEnv *, jobject, jstring, jint);
- /*
- * Class: com_jg_softbus_naservice_SubscribeService
- * Method: findDeviceNodes
- * Signature: (Ljava/lang/String;)[Lcom/jg/softbus/network/node/NodeBasicInfo;
- */
- JNIEXPORT jobjectArray JNICALL Java_com_jg_softbus_naservice_SubscribeService_findDeviceNodes
- (JNIEnv *, jobject, jstring);
- /*
- * Class: com_jg_softbus_naservice_SubscribeService
- * Method: releaseDeviceNodes
- * Signature: ([Lcom/jg/softbus/network/node/NodeBasicInfo;)V
- */
- JNIEXPORT void JNICALL Java_com_jg_softbus_naservice_SubscribeService_releaseDeviceNodes
- (JNIEnv *, jobject, jobjectArray);
- /*
- * Class: com_jg_softbus_naservice_SubscribeService
- * Method: destroy
- * Signature: ()V
- */
- JNIEXPORT void JNICALL Java_com_jg_softbus_naservice_SubscribeService_destroy
- (JNIEnv *, jobject);
- #ifdef __cplusplus
- }
- #endif
- #endif
|