Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7557 auto innerServicer = innerServicerWeak.lock(); in NotifyAppFaultBySA() local
7558 if (!innerServicer) { in NotifyAppFaultBySA()
7565 innerServicer->NotifyStartResidentProcess(exitBundleInfos); in NotifyAppFaultBySA()
7874 auto innerServicer = innerServicerWeak.lock(); in NotifyAppFaultBySA() local
7875 CHECK_POINTER_AND_RETURN_LOG(innerServicer, "get AppMgrServiceInner failed"); in NotifyAppFaultBySA()
7879 innerServicer->NotifyStartResidentProcess(exitBundleInfos); in NotifyAppFaultBySA()