Home
last modified time | relevance | path

Searched refs:BaseId (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dbase_id.cpp23 std::atomic<BaseId::IdType> g_currentId = { 0 };
27 BaseId::BaseId() : id_(++g_currentId) {} in BaseId() function in OHOS::Ace::BaseId
H A Dbase_id.h25 class ACE_FORCE_EXPORT BaseId {
29 BaseId();
30 virtual ~BaseId() = default;
H A Devent_callback.h30 class ACE_FORCE_EXPORT EventCallback<R(Args...)> : public BaseId {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.h67 … bool ApplyKeyframes(RefPtr<Animator>& controller, TweenOption& option, BaseId::IdType& prepareId);
71 BaseId::IdType& prepareId);
93 BaseId::IdType prepareIdCustom_ = -1;
94 BaseId::IdType prepareId_ = -1;
H A Dtween_element.cpp942 …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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_loading_progress.h134 BaseId::IdType moveStopId_ = 0;
135 BaseId::IdType tailStopId_ = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.h52 BaseId::IdType stopCallbackId_ = -1;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator_group.h43 std::map<RefPtr<Animator>, BaseId::IdType> animators_;
H A Danimator_group.cpp34 BaseId::IdType id = animator->AddStopListener([weak = WeakClaim(this), animator] { in AddAnimator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.h83 BaseId::IdType lastTransitionListener_ = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H A Dui_display_sync.h154 class ACE_FORCE_EXPORT UIDisplaySync : public AceType, public BaseId {
/ohos5.0/foundation/arkui/ace_engine/build/
H A Dlibace.map46 "OHOS::Ace::BaseId::BaseId()";
264 vtable?for?OHOS::Ace::BaseId;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h373BaseId::IdType AddPageTransitionListener(const PageTransitionListenable::CallbackFuncType& funcObj…
377 void RemovePageTransitionListener(typename BaseId::IdType id);
H A Dpipeline_context.cpp1196 BaseId::IdType PipelineContext::AddPageTransitionListener(const PageTransitionListenable::CallbackF… in AddPageTransitionListener()
1211 void PipelineContext::RemovePageTransitionListener(typename BaseId::IdType id) in RemovePageTransitionListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h344 BaseId::IdType pageTransitionListenerId_ = 0L;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h458 BaseId::IdType pageTransitionListenerId_ = 0L;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h499 BaseId::IdType pageTransitionListenerId_ = 0L;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp108 BaseId baseId_1;