Home
last modified time | relevance | path

Searched refs:GetActiveInfoCBPid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/sensors/sensor/services/include/
H A Dclient_info.h81 std::vector<int32_t> GetActiveInfoCBPid();
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_service.cpp599 auto pidList = clientInfo_.GetActiveInfoCBPid(); in ReportActiveInfo()
H A Dclient_info.cpp741 std::vector<int32_t> ClientInfo::GetActiveInfoCBPid() in GetActiveInfoCBPid() function in OHOS::Sensors::ClientInfo