/ohos5.0/foundation/arkui/ace_engine/test/mock/core/svg/ |
H A D | mock_shared_transition_effect.cpp | 20 SharedTransitionEffectType effect, const ShareId& shareId) in GetSharedTransitionEffect() 25 SharedTransitionEffect::SharedTransitionEffect(const ShareId& shareId, SharedTransitionEffectType t… in SharedTransitionEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_controller.cpp | 24 RefPtr<SharedTransitionEffect> GetSharedEffect(const ShareId& shareId, const WeakPtr<SharedTransiti… in GetSharedEffect() 177 const auto& shareId = effect->GetShareId(); in CheckAndCreateTransition() local 206 auto shareId = item.first; in PrepareTransition() local 269 const ShareId& shareId, RefPtr<SharedTransitionEffect>& effect, RefPtr<OverlayElement>& overlay) in PrepareEachTransition()
|
H A D | shared_transition_effect.h | 103 explicit SharedTransitionExchange(const ShareId& shareId) in SharedTransitionExchange() 125 explicit SharedTransitionStatic(const ShareId& shareId) in SharedTransitionStatic()
|
H A D | shared_transition_effect.cpp | 26 SharedTransitionEffect::SharedTransitionEffect(const ShareId& shareId, SharedTransitionEffectType t… in SharedTransitionEffect() 151 SharedTransitionEffectType effect, const ShareId& shareId) in GetSharedTransitionEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_component.cpp | 22 …Component::SharedTransitionComponent(const ComposeId& id, const std::string& name, ShareId shareId) in SharedTransitionComponent() 112 void SharedTransitionComponent::SetShareId(const ShareId& shareId) in SetShareId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/ |
H A D | shared_transition_effect.cpp | 29 const ShareId& shareId, const std::shared_ptr<SharedTransitionOption>& sharedOption) in SharedTransitionEffect() 37 const ShareId& shareId, const std::shared_ptr<SharedTransitionOption>& option) in GetSharedTransitionEffect() 91 const ShareId& shareId, const std::shared_ptr<SharedTransitionOption>& sharedOption) in SharedTransitionExchange() 262 const ShareId& shareId, const std::shared_ptr<SharedTransitionOption>& sharedOption) in SharedTransitionStatic()
|
H A D | shared_overlay_manager.cpp | 32 const ShareId& shareId, const WeakPtr<FrameNode>& destWeak, const WeakPtr<FrameNode>& srcWeak) in GetSharedEffect() 122 const auto& shareId = item.first; in PrepareSharedTransition() local 174 const auto& shareId = effect->GetShareId(); in CheckAndPrepareTransition() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.cpp | 84 void RenderContext::SetShareId(const ShareId& shareId) in SetShareId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_element.cpp | 51 void PageElement::RemoveSharedTransition(const ShareId& shareId) in RemoveSharedTransition()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | shared_overlay_manager_test_ng.cpp | 47 RefPtr<FrameNode> CreateSharedNode(const std::string& shareId, const int32_t& duration, const SizeF… in CreateSharedNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.h | 107 void SetShareId(const std::string& shareId) in SetShareId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 164 void SetShareId(const std::string& shareId) in SetShareId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 159 void SetShareId(const std::string& shareId) in SetShareId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 698 …void SetSharedTransition(const std::string& shareId, const std::shared_ptr<SharedTransitionOption>… in SetSharedTransition()
|
H A D | view_abstract.cpp | 2712 const std::string& shareId, const std::shared_ptr<SharedTransitionOption>& option) in SetSharedTransition() 3738 …FrameNode* frameNode, const std::string& shareId, const std::shared_ptr<SharedTransitionOption>& o… in SetSharedTransition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 784 const std::string& shareId, const std::shared_ptr<SharedTransitionOption>& option) in SetSharedTransition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 807 void FfiOHOSAceFrameworkViewAbstractSetSharedTransition(char* shareId, CJSharedTransitionOptions op… in FfiOHOSAceFrameworkViewAbstractSetSharedTransition()
|