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 D | fms_form_event_util_test.cpp | 739 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 D | form_event_util.h | 52 …static void HandleTimerUpdate(const int64_t formId, const FormRecord &record, const FormTimerCfg &…
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/ |
H A D | formsyseventreceiver_fuzzer.cpp | 84 FormEventUtil::HandleTimerUpdate(formId, formRecord, cfg); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_event_util.cpp | 260 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
|