/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/ |
H A D | shared_transition_effect.cpp | 102 return !GetShareId().empty(); in Allow() 131 …imation get Offset, share id: %{public}s. src: %{public}s, dest: %{public}s", GetShareId().c_str(), in CreateTranslateAnimation() 185 destSize.ToString().c_str(), GetShareId().c_str()); in CreateSizeAnimation() 189 …nimation get size, share id: %{public}s. src: %{public}s, dest: %{public}s", GetShareId().c_str(), in CreateSizeAnimation() 270 return !(GetShareId().empty()); in Allow()
|
H A D | shared_overlay_manager.cpp | 98 effect->GetShareId().c_str(), effect->GetController()->GetId()); in StartSharedTransition() 174 const auto& shareId = effect->GetShareId(); in CheckAndPrepareTransition() 235 ticket.ToString().c_str(), effect->GetShareId().c_str()); in PassengerAboard() 294 …TAG_LOGD(AceLogTag::ACE_ANIMATION, "Animation off shuttle, id: %{public}s", effect->GetShareId().c… in GetOffShuttle()
|
H A D | shared_transition_effect.h | 55 ShareId GetShareId() const in GetShareId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_component.h | 37 const ShareId& GetShareId() const;
|
H A D | shared_transition_component.cpp | 38 const ShareId& SharedTransitionComponent::GetShareId() const in GetShareId() function in OHOS::Ace::SharedTransitionComponent
|
H A D | shared_transition_element.cpp | 57 shareId_ = sharedComponent->GetShareId(); in Update() 301 const ShareId& SharedTransitionElement::GetShareId() const in GetShareId() function in OHOS::Ace::SharedTransitionElement
|
H A D | shared_transition_element.h | 62 const ShareId& GetShareId() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_effect.h | 64 const std::string& GetShareId() const in GetShareId() function
|
H A D | shared_transition_controller.cpp | 177 const auto& shareId = effect->GetShareId(); in CheckAndCreateTransition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_element.cpp | 62 sharedTransitionElementMap_[shared->GetShareId()] = shared; in AddSharedTransition()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | shared_overlay_manager_test_ng.cpp | 185 EXPECT_EQ(effect->GetShareId(), SHARE_ID1); 235 EXPECT_EQ(effect->GetShareId(), SHARE_ID1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.cpp | 89 const ShareId& RenderContext::GetShareId() const in GetShareId() function in OHOS::Ace::NG::RenderContext
|
H A D | render_context.h | 419 const ShareId& GetShareId() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 46 auto id = frameChild->GetRenderContext()->GetShareId(); in IterativeAddToSharedMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 169 const std::string& GetShareId() const in GetShareId() function
|
H A D | declaration.cpp | 74 SharedTransitionEffectType::SHARED_EFFECT_STATIC, declaration.GetShareId()); in ParseSharedEffect() 77 SharedTransitionEffectType::SHARED_EFFECT_EXCHANGE, declaration.GetShareId()); in ParseSharedEffect() 80 declaration.GetShareId().c_str()); in ParseSharedEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 167 const std::string& GetShareId() const in GetShareId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 797 …TransitionEffect::GetSharedTransitionEffect(option->type, sharedTransitionComponent->GetShareId()); in SetSharedTransition()
|