Home
last modified time | relevance | path

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

/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() function in OHOS::AppExecFwk::FormTimerMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp82 formTimerMgr.GetUpdateAtTimer(formId, atItem); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h148 bool GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp1230 EXPECT_EQ(false, formTimerMgr.GetUpdateAtTimer(formId, updateAtItem));
1247 EXPECT_EQ(false, formTimerMgr.GetUpdateAtTimer(formId, updateAtItem));
1264 EXPECT_EQ(true, formTimerMgr.GetUpdateAtTimer(formId, updateAtItem));
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp695 bool FormTimerMgr::GetUpdateAtTimer(int64_t formId, UpdateAtItem &updateAtItem) in GetUpdateAtTimer() function in OHOS::AppExecFwk::FormTimerMgr
H A Dform_mgr_adapter.cpp1377 bool resultUpdate = FormTimerMgr::GetInstance().GetUpdateAtTimer(formId, updateAtItem); in DumpFormTimerByFormId()