Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_provider_mgr.h68 ErrCode RefreshForm(const int64_t formId, const Want &want, bool isVisibleToFresh);
128 bool IsNeedToFresh(FormRecord &record, int64_t formId, bool isVisibleToFresh);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp106 ErrCode FormProviderMgr::RefreshForm(const int64_t formId, const Want &want, bool isVisibleToFresh) in RefreshForm() argument
153 bool needRefresh = IsNeedToFresh(record, formId, isVisibleToFresh); in RefreshForm()
521 bool FormProviderMgr::IsNeedToFresh(FormRecord &record, int64_t formId, bool isVisibleToFresh) in IsNeedToFresh() argument
529 …HILOG_DEBUG("isVisibleToFresh is %{public}d, record.isVisible is %{public}d", isVisibleToFresh, re… in IsNeedToFresh()
530 if (isVisibleToFresh) { in IsNeedToFresh()
/ohos5.0/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
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dfms_form_provider_data_new_leg_test.cpp743 bool isVisibleToFresh = true; variable
745 EXPECT_EQ(false, formProviderMgr.IsNeedToFresh(record, formId, isVisibleToFresh));
760 bool isVisibleToFresh = false; variable
762 EXPECT_EQ(false, formProviderMgr.IsNeedToFresh(record, formId, isVisibleToFresh));