Home
last modified time | relevance | path

Searched refs:TYPE_INTERVAL_CHANGE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer.h28 TYPE_INTERVAL_CHANGE, enumerator
50 UpdateType type = UpdateType::TYPE_INTERVAL_CHANGE;
62 type = UpdateType::TYPE_INTERVAL_CHANGE; in FormTimer()
75 type = UpdateType::TYPE_INTERVAL_CHANGE;
88 type = UpdateType::TYPE_INTERVAL_CHANGE;
101 type = UpdateType::TYPE_INTERVAL_CHANGE;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp52 UpdateType type = UpdateType::TYPE_INTERVAL_CHANGE; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp439 if (type == TYPE_INTERVAL_CHANGE || type == TYPE_ATTIME_TO_INTERVAL) { in HandleTimerUpdate()
459 return TYPE_INTERVAL_CHANGE; in GetUpdateType()
573 …rMgr::GetInstance().UpdateFormTimer(formRecord.formId, UpdateType::TYPE_INTERVAL_CHANGE, timerCfg); in HandleAdditionalInfoChanged()
H A Dform_timer_mgr.cpp156 case UpdateType::TYPE_INTERVAL_CHANGE: { in UpdateFormTimer()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp118 UpdateType::TYPE_INTERVAL_CHANGE, timerCfg1);
307 UpdateType::TYPE_INTERVAL_CHANGE, timerCfg1);