Home
last modified time | relevance | path

Searched refs:isVisibleToFresh (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_provider_mgr.h65 * @param isVisibleToFresh The form is visible to fresh.
68 ErrCode RefreshForm(const int64_t formId, const Want &want, bool isVisibleToFresh);
128 bool IsNeedToFresh(FormRecord &record, int64_t formId, bool isVisibleToFresh);
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H A Dformprovidermgr_fuzzer.cpp72 bool isVisibleToFresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
73 formProviderMgr.RefreshForm(formId, want, isVisibleToFresh); in DoSomethingInterestingWithMyAPI()
92 formProviderMgr.IsNeedToFresh(record, formId, isVisibleToFresh); in DoSomethingInterestingWithMyAPI()
/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() argument
/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp103 * @param isVisibleToFresh The form is visible to fresh.
106 ErrCode FormProviderMgr::RefreshForm(const int64_t formId, const Want &want, bool isVisibleToFresh) in RefreshForm() argument
151 bool needRefresh = IsNeedToFresh(record, formId, isVisibleToFresh); in RefreshForm()
518 bool FormProviderMgr::IsNeedToFresh(FormRecord &record, int64_t formId, bool isVisibleToFresh) in IsNeedToFresh() argument
526 HILOG_DEBUG("isVisibleToFresh is %{public}d, record.isVisible is %{public}d", isVisibleToFresh, record.isVisible); in IsNeedToFresh()
527 if (isVisibleToFresh) { in IsNeedToFresh()
/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dfms_form_provider_data_new_leg_test.cpp765 bool isVisibleToFresh = true; in HWTEST_F() local
767 EXPECT_EQ(true, formProviderMgr.IsNeedToFresh(record, formId, isVisibleToFresh)); in HWTEST_F()
782 bool isVisibleToFresh = true; in HWTEST_F() local
784 EXPECT_EQ(false, formProviderMgr.IsNeedToFresh(record, formId, isVisibleToFresh)); in HWTEST_F()
799 bool isVisibleToFresh = false; in HWTEST_F() local
801 EXPECT_EQ(false, formProviderMgr.IsNeedToFresh(record, formId, isVisibleToFresh)); in HWTEST_F()

Completed in 3 milliseconds