Home
last modified time | relevance | path

Searched refs:GetUpdateAtWantAgent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp93 formTimerMgr.GetUpdateAtWantAgent(updateAtTime, userId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h344 std::shared_ptr<WantAgent> GetUpdateAtWantAgent(long updateAtTime, int32_t userId);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp919 std::shared_ptr<WantAgent> wantAgent = GetUpdateAtWantAgent(foundItem.updateAtTime, userId); in UpdateAtTimerAlarm()
967 std::shared_ptr<WantAgent> FormTimerMgr::GetUpdateAtWantAgent(long updateAtTime, int32_t userId) in GetUpdateAtWantAgent() function in OHOS::AppExecFwk::FormTimerMgr