Home
last modified time | relevance | path

Searched defs:timeSpeed (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/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
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp740 void FormTimerMgr::SetTimeSpeed(int32_t timeSpeed) in SetTimeSpeed()
1483 …auto timeSpeed = std::clamp(eventData.GetCode(), Constants::MIN_TIME_SPEED, Constants::MAX_TIME_SP… in OnReceiveEvent() local