Searched refs:GetFormHostCaller (Results 1 – 5 of 5) sorted by relevance
40 std::shared_ptr<FormHostCaller> GetFormHostCaller(int64_t formId);
57 return formCallerMgr.GetFormHostCaller(formId) == nullptr; in DoSomethingInterestingWithMyAPI()
363 auto ret = formCallerMgr->GetFormHostCaller(-5);383 std::shared_ptr<FormHostCaller> ret = formCallerMgr->GetFormHostCaller(formJsInfo.formId);
55 std::shared_ptr<FormHostCaller> FormCallerMgr::GetFormHostCaller(int64_t formId) in GetFormHostCaller() function in OHOS::AppExecFwk::FormCallerMgr
246 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in UpdateForm()324 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in RequestForm()525 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in MessageEvent()