Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1665 std::shared_ptr<AbilityRuntime::AppRunningStatusModule> appRunningStatusModule_; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp113 …if ((listener) == nullptr || instance == nullptr || appRunningStatusModule_ == nullptr) { …
310 appRunningStatusModule_(std::make_shared<AbilityRuntime::AppRunningStatusModule>()), in AppMgrServiceInner()
6812 return appRunningStatusModule_->RegisterListener(appRunningStatusListener); in NotifyAppFaultBySA()
6820 return appRunningStatusModule_->UnregisterListener(appRunningStatusListener); in NotifyAppFaultBySA()
7255 if (appRunningStatusModule_ == nullptr) { in NotifyAppFaultBySA()
7259 appRunningStatusModule_->NotifyAppRunningStatusEvent(bundle, uid, runningStatus); in NotifyAppFaultBySA()