⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 counterthresholdjni.h

📁 270的linux说明
💻 H
字号:
/*

Copyright (c) 2008, Intel Corporation. 

All rights reserved.

 

Redistribution and use in source and binary forms, with or without modification, 
are permitted provided that the following conditions are met:


    * Redistributions of source code must retain the above copyright notice, 
this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation and/or 
other materials provided with the distribution.

    * Neither the name of Intel Corporation nor the names of its contributors 
may be used to endorse or promote products derived from this software without 
specific prior written permission.

 

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, 
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE.

*/#include <jni.h>/* Header for class com_intel_mobile_threshold_CounterThreshold */#ifndef _Included_com_intel_mobile_threshold_CounterThreshold#define _Included_com_intel_mobile_threshold_CounterThreshold#ifdef __cplusplusextern "C" {#endif/***************************************** Counter ******************************************//* * Class:     com_intel_mobile_threshold_CounterThreshold * Method:    GetNotifyNative * Signature: ()Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_CounterThreshold_GetNotifyNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_CounterThreshold * Method:    SetNotifyNative * Signature: (Z)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_CounterThreshold_SetNotifyNative  (JNIEnv *, jobject, jboolean);/************************************* ByteCounter ***************************************//* * Class:     com_intel_mobile_threshold_ByteCounterThreshold * Method:    constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_ByteCounterThreshold_constructor  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_ByteCounterThreshold * Method:    SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/ByteProperty;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_ByteCounterThreshold_SetObservedPropertyNative  (JNIEnv *, jobject, jobject);/* * Class:     com_intel_mobile_threshold_ByteCounterThreshold * Method:    GetThresholdNative * Signature: ()B */JNIEXPORT jbyte JNICALL Java_com_intel_mobile_threshold_ByteCounterThreshold_GetThresholdNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_ByteCounterThreshold * Method:    SetThresholdNative * Signature: (B)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_ByteCounterThreshold_SetThresholdNative  (JNIEnv *, jobject, jbyte);/* * Class:     com_intel_mobile_threshold_ByteCounterThreshold * Method:    GetOffsetNative * Signature: ()B */JNIEXPORT jbyte JNICALL Java_com_intel_mobile_threshold_ByteCounterThreshold_GetOffsetNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_ByteCounterThreshold * Method:    SetOffsetNative * Signature: (B)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_ByteCounterThreshold_SetOffsetNative  (JNIEnv *, jobject, jbyte);/*********************************** DateCounter *****************************************//* * Class:     com_intel_mobile_threshold_DateCounterThreshold * Method:    constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_DateCounterThreshold_constructor  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_DateCounterThreshold * Method:    SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/DateTimeProperty;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_DateCounterThreshold_SetObservedPropertyNative  (JNIEnv *, jobject, jobject);/* * Class:     com_intel_mobile_threshold_DateCounterThreshold * Method:    GetThresholdNative * Signature: ()Ljava/util/Date; */JNIEXPORT jobject JNICALL Java_com_intel_mobile_threshold_DateCounterThreshold_GetThresholdNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_DateCounterThreshold * Method:    SetThresholdNative * Signature: (Ljava/util/Date;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_DateCounterThreshold_SetThresholdNative  (JNIEnv *, jobject, jobject);/* * Class:     com_intel_mobile_threshold_DateCounterThreshold * Method:    GetOffsetNative * Signature: ()Ljava/util/Date; */JNIEXPORT jobject JNICALL Java_com_intel_mobile_threshold_DateCounterThreshold_GetOffsetNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_DateCounterThreshold * Method:    SetOffsetNative * Signature: (Ljava/util/Date;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_DateCounterThreshold_SetOffsetNative  (JNIEnv *, jobject, jobject);/************************************** Int64Counter **************************************//* * Class:     com_intel_mobile_threshold_Int64CounterThreshold * Method:    constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_Int64CounterThreshold_constructor  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_Int64CounterThreshold * Method:    SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/Int64Property;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_Int64CounterThreshold_SetObservedPropertyNative  (JNIEnv *, jobject, jobject);/* * Class:     com_intel_mobile_threshold_Int64CounterThreshold * Method:    GetThresholdNative * Signature: ()J */JNIEXPORT jlong JNICALL Java_com_intel_mobile_threshold_Int64CounterThreshold_GetThresholdNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_Int64CounterThreshold * Method:    SetThresholdNative * Signature: (J)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_Int64CounterThreshold_SetThresholdNative  (JNIEnv *, jobject, jlong);/* * Class:     com_intel_mobile_threshold_Int64CounterThreshold * Method:    GetOffsetNative * Signature: ()J */JNIEXPORT jlong JNICALL Java_com_intel_mobile_threshold_Int64CounterThreshold_GetOffsetNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_Int64CounterThreshold * Method:    SetOffsetNative * Signature: (J)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_Int64CounterThreshold_SetOffsetNative  (JNIEnv *, jobject, jlong);/************************************** IntCounter **************************************//* * Class:     com_intel_mobile_threshold_IntCounterThreshold * Method:    constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_IntCounterThreshold_constructor  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_IntCounterThreshold * Method:    SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/IntProperty;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_IntCounterThreshold_SetObservedPropertyNative  (JNIEnv *, jobject, jobject);/* * Class:     com_intel_mobile_threshold_IntCounterThreshold * Method:    GetThresholdNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_IntCounterThreshold_GetThresholdNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_IntCounterThreshold * Method:    SetThresholdNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_IntCounterThreshold_SetThresholdNative  (JNIEnv *, jobject, jint);/* * Class:     com_intel_mobile_threshold_IntCounterThreshold * Method:    GetOffsetNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_IntCounterThreshold_GetOffsetNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_IntCounterThreshold * Method:    SetOffsetNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_IntCounterThreshold_SetOffsetNative  (JNIEnv *, jobject, jint);/************************************** UInt64Counter **************************************//* * Class:     com_intel_mobile_threshold_UInt64CounterThreshold * Method:    constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_UInt64CounterThreshold_constructor  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_UInt64CounterThreshold * Method:    SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/UInt64Property;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UInt64CounterThreshold_SetObservedPropertyNative  (JNIEnv *, jobject, jobject);/* * Class:     com_intel_mobile_threshold_UInt64CounterThreshold * Method:    GetThresholdNative * Signature: ()J */JNIEXPORT jlong JNICALL Java_com_intel_mobile_threshold_UInt64CounterThreshold_GetThresholdNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_UInt64CounterThreshold * Method:    SetThresholdNative * Signature: (J)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UInt64CounterThreshold_SetThresholdNative  (JNIEnv *, jobject, jlong);/* * Class:     com_intel_mobile_threshold_UInt64CounterThreshold * Method:    GetOffsetNative * Signature: ()J */JNIEXPORT jlong JNICALL Java_com_intel_mobile_threshold_UInt64CounterThreshold_GetOffsetNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_UInt64CounterThreshold * Method:    SetOffsetNative * Signature: (J)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UInt64CounterThreshold_SetOffsetNative  (JNIEnv *, jobject, jlong);/************************************** UInt64Counter **************************************//* * Class:     com_intel_mobile_threshold_UIntCounterThreshold * Method:    constructor * Signature: ()V */JNIEXPORT void JNICALL Java_com_intel_mobile_threshold_UIntCounterThreshold_constructor  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_UIntCounterThreshold * Method:    SetObservedPropertyNative * Signature: (Lcom/intel/mobile/base/UIntProperty;)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UIntCounterThreshold_SetObservedPropertyNative  (JNIEnv *, jobject, jobject);/* * Class:     com_intel_mobile_threshold_UIntCounterThreshold * Method:    GetThresholdNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_UIntCounterThreshold_GetThresholdNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_UIntCounterThreshold * Method:    SetThresholdNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UIntCounterThreshold_SetThresholdNative  (JNIEnv *, jobject, jint);/* * Class:     com_intel_mobile_threshold_UIntCounterThreshold * Method:    GetOffsetNative * Signature: ()I */JNIEXPORT jint JNICALL Java_com_intel_mobile_threshold_UIntCounterThreshold_GetOffsetNative  (JNIEnv *, jobject);/* * Class:     com_intel_mobile_threshold_UIntCounterThreshold * Method:    SetOffsetNative * Signature: (I)Z */JNIEXPORT jboolean JNICALL Java_com_intel_mobile_threshold_UIntCounterThreshold_SetOffsetNative  (JNIEnv *, jobject, jint);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -