Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dapp_mgr_util.cpp31 auto sysMgrClient = DelayedSingleton<AppExecFwk::SysMrgClient>::GetInstance(); in GetAppMgr() local
32 if (sysMgrClient == nullptr) { in GetAppMgr()
35 auto object = sysMgrClient->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()