Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp374 auto sysMrgClient = DelayedSingleton<AppExecFwk::SysMrgClient>::GetInstance(); in GetBundleInfo() local
375 if (sysMrgClient == nullptr) { in GetBundleInfo()
379 auto bundleObj = sysMrgClient->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleInfo()
446 auto sysMrgClient = DelayedSingleton<AppExecFwk::SysMrgClient>::GetInstance(); in GetAppMgr() local
447 if (sysMrgClient == nullptr) { in GetAppMgr()
451 auto object = sysMrgClient->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp130 auto sysMrgClient = DelayedSingleton<AppExecFwk::SysMrgClient>::GetInstance(); in Attach() local
131 if (sysMrgClient == nullptr) { in Attach()
135 auto object = sysMrgClient->GetSystemAbility(APP_MGR_SERVICE_ID); in Attach()