Home
last modified time | relevance | path

Searched refs:RefreshForm (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_provider_mgr.cpp54 ErrCode FormProviderMgr::RefreshForm(const int64_t formId, const Want &want, bool isVisibleToFresh) in RefreshForm() function in OHOS::AppExecFwk::FormProviderMgr
/foundation/ability/form_fwk/test/unittest/fms_form_provider_mgr_test/
H A Dfms_form_provider_mgr_test.cpp199 * SubFunction: RefreshForm Function
200 * FunctionPoints: FormMgr RefreshForm interface
202 * CaseDescription: Verify if RefreshForm works without form host record.
210 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, FormProviderMgr::GetInstance().RefreshForm(formId, want, true)); in HWTEST_F()
224 * SubFunction: RefreshForm Function
225 * FunctionPoints: FormMgr RefreshForm interface
227 * CaseDescription: Verify if RefreshForm works without form host record.
248 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, FormProviderMgr::GetInstance().RefreshForm(formId, want, true)); in HWTEST_F()
250 EXPECT_EQ(ERR_APPEXECFWK_FORM_PROVIDER_DEL_FAIL, FormProviderMgr::GetInstance().RefreshForm(formId, want, in HWTEST_F()
261 * SubFunction: RefreshForm Functio
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_provider_mgr.h68 ErrCode RefreshForm(const int64_t formId, const Want &want, bool isVisibleToFresh);
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp73 formProviderMgr.RefreshForm(formId, want, isVisibleToFresh); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp78 RefreshForm(formId, want, true); in AcquireForm()
106 ErrCode FormProviderMgr::RefreshForm(const int64_t formId, const Want &want, bool isVisibleToFresh) in RefreshForm() function in OHOS::AppExecFwk::FormProviderMgr
113 HILOG_INFO("FormProviderMgr::RefreshForm, formId:%{public}" PRId64 "., record.enableForm = %{public}d", in RefreshForm()
H A Dform_event_util.cpp137 FormProviderMgr::GetInstance().RefreshForm(updatedForm.formId, want, true); in HandleProviderUpdated()
H A Dform_timer_mgr.cpp1416 FormProviderMgr::GetInstance().RefreshForm(id, want, false); in ExecTimerTaskCore()
H A Dform_mgr_adapter.cpp823 return FormProviderMgr::GetInstance().RefreshForm(matchedFormId, reqWant, true); in RequestForm()
2682 FormProviderMgr::GetInstance().RefreshForm(id, want, false); in HandleUpdateFormFlag()
3849 FormProviderMgr::GetInstance().RefreshForm(iter->formId, want, true); in EnableForms()

Completed in 14 milliseconds