/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/src/ |
H A D | stationary_server.cpp | 142 ReportSensorSysEvent(context, type, true); in Subscribe() 161 ReportSensorSysEvent(context, type, false); in Unsubscribe() 170 void StationaryServer::ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable) in ReportSensorSysEvent() function in OHOS::Msdp::DeviceStatus::StationaryServer
|
/ohos5.0/base/msdp/device_status/intention/stationary/server/src/ |
H A D | stationary_server.cpp | 142 ReportSensorSysEvent(context, type, true); in Subscribe() 161 ReportSensorSysEvent(context, type, false); in Unsubscribe() 170 void StationaryServer::ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable) in ReportSensorSysEvent() function in OHOS::Msdp::DeviceStatus::StationaryServer
|
/ohos5.0/base/sensors/sensor/services/src/ |
H A D | sensor_service.cpp | 203 void SensorService::ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid, int64_t sampli… in ReportSensorSysEvent() function in OHOS::Sensors::SensorService 310 ReportSensorSysEvent(sensorId, true, pid, samplingPeriodNs, maxReportDelayNs); in EnableSensor() 339 ReportSensorSysEvent(sensorId, true, pid, samplingPeriodNs, maxReportDelayNs); in EnableSensor() 358 ReportSensorSysEvent(sensorId, false, pid); in DisableSensor()
|
/ohos5.0/base/sensors/sensor/test/fuzztest/services/service/reportsensorsysevent_fuzzer/ |
H A D | reportsensorsysevent_fuzzer.cpp | 87 g_service->ReportSensorSysEvent(sensorId, enable, pid); in ReportSensorSysEventFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/include/ |
H A D | stationary_server.h | 49 void ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable);
|
/ohos5.0/base/msdp/device_status/intention/stationary/server/include/ |
H A D | stationary_server.h | 49 void ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable);
|
/ohos5.0/base/sensors/sensor/services/include/ |
H A D | sensor_service.h | 90 …void ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid, int64_t samplingPeriodNs = 0,
|
/ohos5.0/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 72 void ReportSensorSysEvent(int32_t type, bool enable);
|
/ohos5.0/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 291 ReportSensorSysEvent(type, true); in Subscribe() 310 ReportSensorSysEvent(type, false); in Unsubscribe() 326 void DeviceStatusService::ReportSensorSysEvent(int32_t type, bool enable) in ReportSensorSysEvent() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
|