Home
last modified time | relevance | path

Searched refs:GetSensorIdByPid (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_power_policy.cpp48 std::vector<int32_t> sensorIdList = clientInfo_.GetSensorIdByPid(pid); in SuspendSensors()
223 std::vector<int32_t> sensorIdList = clientInfo_.GetSensorIdByPid(pid); in GetActiveInfoList()
H A Dsensor_service.cpp451 std::vector<int32_t> activeSensors = clientInfo_.GetSensorIdByPid(pid); in ProcessDeathObserver()
H A Dclient_info.cpp551 std::vector<int32_t> ClientInfo::GetSensorIdByPid(int32_t pid) in GetSensorIdByPid() function in OHOS::Sensors::ClientInfo
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dclient_info.h66 std::vector<uint32_t> GetSensorIdByPid(int32_t pid);
/ohos5.0/base/sensors/sensor/services/include/
H A Dclient_info.h70 std::vector<int32_t> GetSensorIdByPid(int32_t pid);
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dclient_info.cpp559 std::vector<uint32_t> ClientInfo::GetSensorIdByPid(int32_t pid) in GetSensorIdByPid() function in OHOS::Sensors::ClientInfo