Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_timer_mgr.cpp76 bool FormTimerMgr::GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem) in GetDynamicItem() function in OHOS::AppExecFwk::FormTimerMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp84 formTimerMgr.GetDynamicItem(formId, dynamicItem); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h155 bool GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp718 bool FormTimerMgr::GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem) in GetDynamicItem() function in OHOS::AppExecFwk::FormTimerMgr
H A Dform_mgr_adapter.cpp1378 bool resultDynamic = FormTimerMgr::GetInstance().GetDynamicItem(formId, dynamicItem); in DumpFormTimerByFormId()