Home
last modified time | relevance | path

Searched refs:hostClient (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp406 auto hostClient = iface_cast<IFormHost>(host); in HandleConnectFailed() local
407 if (hostClient == nullptr) { in HandleConnectFailed()
408 HILOG_ERROR("null hostClient"); in HandleConnectFailed()
411 hostClient->OnError(errorCode, "Connect FormRenderService failed"); in HandleConnectFailed()
H A Dform_render_mgr_inner.cpp635 sptr<IRemoteObject> hostClient = item.first; in NotifyHostRenderServiceIsDead() local
636 if (hostClient == nullptr) { in NotifyHostRenderServiceIsDead()
637 HILOG_ERROR("null hostClient"); in NotifyHostRenderServiceIsDead()
640 FormTaskMgr::GetInstance().PostFrsDiedTaskToHost(hostClient); in NotifyHostRenderServiceIsDead()

Completed in 3 milliseconds