Searched refs:GetTimerCfg (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/ |
H A D | fms_form_event_util_test.cpp | 552 * @tc.desc: test GetTimerCfg function.
562 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg);
in HWTEST_F() 568 * @tc.desc: test GetTimerCfg function.
578 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg);
in HWTEST_F() 584 * @tc.desc: test GetTimerCfg function.
594 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg);
in HWTEST_F() 600 * @tc.desc: test GetTimerCfg function.
610 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg);
in HWTEST_F() 616 * @tc.desc: test GetTimerCfg function.
626 FormEventUtil::GetTimerCfg(updateEnable in HWTEST_F() [all...] |
/foundation/ability/form_fwk/services/include/ |
H A D | form_event_util.h | 50 static void GetTimerCfg(const bool updateEnabled, const int updateDuration, const std::string &configUpdateAt,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_event_util.cpp | 251 GetTimerCfg(updatedForm.updateEnabled, updatedForm.updateDuration, updatedForm.scheduledUpdateTime, timerCfg); in ProviderFormUpdated() 272 GetTimerCfg(packForm.updateEnabled, packForm.updateDuration, packForm.scheduledUpdateTime, timerCfg); in ProviderFormUpdated() 340 void FormEventUtil::GetTimerCfg(const bool updateEnabled, in GetTimerCfg() function in OHOS::AppExecFwk::FormEventUtil
|
Completed in 3 milliseconds