Searched refs:HandleTimerUpdate (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/ |
H A D | fms_form_event_util_test.cpp | 728 * @tc.desc: test HandleTimerUpdate function.
739 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
in HWTEST_F() 745 * @tc.desc: test HandleTimerUpdate function.
756 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
in HWTEST_F() 762 * @tc.desc: test HandleTimerUpdate function.
774 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
in HWTEST_F() 780 * @tc.desc: test HandleTimerUpdate function.
792 FormEventUtil::HandleTimerUpdate(formId, record, timerCfg);
in HWTEST_F() 798 * @tc.desc: test HandleTimerUpdate function.
811 FormEventUtil::HandleTimerUpdate(formI in HWTEST_F() [all...] |
/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 &timerCfg);
|
/foundation/ability/form_fwk/test/fuzztest/formsyseventreceiver_fuzzer/ |
H A D | formsyseventreceiver_fuzzer.cpp | 84 FormEventUtil::HandleTimerUpdate(formId, formRecord, cfg); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_event_util.cpp | 252 HandleTimerUpdate(formId, formRecord, timerCfg); in ProviderFormUpdated() 273 HandleTimerUpdate(formId, formRecord, timerCfg); in ProviderFormUpdated() 388 void FormEventUtil::HandleTimerUpdate(const int64_t formId, in HandleTimerUpdate() function in OHOS::AppExecFwk::FormEventUtil
|
Completed in 3 milliseconds