Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/services/include/
H A Dclient_info.h82 bool CallingService(int32_t pid);
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_service.cpp487 if (!clientInfo_.CallingService(pid)) { in UnregisterClientDeathRecipient()
H A Dclient_info.cpp751 bool ClientInfo::CallingService(int32_t pid) in CallingService() function in OHOS::Sensors::ClientInfo