Searched refs:remoteHost (Results 1 – 7 of 7) sorted by relevance
69 sptr<IRemoteObject> remoteHost = nullptr; in DoSomethingInterestingWithMyAPI() local70 formDataMgr.HandleHostDied(remoteHost); in DoSomethingInterestingWithMyAPI()
54 sptr<IRemoteObject> remoteHost = nullptr; in DoSomethingInterestingWithMyAPI() local55 formTaskMgr.PostHostDiedTask(remoteHost); in DoSomethingInterestingWithMyAPI()
204 void FormTaskMgr::PostHostDiedTask(const sptr<IRemoteObject> &remoteHost) in PostHostDiedTask() argument210 auto postTaskFunc = [remoteHost]() { in PostHostDiedTask()211 FormTaskMgr::GetInstance().HostDied(remoteHost); in PostHostDiedTask()585 void FormTaskMgr::HostDied(const sptr<IRemoteObject> &remoteHost) in HostDied() argument588 if (remoteHost == nullptr) { in HostDied()592 FormDataMgr::GetInstance().HandleHostDied(remoteHost); in HostDied()593 FormSupplyCallback::GetInstance()->HandleHostDied(remoteHost); in HostDied()
730 void FormDataMgr::HandleHostDied(const sptr<IRemoteObject> &remoteHost) in HandleHostDied() argument738 if (remoteHost == itHostRecord->GetFormHostClient()) { in HandleHostDied()770 if (remoteHost == itFormStateRecord->second.GetFormHostClient()) { in HandleHostDied()780 FormRenderMgr::GetInstance().CleanFormHost(remoteHost, remoteHostCallerUid); in HandleHostDied()
142 void PostHostDiedTask(const sptr<IRemoteObject> &remoteHost);404 void HostDied(const sptr<IRemoteObject> &remoteHost);
198 void HandleHostDied(const sptr<IRemoteObject> &remoteHost);
584 sptr<IRemoteObject> remoteHost = nullptr; variable585 formTaskMgr.HostDied(remoteHost);