Searched refs:RefreshForm (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | mock_form_provider_mgr.cpp | 54 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 D | fms_form_provider_mgr_test.cpp | 199 * 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 D | form_provider_mgr.h | 68 ErrCode RefreshForm(const int64_t formId, const Want &want, bool isVisibleToFresh);
|
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/ |
H A D | formprovidermgr_fuzzer.cpp | 73 formProviderMgr.RefreshForm(formId, want, isVisibleToFresh); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_provider_mgr.cpp | 78 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 D | form_event_util.cpp | 137 FormProviderMgr::GetInstance().RefreshForm(updatedForm.formId, want, true); in HandleProviderUpdated()
|
H A D | form_timer_mgr.cpp | 1416 FormProviderMgr::GetInstance().RefreshForm(id, want, false); in ExecTimerTaskCore()
|
H A D | form_mgr_adapter.cpp | 823 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