Searched refs:FormCallerMgr (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_caller_mgr_test/ |
H A D | form_caller_mgr_test.cpp | 59 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 77 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 91 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 104 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 124 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 138 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 154 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 176 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 198 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); 219 std::shared_ptr<FormCallerMgr> formCallerMgr = std::make_shared<FormCallerMgr>(); [all …]
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_caller_mgr.cpp | 27 FormCallerMgr::FormCallerMgr() in FormCallerMgr() function in OHOS::AppExecFwk::FormCallerMgr 32 FormCallerMgr::~FormCallerMgr() in ~FormCallerMgr() 46 FormCallerMgr::GetInstance().OnHostCallBackDied(remote); in AddFormHostCaller() 55 std::shared_ptr<FormHostCaller> FormCallerMgr::GetFormHostCaller(int64_t formId) in GetFormHostCaller() 66 void FormCallerMgr::RemoveFormHostCaller(int64_t formId) in RemoveFormHostCaller() 87 void FormCallerMgr::OnHostCallBackDied(const wptr<IRemoteObject> &remote) in OnHostCallBackDied() 96 FormCallerMgr::GetInstance().HandleHostCallBackDiedTask(object); in OnHostCallBackDied() 125 FormCallerMgr::GetInstance().OnProviderCallBackDied(remote); in AddFormProviderCaller() 134 void FormCallerMgr::GetFormProviderCaller(int64_t formId, in GetFormProviderCaller() 184 FormCallerMgr::GetInstance().HandleProviderCallBackDiedTask(object); in OnProviderCallBackDied() [all …]
|
H A D | form_provider_client.cpp | 98 FormCallerMgr::GetInstance().RemoveFormProviderCaller(formId, hostToken); in NotifyFormDelete() 465 FormCallerMgr::GetInstance().AddFormProviderCaller(formJsInfo, hostToken); in HandleRemoteAcquire() 468 FormCallerMgr::GetInstance().GetFormProviderCaller(formJsInfo.formId, formProviderCallers); in HandleRemoteAcquire()
|
H A D | form_mgr.cpp | 145 FormCallerMgr::GetInstance().RemoveFormHostCaller(formId); in DeleteForm() 206 FormCallerMgr::GetInstance().RemoveFormHostCaller(formId); in ReleaseForm() 246 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in UpdateForm() 251 FormCallerMgr::GetInstance().GetFormProviderCaller(formId, formProviderCallers); in UpdateForm() 324 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in RequestForm() 525 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in MessageEvent()
|
H A D | form_host_client.cpp | 192 FormCallerMgr::GetInstance().AddFormHostCaller(formJsInfo, token); in OnAcquired()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_caller_mgr.h | 33 class FormCallerMgr final : public DelayedRefSingleton<FormCallerMgr> { 34 DECLARE_DELAYED_REF_SINGLETON(FormCallerMgr) 36 DISALLOW_COPY_AND_MOVE(FormCallerMgr);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formcallermgr_fuzzer/ |
H A D | formcallermgr_fuzzer.cpp | 40 FormCallerMgr formCallerMgr; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/ |
H A D | libfms.map | 28 *OHOS::AppExecFwk::FormCallerMgr*;
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 214 FormCallerMgr::GetInstance().AddFormHostCaller(formJsInfo, providerToken); 236 FormCallerMgr::GetInstance().AddFormHostCaller(formJsInfo, providerToken); 256 FormCallerMgr::GetInstance().AddFormHostCaller(formJsInfo, providerToken); 440 FormCallerMgr::GetInstance().AddFormHostCaller(formJsInfo, providerToken); 3515 FormCallerMgr::GetInstance().AddFormHostCaller(formJsInfo, providerToken); 3536 FormCallerMgr::GetInstance().AddFormHostCaller(formJsInfo, providerToken);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | form_extension_provider_client.cpp | 147 FormCallerMgr::GetInstance().RemoveFormProviderCaller(formId, hostToken); in NotifyFormExtensionDelete()
|