Home
last modified time | relevance | path

Searched refs:OnChildProcessRemoteDied (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h305 std::shared_ptr<ChildProcessRecord> OnChildProcessRemoteDied(const wptr<IRemoteObject> &remote);
H A Dapp_mgr_service_inner.h1612 void OnChildProcessRemoteDied(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp132 manager->OnChildProcessRemoteDied(remote); in DoSomethingInterestingWithMyAPIaddb()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp1345 std::shared_ptr<ChildProcessRecord> AppRunningManager::OnChildProcessRemoteDied(const wptr<IRemoteObject> &remote) in OnChildProcessRemoteDied() function in OHOS::AppExecFwk::AppRunningManager
H A Dapp_mgr_service_inner.cpp3651 OnChildProcessRemoteDied(remote); in OnRemoteDied()
7129 void AppMgrServiceInner::OnChildProcessRemoteDied(const wptr<IRemoteObject> &remote) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7132 auto childRecord = appRunningManager_->OnChildProcessRemoteDied(remote); in NotifyAppFaultBySA()

Completed in 21 milliseconds