Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp83 DynamicRefreshItem dynamicItem; in DoSomethingInterestingWithMyAPI() local
84 formTimerMgr.GetDynamicItem(formId, dynamicItem); in DoSomethingInterestingWithMyAPI()
/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() argument
/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() argument
726 dynamicItem.formId = itItem->formId; in GetDynamicItem()
727 dynamicItem.settedTime = itItem->settedTime; in GetDynamicItem()
728 dynamicItem.userId = itItem->userId; in GetDynamicItem()
H A Dform_mgr_adapter.cpp1375 DynamicRefreshItem dynamicItem; in DumpFormTimerByFormId() local
1378 bool resultDynamic = FormTimerMgr::GetInstance().GetDynamicItem(formId, dynamicItem); in DumpFormTimerByFormId()