Searched refs:remoteFormHost (Results 1 – 3 of 3) sorted by relevance
547 if (remoteFormHost == nullptr) { in AcquireTaskToHost()570 if (remoteFormHost == nullptr) { in UpdateTaskToHost()576 remoteFormHost->OnUpdate(CreateFormJsInfo(formId, record)); in UpdateTaskToHost()714 if (remoteFormHost == nullptr) { in FormUninstall()719 remoteFormHost->OnUninstall(formIds); in FormUninstall()735 if (remoteFormHost == nullptr) { in AcquireStateBack()740 remoteFormHost->OnAcquireState(state, want); in AcquireStateBack()756 if (remoteFormHost == nullptr) { in AcquireFormDataBack()1381 if (remoteFormHost == nullptr) { in EnableFormsTaskToHost()1386 remoteFormHost->OnEnableForm(formIds, enable); in EnableFormsTaskToHost()[all …]
379 sptr<IFormHost> remoteFormHost = iface_cast<IFormHost>(remoteObjectOfHost); in OnRecycleForm() local380 if (remoteFormHost == nullptr) { in OnRecycleForm()384 remoteFormHost->OnRecycleForm(formId); in OnRecycleForm()
504 sptr<IFormHost> remoteFormHost = iface_cast<IFormHost>(iter->second); in SendResponse() local505 if (remoteFormHost == nullptr) { in SendResponse()509 remoteFormHost->OnShareFormResponse(requestCode, result); in SendResponse()