Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_death_recipient.cpp46 isChildProcess = isChildProcess_]() { in OnRemoteDied()
47 serviceInner->OnRemoteDied(remote, isRenderProcess, isChildProcess); in OnRemoteDied()
67 void AppDeathRecipient::SetIsChildProcess(bool isChildProcess) in SetIsChildProcess() argument
69 isChildProcess_ = isChildProcess; in SetIsChildProcess()
H A Dapp_mgr_service_inner.cpp3647 …ceInner::OnRemoteDied(const wptr<IRemoteObject> &remote, bool isRenderProcess, bool isChildProcess) in OnRemoteDied() argument
3654 if (isChildProcess) { in OnRemoteDied()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_death_recipient.h47 void SetIsChildProcess(bool isChildProcess);
H A Dapp_mgr_service_inner.h641 …Died(const wptr<IRemoteObject> &remote, bool isRenderProcess = false, bool isChildProcess = false);