Home
last modified time | relevance | path

Searched refs:HandleTimerUpdate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dfms_form_event_util_test.cpp739 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
756 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
774 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
792 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
811 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
830 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
849 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
872 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
895 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
918 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
[all …]
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_event_util.h52 …static void HandleTimerUpdate(const int64_t formId, const FormRecord &record, const FormTimerCfg &…
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/
H A Dformsyseventreceiver_fuzzer.cpp84 FormEventUtil::HandleTimerUpdate(formId, formRecord, cfg); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp260 HandleTimerUpdate(formId, formRecord, timerCfg); in ProviderFormUpdated()
281 HandleTimerUpdate(formId, formRecord, timerCfg); in ProviderFormUpdated()
396 void FormEventUtil::HandleTimerUpdate(const int64_t formId, in HandleTimerUpdate() function in OHOS::AppExecFwk::FormEventUtil