Home
last modified time | relevance | path

Searched refs:OH_Sensor_Unsubscribe (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/sensors/sensor/interfaces/kits/c/
H A Doh_sensor.h103 Sensor_Result OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, const Sensor_Subscriber *subsc…
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/kits/
H A Dsensor_native_test.cpp366 ret = OH_Sensor_Unsubscribe(id, g_user);
483 ret = OH_Sensor_Unsubscribe(id, g_user);
507 ret = OH_Sensor_Unsubscribe(id, g_user);
529 ret = OH_Sensor_Unsubscribe(nullptr, g_user);
544 ret = OH_Sensor_Unsubscribe(id, nullptr);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-sensor-service-kit/
H A Doh_sensor_8h.md26 | [OH_Sensor_Unsubscribe](_sensor.md#oh_sensor_unsubscribe)(const [Sensor_SubscriptionId](_sensor.m…
H A D_sensor.md54 | [OH_Sensor_Unsubscribe](#oh_sensor_unsubscribe)(const [Sensor_SubscriptionId](#sensor_subscriptio…
474 ### OH_Sensor_Unsubscribe()
477 Sensor_Result OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, const Sensor_Subscriber *subsc…
/ohos5.0/docs/zh-cn/application-dev/device/sensor/
H A Dsensor-guidelines-capi.md16 | OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, const Sensor_Subscriber *subscriber) | 取消订…
214 ret = OH_Sensor_Unsubscribe(id, g_user); // 取消订阅传感器数据。
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/
H A Doh_sensor_8h.md26 | [OH_Sensor_Unsubscribe](_sensor.md#oh_sensor_unsubscribe)(const [Sensor_SubscriptionId](_sensor.m…
H A D_sensor.md54 | [OH_Sensor_Unsubscribe](#oh_sensor_unsubscribe)(const [Sensor_SubscriptionId](#sensor_subscriptio…
474 ### OH_Sensor_Unsubscribe()
477 Sensor_Result OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, const Sensor_Subscriber *subsc…
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dnative_sensor.cpp202 Sensor_Result OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, in OH_Sensor_Unsubscribe() function
/ohos5.0/docs/en/application-dev/device/sensor/
H A Dsensor-guidelines-capi.md16 | OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, const Sensor_Subscriber *subscriber) | Uns…
214 ret = OH_Sensor_Unsubscribe(id, g_user); // Unsubscribe from sensor data.