Home
last modified time | relevance | path

Searched refs:GetFormHostCaller (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_caller_mgr.h40 std::shared_ptr<FormHostCaller> GetFormHostCaller(int64_t formId);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formcallermgr_fuzzer/
H A Dformcallermgr_fuzzer.cpp57 return formCallerMgr.GetFormHostCaller(formId) == nullptr; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_caller_mgr_test/
H A Dform_caller_mgr_test.cpp363 auto ret = formCallerMgr->GetFormHostCaller(-5);
383 std::shared_ptr<FormHostCaller> ret = formCallerMgr->GetFormHostCaller(formJsInfo.formId);
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_caller_mgr.cpp55 std::shared_ptr<FormHostCaller> FormCallerMgr::GetFormHostCaller(int64_t formId) in GetFormHostCaller() function in OHOS::AppExecFwk::FormCallerMgr
H A Dform_mgr.cpp246 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()