Home
last modified time | relevance | path

Searched refs:isHidumperServiceCall (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp852 auto isHidumperServiceCall = (IPCSkeleton::GetCallingUid() == HIDUMPER_SERVICE_UID); in DumpIpc() local
853 if (!isHidumperServiceCall) { in DumpIpc()
888 auto isHidumperServiceCall = (IPCSkeleton::GetCallingUid() == HIDUMPER_SERVICE_UID); in DumpFfrt() local
889 if (!isHidumperServiceCall) { in DumpFfrt()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp5798 auto isHidumperServiceCall = (IPCSkeleton::GetCallingUid() == HIDUMPER_SERVICE_UID); in DumpState() local
5799 if (!isShellCall && !isHidumperServiceCall) { in DumpState()
5842 auto isHidumperServiceCall = (IPCSkeleton::GetCallingUid() == HIDUMPER_SERVICE_UID); in DumpSysState() local
5843 if (!isShellCall && !isHidumperServiceCall) { in DumpSysState()