Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp95 formTimerMgr.RefreshWhenFormVisible(formId, userId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h166 void RefreshWhenFormVisible(const int64_t &formId, const int32_t &userId);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp1419 void FormTimerMgr::RefreshWhenFormVisible(const int64_t &formId, const int32_t &userId) in RefreshWhenFormVisible() function in OHOS::AppExecFwk::FormTimerMgr
H A Dform_mgr_adapter.cpp2856 FormTimerMgr::GetInstance().RefreshWhenFormVisible(formRecord.formId, userId); in UpdateProviderInfoToHost()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp1538 formTimerMgr->RefreshWhenFormVisible(formId, userId);