Home
last modified time | relevance | path

Searched refs:GetUidByPid (Results 1 - 5 of 5) sorted by relevance

/base/sensors/sensor/services/include/
H A Dclient_info.h77 int32_t GetUidByPid(int32_t pid);
/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dclient_info.h76 int32_t GetUidByPid(int32_t pid);
/base/sensors/sensor/services/src/
H A Dsensor_service.cpp192 int32_t uid = clientInfo_.GetUidByPid(pid); in ReportSensorSysEvent()
351 int32_t uid = clientInfo_.GetUidByPid(pid); in DisableSensor()
441 clientInfo_.DestroyCmd(clientInfo_.GetUidByPid(pid)); in ProcessDeathObserver()
H A Dclient_info.cpp588 int32_t uid = GetUidByPid(pid); in GetSensorChannelInfo()
610 int32_t ClientInfo::GetUidByPid(int32_t pid) in GetUidByPid() function in OHOS::Sensors::ClientInfo
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dclient_info.cpp603 int32_t uid = GetUidByPid(pidIt.first); in GetSensorChannelInfo()
622 int32_t ClientInfo::GetUidByPid(int32_t pid) in GetUidByPid() function in OHOS::Sensors::ClientInfo

Completed in 5 milliseconds