Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp102 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 Dshared_overlay_manager.cpp98 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 Dshared_transition_effect.h55 ShareId GetShareId() const in GetShareId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.h37 const ShareId& GetShareId() const;
H A Dshared_transition_component.cpp38 const ShareId& SharedTransitionComponent::GetShareId() const in GetShareId() function in OHOS::Ace::SharedTransitionComponent
H A Dshared_transition_element.cpp57 shareId_ = sharedComponent->GetShareId(); in Update()
301 const ShareId& SharedTransitionElement::GetShareId() const in GetShareId() function in OHOS::Ace::SharedTransitionElement
H A Dshared_transition_element.h62 const ShareId& GetShareId() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.h64 const std::string& GetShareId() const in GetShareId() function
H A Dshared_transition_controller.cpp177 const auto& shareId = effect->GetShareId(); in CheckAndCreateTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_element.cpp62 sharedTransitionElementMap_[shared->GetShareId()] = shared; in AddSharedTransition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dshared_overlay_manager_test_ng.cpp185 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 Drender_context.cpp89 const ShareId& RenderContext::GetShareId() const in GetShareId() function in OHOS::Ace::NG::RenderContext
H A Drender_context.h419 const ShareId& GetShareId() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp46 auto id = frameChild->GetRenderContext()->GetShareId(); in IterativeAddToSharedMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h169 const std::string& GetShareId() const in GetShareId() function
H A Ddeclaration.cpp74 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 Ddom_node.h167 const std::string& GetShareId() const in GetShareId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp797 …TransitionEffect::GetSharedTransitionEffect(option->type, sharedTransitionComponent->GetShareId()); in SetSharedTransition()