Searched refs:isVisibleToFresh (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/ |
H A D | formprovidermgr_fuzzer.cpp | 72 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 D | form_provider_mgr.h | 68 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 D | form_provider_mgr.cpp | 106 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 D | mock_form_provider_mgr.cpp | 54 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 D | fms_form_provider_data_new_leg_test.cpp | 743 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));
|