Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp726 UpdateAtItem updateAtItem; variable
727 updateAtItem.refreshTask.formId = 0;
746 UpdateAtItem updateAtItem; variable
895 UpdateAtItem updateAtItem; variable
1058 UpdateAtItem updateAtItem; variable
1076 UpdateAtItem updateAtItem; variable
1094 UpdateAtItem updateAtItem; variable
1112 UpdateAtItem updateAtItem; variable
1229 UpdateAtItem updateAtItem; variable
1244 UpdateAtItem updateAtItem; variable
[all …]
/ohos5.0/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()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h148 bool GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem);
284 bool FindNextAtTimerItem(long nowTime, UpdateAtItem &updateAtItem);
/ohos5.0/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
/ohos5.0/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()
1215 bool FormTimerMgr::FindNextAtTimerItem(long nowTime, UpdateAtItem &updateAtItem) in FindNextAtTimerItem() argument
1227 updateAtItem = *itItem; in FindNextAtTimerItem()
1233 updateAtItem = updateAtTimerTasks_.front(); in FindNextAtTimerItem()
H A Dform_mgr_adapter.cpp1374 UpdateAtItem updateAtItem; in DumpFormTimerByFormId() local
1377 bool resultUpdate = FormTimerMgr::GetInstance().GetUpdateAtTimer(formId, updateAtItem); in DumpFormTimerByFormId()