Home
last modified time | relevance | path

Searched refs:ReportSensorSysEvent (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/intention/stationary/server/src/
H A Dstationary_server.cpp172 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 Dstationary_server.h53 void ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable);
/base/sensors/sensor/test/fuzztest/services/service/reportsensorsysevent_fuzzer/
H A Dreportsensorsysevent_fuzzer.cpp87 g_service->ReportSensorSysEvent(sensorId, enable, pid); in ReportSensorSysEventFuzzTest()
/base/sensors/sensor/services/src/
H A Dsensor_service.cpp185 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 Dsensor_service.h89 void ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid);
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h74 void ReportSensorSysEvent(int32_t type, bool enable);
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp317 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