Home
last modified time | relevance | path

Searched refs:ReportSensorSysEvent (Results 1 – 4 of 4) sorted by relevance

/base/sensors/sensor/services/src/
Dsensor_service.cpp160 void SensorService::ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid) in ReportSensorSysEvent() function in OHOS::Sensors::SensorService
250 ReportSensorSysEvent(sensorId, true, pid); in EnableSensor()
277 ReportSensorSysEvent(sensorId, true, pid); in EnableSensor()
295 ReportSensorSysEvent(sensorId, false, pid); in DisableSensor()
/base/sensors/sensor/services/include/
Dsensor_service.h87 void ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid);
/base/msdp/device_status/services/native/include/
Ddevicestatus_service.h80 void ReportSensorSysEvent(int32_t type, bool enable);
/base/msdp/device_status/services/native/src/
Ddevicestatus_service.cpp276 ReportSensorSysEvent(type, true); in OnStart()
295 ReportSensorSysEvent(type, false); in OnStart()
311 void DeviceStatusService::ReportSensorSysEvent(int32_t type, bool enable) in OnStart() function in OHOS::Msdp::DeviceStatus::DeviceStatusService