Home
last modified time | relevance | path

Searched refs:UnsubscribeSensorImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/sensors/sensor_lite/services/include/
H A Dsensor_service_impl.h42 int32_t UnsubscribeSensorImpl(int32_t sensorId, const SensorUser *user);
/ohos5.0/base/sensors/sensor_lite/services/src/
H A Dsensor_service.c221 .UnsubscribeSensor = UnsubscribeSensorImpl,
H A Dsensor_service_impl.c249 int32_t UnsubscribeSensorImpl(int32_t sensorId, const SensorUser *user) in UnsubscribeSensorImpl() function