Searched refs:updateAtItem (Results 1 – 6 of 6) sorted by relevance
726 UpdateAtItem updateAtItem; variable727 updateAtItem.refreshTask.formId = 0;746 UpdateAtItem updateAtItem; variable895 UpdateAtItem updateAtItem; variable1058 UpdateAtItem updateAtItem; variable1076 UpdateAtItem updateAtItem; variable1094 UpdateAtItem updateAtItem; variable1112 UpdateAtItem updateAtItem; variable1229 UpdateAtItem updateAtItem; variable1244 UpdateAtItem updateAtItem; variable[all …]
50 UpdateAtItem updateAtItem; in DoSomethingInterestingWithMyAPI() local51 formTimerMgr.FindNextAtTimerItem(nowTime, updateAtItem); in DoSomethingInterestingWithMyAPI()
148 bool GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem);284 bool FindNextAtTimerItem(long nowTime, UpdateAtItem &updateAtItem);
71 bool FormTimerMgr::GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem) in GetUpdateAtTimer() argument
695 bool FormTimerMgr::GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem) in GetUpdateAtTimer() argument703 updateAtItem.refreshTask = itItem->refreshTask; in GetUpdateAtTimer()704 updateAtItem.updateAtTime = itItem->updateAtTime; in GetUpdateAtTimer()1215 bool FormTimerMgr::FindNextAtTimerItem(long nowTime, UpdateAtItem &updateAtItem) in FindNextAtTimerItem() argument1227 updateAtItem = *itItem; in FindNextAtTimerItem()1233 updateAtItem = updateAtTimerTasks_.front(); in FindNextAtTimerItem()
1374 UpdateAtItem updateAtItem; in DumpFormTimerByFormId() local1377 bool resultUpdate = FormTimerMgr::GetInstance().GetUpdateAtTimer(formId, updateAtItem); in DumpFormTimerByFormId()