Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/src/
H A Dstationary_server.cpp142 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 Dstationary_server.cpp142 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 Dsensor_service.cpp203 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 Dreportsensorsysevent_fuzzer.cpp87 g_service->ReportSensorSysEvent(sensorId, enable, pid); in ReportSensorSysEventFuzzTest()
/ohos5.0/foundation/multimodalinput/input/intention/stationary/server/include/
H A Dstationary_server.h49 void ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable);
/ohos5.0/base/msdp/device_status/intention/stationary/server/include/
H A Dstationary_server.h49 void ReportSensorSysEvent(CallingContext &context, int32_t type, bool enable);
/ohos5.0/base/sensors/sensor/services/include/
H A Dsensor_service.h90 …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 Ddevicestatus_service.h72 void ReportSensorSysEvent(int32_t type, bool enable);
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp291 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