📄 gaugethresholdjni.h
字号:
*/JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_Int64GaugeThreshold_SetOffsetNative (JNIEnv *, jobject, jlong);/********************************************* IntGauge ********************************************//* * Class: com_intel_mobile_threshold_IntGaugeThreshold * Method: constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_IntGaugeThreshold_constructor (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_IntGaugeThreshold * Method: SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/IntProperty;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_IntGaugeThreshold_SetObservedPropertyNative (JNIEnv *, jobject, jobject);/* * Class: com_intel_mobile_threshold_IntGaugeThreshold * Method: GetHighThresholdNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_IntGaugeThreshold_GetHighThresholdNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_IntGaugeThreshold * Method: GetLowThresholdNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_IntGaugeThreshold_GetLowThresholdNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_IntGaugeThreshold * Method: GetOffsetNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_IntGaugeThreshold_GetOffsetNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_IntGaugeThreshold * Method: SetHighThresholdNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_IntGaugeThreshold_SetHighThresholdNative (JNIEnv *, jobject, jint);/* * Class: com_intel_mobile_threshold_IntGaugeThreshold * Method: SetLowThresholdNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_IntGaugeThreshold_SetLowThresholdNative (JNIEnv *, jobject, jint);/* * Class: com_intel_mobile_threshold_IntGaugeThreshold * Method: SetOffsetNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_IntGaugeThreshold_SetOffsetNative (JNIEnv *, jobject, jint);/********************************************* UInt64Gauge ********************************************//* * Class: com_intel_mobile_threshold_UInt64GaugeThreshold * Method: constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_UInt64GaugeThreshold_constructor (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_UInt64GaugeThreshold * Method: SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/UInt64Property;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UInt64GaugeThreshold_SetObservedPropertyNative (JNIEnv *, jobject, jobject);/* * Class: com_intel_mobile_threshold_UInt64GaugeThreshold * Method: GetHighThresholdNative * Signature: ()J */JNIEXPORT jlong JNICALL Java_com_intel_mobile_threshold_UInt64GaugeThreshold_GetHighThresholdNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_UInt64GaugeThreshold * Method: GetLowThresholdNative * Signature: ()J */JNIEXPORT jlong JNICALL Java_com_intel_mobile_threshold_UInt64GaugeThreshold_GetLowThresholdNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_UInt64GaugeThreshold * Method: GetOffsetNative * Signature: ()J */JNIEXPORT jlong JNICALL Java_com_intel_mobile_threshold_UInt64GaugeThreshold_GetOffsetNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_UInt64GaugeThreshold * Method: SetHighThresholdNative * Signature: (J)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UInt64GaugeThreshold_SetHighThresholdNative (JNIEnv *, jobject, jlong);/* * Class: com_intel_mobile_threshold_UInt64GaugeThreshold * Method: SetLowThresholdNative * Signature: (J)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UInt64GaugeThreshold_SetLowThresholdNative (JNIEnv *, jobject, jlong);/* * Class: com_intel_mobile_threshold_UInt64GaugeThreshold * Method: SetOffsetNative * Signature: (J)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UInt64GaugeThreshold_SetOffsetNative (JNIEnv *, jobject, jlong);/********************************************* UIntGauge ********************************************//* * Class: com_intel_mobile_threshold_UIntGaugeThreshold * Method: constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_UIntGaugeThreshold_constructor (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_UIntGaugeThreshold * Method: SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/UIntProperty;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UIntGaugeThreshold_SetObservedPropertyNative (JNIEnv *, jobject, jobject);/* * Class: com_intel_mobile_threshold_UIntGaugeThreshold * Method: GetHighThresholdNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_UIntGaugeThreshold_GetHighThresholdNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_UIntGaugeThreshold * Method: GetLowThresholdNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_UIntGaugeThreshold_GetLowThresholdNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_UIntGaugeThreshold * Method: GetOffsetNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_UIntGaugeThreshold_GetOffsetNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_UIntGaugeThreshold * Method: SetHighThresholdNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UIntGaugeThreshold_SetHighThresholdNative (JNIEnv *, jobject, jint);/* * Class: com_intel_mobile_threshold_UIntGaugeThreshold * Method: SetLowThresholdNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UIntGaugeThreshold_SetLowThresholdNative (JNIEnv *, jobject, jint);/* * Class: com_intel_mobile_threshold_UIntGaugeThreshold * Method: SetOffsetNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UIntGaugeThreshold_SetOffsetNative (JNIEnv *, jobject, jint);/********************************************* FloatGauge ********************************************//* * Class: com_intel_mobile_threshold_FloatGaugeThreshold * Method: constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_FloatGaugeThreshold_constructor (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_FloatGaugeThreshold * Method: SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/FloatProperty;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_FloatGaugeThreshold_SetObservedPropertyNative (JNIEnv *, jobject, jobject);/* * Class: com_intel_mobile_threshold_FloatGaugeThreshold * Method: GetHighThresholdNative * Signature: ()F */JNIEXPORT jfloat JNICALL Java_com_intel_mobile_threshold_FloatGaugeThreshold_GetHighThresholdNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_FloatGaugeThreshold * Method: GetLowThresholdNative * Signature: ()F */JNIEXPORT jfloat JNICALL Java_com_intel_mobile_threshold_FloatGaugeThreshold_GetLowThresholdNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_FloatGaugeThreshold * Method: GetOffsetNative * Signature: ()F */JNIEXPORT jfloat JNICALL Java_com_intel_mobile_threshold_FloatGaugeThreshold_GetOffsetNative (JNIEnv *, jobject);/* * Class: com_intel_mobile_threshold_FloatGaugeThreshold * Method: SetHighThresholdNative * Signature: (F)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_FloatGaugeThreshold_SetHighThresholdNative (JNIEnv *, jobject, jfloat);/* * Class: com_intel_mobile_threshold_FloatGaugeThreshold * Method: SetLowThresholdNative * Signature: (F)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_FloatGaugeThreshold_SetLowThresholdNative (JNIEnv *, jobject, jfloat);/* * Class: com_intel_mobile_threshold_FloatGaugeThreshold * Method: SetOffsetNative * Signature: (F)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_FloatGaugeThreshold_SetOffsetNative (JNIEnv *, jobject, jfloat);#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -