Home
last modified time | relevance | path

Searched defs:SubscribeSensor (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent.c52 int32_t SubscribeSensor(int32_t sensorTypeId, SensorUser *user) in SubscribeSensor() function
/ohos5.0/base/sensors/sensor_lite/services/include/
H A Dsensor_service.h57 int32_t (*SubscribeSensor)(int32_t sensorId, const SensorUser *user); member
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent.cpp87 int32_t SubscribeSensor(int32_t sensorId, const SensorUser *user) in SubscribeSensor() function
H A Dsensor_agent_proxy.cpp245 int32_t SensorAgentProxy::SubscribeSensor(int32_t sensorId, const SensorUser *user) in SubscribeSensor() function in OHOS::Sensors::SensorAgentProxy
/ohos5.0/base/sensors/medical_sensor/interfaces/native/src/
H A Dmedical_native_impl.cpp234 int32_t SubscribeSensor(int32_t sensorId, const MedicalSensorUser *user) in SubscribeSensor() function
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/src/
H A Dmedical_js.cpp91 static int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *use… in SubscribeSensor() function
/ohos5.0/base/useriam/face_auth/services_ex/src/
H A Dscreen_brightness_task.cpp117 ResultCode SubscribeSensor() in SubscribeSensor() function
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_js.cpp193 int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, RecordSensorCallback callback) in SubscribeSensor() function