Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Drender_texttimer.cpp59 const auto& timerController = timerComponent->GetTextTimerController(); in Update() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_texttimer.cpp299 auto timerController = Referenced::MakeRefPtr<JSTextTimerController>(); in Constructor() local
304 void JSTextTimerController::Destructor(JSTextTimerController* timerController) in Destructor()