Searched refs:GetDynamicItem (Results 1 – 5 of 5) sorted by relevance
76 bool FormTimerMgr::GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem) in GetDynamicItem() function in OHOS::AppExecFwk::FormTimerMgr
84 formTimerMgr.GetDynamicItem(formId, dynamicItem); in DoSomethingInterestingWithMyAPI()
155 bool GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem);
718 bool FormTimerMgr::GetDynamicItem(int64_t formId, DynamicRefreshItem &dynamicItem) in GetDynamicItem() function in OHOS::AppExecFwk::FormTimerMgr
1378 bool resultDynamic = FormTimerMgr::GetInstance().GetDynamicItem(formId, dynamicItem); in DumpFormTimerByFormId()