Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h757 bool GetDumpIpcKeyByOption(const std::string &option, DumpIpcKey &key);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp826 bool AppMgrService::GetDumpIpcKeyByOption(const std::string &option, DumpIpcKey &key) in GetDumpIpcKeyByOption() function in OHOS::AppExecFwk::AppMgrService
866 if (!GetDumpIpcKeyByOption(optionCmd, key)) { in DumpIpc()