Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_status_module.cpp91 auto appRunningStatus = weakPtr_.lock(); in OnRemoteDied() local
92 if (appRunningStatus == nullptr) { in OnRemoteDied()
96 appRunningStatus->RemoveListenerAndDeathRecipient(remote); in OnRemoteDied()