Home
last modified time | relevance | path

Searched refs:updateAtItem (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp726 UpdateAtItem updateAtItem; in HWTEST_F() local
727 updateAtItem.refreshTask.formId = 0; in HWTEST_F()
728 formTimerMgr.updateAtTimerTasks_.emplace_back(updateAtItem); in HWTEST_F()
746 UpdateAtItem updateAtItem; in HWTEST_F() local
747 updateAtItem.refreshTask.formId = 0; in HWTEST_F()
748 formTimerMgr.updateAtTimerTasks_.emplace_back(updateAtItem); in HWTEST_F()
895 UpdateAtItem updateAtItem; in HWTEST_F() local
896 updateAtItem.refreshTask.formId = 0; in HWTEST_F()
897 formTimerMgr.updateAtTimerTasks_.emplace_back(updateAtItem); in HWTEST_F()
1058 UpdateAtItem updateAtItem; in HWTEST_F() local
1076 UpdateAtItem updateAtItem; HWTEST_F() local
1094 UpdateAtItem updateAtItem; HWTEST_F() local
1112 UpdateAtItem updateAtItem; HWTEST_F() local
1229 UpdateAtItem updateAtItem; HWTEST_F() local
1244 UpdateAtItem updateAtItem; HWTEST_F() local
1261 UpdateAtItem updateAtItem; HWTEST_F() local
[all...]
/foundation/ability/form_fwk/test/fuzztest/formtimermgrannex_fuzzer/
H A Dformtimermgrannex_fuzzer.cpp50 UpdateAtItem updateAtItem; in DoSomethingInterestingWithMyAPI() local
51 formTimerMgr.FindNextAtTimerItem(nowTime, updateAtItem); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_timer_mgr.cpp71 bool FormTimerMgr::GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem) in GetUpdateAtTimer() argument
/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h145 * @param updateAtItem update timer.
148 bool GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem);
281 * @param updateAtItem Next at timer item.
284 bool FindNextAtTimerItem(long nowTime, UpdateAtItem &updateAtItem);
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp695 bool FormTimerMgr::GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem) in GetUpdateAtTimer() argument
703 updateAtItem.refreshTask = itItem->refreshTask; in GetUpdateAtTimer()
704 updateAtItem.updateAtTime = itItem->updateAtTime; in GetUpdateAtTimer()
1213 * @param updateAtItem Next at timer item.
1216 bool FormTimerMgr::FindNextAtTimerItem(long nowTime, UpdateAtItem &updateAtItem) in FindNextAtTimerItem() argument
1228 updateAtItem = *itItem; in FindNextAtTimerItem()
1234 updateAtItem = updateAtTimerTasks_.front(); in FindNextAtTimerItem()
H A Dform_mgr_adapter.cpp1315 UpdateAtItem updateAtItem; in DumpFormTimerByFormId() local
1318 bool resultUpdate = FormTimerMgr::GetInstance().GetUpdateAtTimer(formId, updateAtItem); in DumpFormTimerByFormId()

Completed in 12 milliseconds