Searched refs:ReportSensorSysEvent (Results 1 – 4 of 4) sorted by relevance
| /base/sensors/sensor/services/src/ |
| D | sensor_service.cpp | 160 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/ |
| D | sensor_service.h | 87 void ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid);
|
| /base/msdp/device_status/services/native/include/ |
| D | devicestatus_service.h | 80 void ReportSensorSysEvent(int32_t type, bool enable);
|
| /base/msdp/device_status/services/native/src/ |
| D | devicestatus_service.cpp | 276 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
|