Searched refs:BaseId (Results 1 – 18 of 18) sorted by relevance
23 std::atomic<BaseId::IdType> g_currentId = { 0 };27 BaseId::BaseId() : id_(++g_currentId) {} in BaseId() function in OHOS::Ace::BaseId
25 class ACE_FORCE_EXPORT BaseId {29 BaseId();30 virtual ~BaseId() = default;
30 class ACE_FORCE_EXPORT EventCallback<R(Args...)> : public BaseId {
67 … bool ApplyKeyframes(RefPtr<Animator>& controller, TweenOption& option, BaseId::IdType& prepareId);71 BaseId::IdType& prepareId);93 BaseId::IdType prepareIdCustom_ = -1;94 BaseId::IdType prepareId_ = -1;
942 …RefPtr<Animator>& controller, const WeakPtr<RenderTransform>& weakTransform, BaseId::IdType& prepa… in AddPrepareListener()969 bool TweenElement::ApplyKeyframes(RefPtr<Animator>& controller, TweenOption& option, BaseId::IdType… in ApplyKeyframes()
134 BaseId::IdType moveStopId_ = 0;135 BaseId::IdType tailStopId_ = 0;
52 BaseId::IdType stopCallbackId_ = -1;
43 std::map<RefPtr<Animator>, BaseId::IdType> animators_;
34 BaseId::IdType id = animator->AddStopListener([weak = WeakClaim(this), animator] { in AddAnimator()
83 BaseId::IdType lastTransitionListener_ = 0;
154 class ACE_FORCE_EXPORT UIDisplaySync : public AceType, public BaseId {
46 "OHOS::Ace::BaseId::BaseId()";264 vtable?for?OHOS::Ace::BaseId;
373 …BaseId::IdType AddPageTransitionListener(const PageTransitionListenable::CallbackFuncType& funcObj…377 void RemovePageTransitionListener(typename BaseId::IdType id);
1196 BaseId::IdType PipelineContext::AddPageTransitionListener(const PageTransitionListenable::CallbackF… in AddPageTransitionListener()1211 void PipelineContext::RemovePageTransitionListener(typename BaseId::IdType id) in RemovePageTransitionListener()
344 BaseId::IdType pageTransitionListenerId_ = 0L;
458 BaseId::IdType pageTransitionListenerId_ = 0L;
499 BaseId::IdType pageTransitionListenerId_ = 0L;
108 BaseId baseId_1;