Searched refs:dynamicItem (Results 1 – 5 of 5) sorted by relevance
83 DynamicRefreshItem dynamicItem; in DoSomethingInterestingWithMyAPI() local84 formTimerMgr.GetDynamicItem(formId, dynamicItem); in DoSomethingInterestingWithMyAPI()
76 bool FormTimerMgr::GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem) in GetDynamicItem() argument
155 bool GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem);
718 bool FormTimerMgr::GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem) in GetDynamicItem() argument726 dynamicItem.formId = itItem->formId; in GetDynamicItem()727 dynamicItem.settedTime = itItem->settedTime; in GetDynamicItem()728 dynamicItem.userId = itItem->userId; in GetDynamicItem()
1375 DynamicRefreshItem dynamicItem; in DumpFormTimerByFormId() local1378 bool resultDynamic = FormTimerMgr::GetInstance().GetDynamicItem(formId, dynamicItem); in DumpFormTimerByFormId()