Searched refs:GetTimerCfg (Results 1 – 3 of 3) 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 | 562 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 578 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 594 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 610 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 626 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 642 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 658 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 674 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 690 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); 706 FormEventUtil::GetTimerCfg(updateEnabled, updateDuration, configUpdataAt, cfg); [all …]
|
/ohos5.0/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 &con…
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_event_util.cpp | 259 …GetTimerCfg(updatedForm.updateEnabled, updatedForm.updateDuration, updatedForm.scheduledUpdateTime… in ProviderFormUpdated() 280 …GetTimerCfg(packForm.updateEnabled, packForm.updateDuration, packForm.scheduledUpdateTime, timerCf… in ProviderFormUpdated() 348 void FormEventUtil::GetTimerCfg(const bool updateEnabled, in GetTimerCfg() function in OHOS::AppExecFwk::FormEventUtil
|