Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_caller_mgr.h42 void RemoveFormHostCaller(int64_t formId);
56 void RemoveFormHostCaller(const sptr<IRemoteObject> &callerToken);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formcallermgr_fuzzer/
H A Dformcallermgr_fuzzer.cpp42 formCallerMgr.RemoveFormHostCaller(formId); in DoSomethingInterestingWithMyAPI()
44 formCallerMgr.RemoveFormHostCaller(callerToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_caller_mgr.cpp66 void FormCallerMgr::RemoveFormHostCaller(int64_t formId) in RemoveFormHostCaller() function in OHOS::AppExecFwk::FormCallerMgr
74 void FormCallerMgr::RemoveFormHostCaller(const sptr<IRemoteObject> &callerToken) in RemoveFormHostCaller() function in OHOS::AppExecFwk::FormCallerMgr
105 RemoveFormHostCaller(remote); in HandleHostCallBackDiedTask()
H A Dform_mgr.cpp145 FormCallerMgr::GetInstance().RemoveFormHostCaller(formId); in DeleteForm()
206 FormCallerMgr::GetInstance().RemoveFormHostCaller(formId); in ReleaseForm()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_caller_mgr_test/
H A Dform_caller_mgr_test.cpp66 formCallerMgr->GetInstance().RemoveFormHostCaller(providerToken);
127 formCallerMgr->RemoveFormHostCaller(providerToken);
143 formCallerMgr->RemoveFormHostCaller(nullptr);
385 formCallerMgr->RemoveFormHostCaller(formJsInfo.formId);