1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <jni.h>
- /* Header for class com_jg_softbus_naservice_PublishService */
- #ifndef _Included_com_jg_softbus_naservice_PublishService
- #define _Included_com_jg_softbus_naservice_PublishService
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*
- * Class: com_jg_softbus_naservice_PublishService
- * Method: publishService
- * Signature: (Ljava/lang/String;Lcom/jg/softbus/discovery/PublishInfo;Lcom/jg/softbus/discovery/callback/IPublishCallback;)I
- */
- JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_PublishService_publishService
- (JNIEnv *, jobject, jstring, jobject, jobject);
- /*
- * Class: com_jg_softbus_naservice_PublishService
- * Method: unPublishService
- * Signature: (Ljava/lang/String;I)I
- */
- JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_PublishService_unPublishService
- (JNIEnv *, jobject, jstring, jint);
- /*
- * Class: com_jg_softbus_naservice_PublishService
- * Method: publishLNN
- * Signature: (Ljava/lang/String;Lcom/jg/softbus/discovery/PublishInfo;Lcom/jg/softbus/discovery/callback/IPublishCb;)I
- */
- JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_PublishService_publishLNN
- (JNIEnv *, jobject, jstring, jobject, jobject);
- /*
- * Class: com_jg_softbus_naservice_PublishService
- * Method: stopPublishLNN
- * Signature: (Ljava/lang/String;I)I
- */
- JNIEXPORT jint JNICALL Java_com_jg_softbus_naservice_PublishService_stopPublishLNN
- (JNIEnv *, jobject, jstring, jint);
- /*
- * Class: com_jg_softbus_naservice_PublishService
- * Method: destroy
- * Signature: ()V
- */
- JNIEXPORT void JNICALL Java_com_jg_softbus_naservice_PublishService_destroy
- (JNIEnv *, jobject);
- #ifdef __cplusplus
- }
- #endif
- #endif
|