Home
last modified time | relevance | path

Searched refs:controllerId_ (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator.cpp58 controllerId_ = AllocControllerId(); in Animator()
66 controllerId_ = AllocControllerId(); in Animator()
198 TAG_LOGI(AceLogTag::ACE_ANIMATION, "invalid duration time, keep the old. id: %{public}d", controllerId_); in SetDuration()
218 TAG_LOGI(AceLogTag::ACE_ANIMATION, "invalid iteration: %{public}d. id: %{public}d", iteration, controllerId_); in SetIteration()
353 playedTime, controllerId_); in TriggerFrame()
358 controllerId_); in TriggerFrame()
371 TAG_LOGW(AceLogTag::ACE_ANIMATION, "PlayMotion failed, motion is null. id:%{public}d", controllerId_); in PlayMotion()
432 TAG_LOGI(AceLogTag::ACE_ANIMATION, "Already paused, do not need pause again. id: %{public}d", controllerId_); in Pause()
459 TAG_LOGI(AceLogTag::ACE_ANIMATION, "Already running, do not need resume again. id: %{public}d", controllerId_); in Resume()
546 TAG_LOGI(AceLogTag::ACE_ANIMATION, "Already in idle, do not need cancel again. id: %{public}d", controllerId_); in Cancel()
[all...]
H A Danimator.h270 int32_t controllerId_ = 0; member in OHOS::Ace::Animator
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animator.cpp35 controllerId_ = 0; in Animator()
40 controllerId_ = 0; in Animator()
228 return controllerId_; in GetId()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_content.h53 uint32_t controllerId_ = 0; member in OHOS::Ace::Framework::final
H A Ddom_tab_bar.h70 uint32_t controllerId_ = 0; member in OHOS::Ace::Framework::final
H A Ddom_tab_content.cpp90 controllerId_ = parentNodeTmp->GetTabControllerId(); in OnMounted()
H A Ddom_tab_bar.cpp132 controllerId_ = parentNodeTmp->GetTabControllerId(); in OnMounted()

Completed in 4 milliseconds