mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
03ff4b164d
Signed-off-by: hellohyh001 <huiyuehong@huawei.com> Change-Id: I8f6d9661f672e17039a53850a73a9c794c3811ab
83 lines
1.6 KiB
JSON
83 lines
1.6 KiB
JSON
[
|
|
{
|
|
"name": "OH_Sensor_GetInfos"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_Subscribe"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_Unsubscribe"
|
|
},
|
|
{
|
|
"name": "OH_SensorInfo_GetName"
|
|
},
|
|
{
|
|
"name": "OH_SensorInfo_GetVendorName"
|
|
},
|
|
{
|
|
"name": "OH_SensorInfo_GetType"
|
|
},
|
|
{
|
|
"name": "OH_SensorInfo_GetResolution"
|
|
},
|
|
{
|
|
"name": "OH_SensorInfo_GetMinSamplingInterval"
|
|
},
|
|
{
|
|
"name": "OH_SensorInfo_GetMaxSamplingInterval"
|
|
},
|
|
{
|
|
"name": "OH_SensorEvent_GetType"
|
|
},
|
|
{
|
|
"name": "OH_SensorEvent_GetTimestamp"
|
|
},
|
|
{
|
|
"name": "OH_SensorEvent_GetAccuracy"
|
|
},
|
|
{
|
|
"name": "OH_SensorEvent_GetData"
|
|
},
|
|
{
|
|
"name": "OH_SensorSubscriptionId_GetType"
|
|
},
|
|
{
|
|
"name": "OH_SensorSubscriptionId_SetType"
|
|
},
|
|
{
|
|
"name": "OH_SensorSubscriptionAttribute_SetSamplingInterval"
|
|
},
|
|
{
|
|
"name": "OH_SensorSubscriptionAttribute_GetSamplingInterval"
|
|
},
|
|
{
|
|
"name": "OH_SensorSubscriber_SetCallback"
|
|
},
|
|
{
|
|
"name": "OH_SensorSubscriber_GetCallback"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_CreateInfos"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_DestroyInfos"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_CreateSubscriptionId"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_DestroySubscriptionId"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_CreateSubscriptionAttribute"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_DestroySubscriptionAttribute"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_CreateSubscriber"
|
|
},
|
|
{
|
|
"name": "OH_Sensor_DestroySubscriber"
|
|
}
|
|
] |