Home
last modified time | relevance | path

Searched refs:timeSpeed (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp85 int32_t timeSpeed = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
86 formTimerMgr.SetTimeSpeed(timeSpeed); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h158 * @param timeSpeed The time speed.
160 void SetTimeSpeed(int32_t timeSpeed);
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp738 * @param timeSpeed The time speed.
740 void FormTimerMgr::SetTimeSpeed(int32_t timeSpeed) in SetTimeSpeed() argument
742 HILOG_INFO("set time speed to:%{public}d", timeSpeed); in SetTimeSpeed()
743 timeSpeed_ = timeSpeed; in SetTimeSpeed()
1486 auto timeSpeed = std::clamp(eventData.GetCode(), Constants::MIN_TIME_SPEED, Constants::MAX_TIME_SPEED); in OnReceiveEvent() local
1487 FormTimerMgr::GetInstance().SetTimeSpeed(timeSpeed); in OnReceiveEvent()

Completed in 4 milliseconds