Searched refs:ReportSensorSysEvent (Results 1 - 7 of 7) sorted by relevance
/base/msdp/device_status/intention/stationary/server/src/ |
H A D | stationary_server.cpp | 172 ReportSensorSysEvent(context, type, true); in Subscribe() 195 ReportSensorSysEvent(context, type, false); in Unsubscribe() 204 void StationaryServer::ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable) in ReportSensorSysEvent() function in OHOS::Msdp::DeviceStatus::StationaryServer
|
/base/msdp/device_status/intention/stationary/server/include/ |
H A D | stationary_server.h | 53 void ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable);
|
/base/sensors/sensor/test/fuzztest/services/service/reportsensorsysevent_fuzzer/ |
H A D | reportsensorsysevent_fuzzer.cpp | 87 g_service->ReportSensorSysEvent(sensorId, enable, pid); in ReportSensorSysEventFuzzTest()
|
/base/sensors/sensor/services/src/ |
H A D | sensor_service.cpp | 185 void SensorService::ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid) in ReportSensorSysEvent() function in OHOS::Sensors::SensorService 292 ReportSensorSysEvent(sensorId, true, pid); in EnableSensor() 320 ReportSensorSysEvent(sensorId, true, pid); in EnableSensor() 339 ReportSensorSysEvent(sensorId, false, pid); in DisableSensor()
|
/base/sensors/sensor/services/include/ |
H A D | sensor_service.h | 89 void ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid);
|
/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 74 void ReportSensorSysEvent(int32_t type, bool enable);
|
/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 317 ReportSensorSysEvent(type, true); in Subscribe() 342 ReportSensorSysEvent(type, false); in Unsubscribe() 360 void DeviceStatusService::ReportSensorSysEvent(int32_t type, bool enable) in ReportSensorSysEvent() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
|
Completed in 7 milliseconds