Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp96 return !GetShareId().empty(); in Allow()
125 "Translate animation get Offset, share id: %{public}s. src: %{public}s, dest: %{public}s", GetShareId().c_str(), in CreateTranslateAnimation()
179 destSize.ToString().c_str(), GetShareId().c_str()); in CreateSizeAnimation()
183 "Size animation get size, share id: %{public}s. src: %{public}s, dest: %{public}s", GetShareId().c_str(), in CreateSizeAnimation()
264 return !(GetShareId().empty()); in Allow()
H A Dshared_overlay_manager.cpp90 effect->GetShareId().c_str(), effect->GetController()->GetId()); in StartSharedTransition()
166 const auto& shareId = effect->GetShareId(); in CheckAndPrepareTransition()
227 ticket.ToString().c_str(), effect->GetShareId().c_str()); in PassengerAboard()
286 TAG_LOGD(AceLogTag::ACE_ANIMATION, "Animation off shuttle, id: %{public}s", effect->GetShareId().c_str()); in GetOffShuttle()
H A Dshared_transition_effect.h55 ShareId GetShareId() const in GetShareId() function in OHOS::Ace::NG::SharedTransitionEffect
/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.h62 const ShareId& GetShareId() const;
H A Dshared_transition_element.cpp57 shareId_ = sharedComponent->GetShareId(); in Update()
301 const ShareId& SharedTransitionElement::GetShareId() const in GetShareId() function in OHOS::Ace::SharedTransitionElement
/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_element.cpp62 sharedTransitionElementMap_[shared->GetShareId()] = shared; in AddSharedTransition()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.h64 const std::string& GetShareId() const in GetShareId() function in OHOS::Ace::SharedTransitionEffect
H A Dshared_transition_controller.cpp177 const auto& shareId = effect->GetShareId(); in CheckAndCreateTransition()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dshared_overlay_manager_test_ng.cpp188 EXPECT_EQ(effect->GetShareId(), SHARE_ID1); in HWTEST_F()
237 EXPECT_EQ(effect->GetShareId(), SHARE_ID1); in HWTEST_F()
287 EXPECT_EQ(effect->GetShareId(), SHARE_ID1); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.cpp82 const ShareId& RenderContext::GetShareId() const in GetShareId() function in OHOS::Ace::NG::RenderContext
H A Drender_context.h425 const ShareId& GetShareId() const;
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h169 const std::string& GetShareId() const in GetShareId() function in OHOS::Ace::Declaration
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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp37 auto id = frameChild->GetRenderContext()->GetShareId(); in IterativeAddToSharedMap()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h167 const std::string& GetShareId() const in GetShareId() function in OHOS::Ace::Framework::DOMNode
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp781 SharedTransitionEffect::GetSharedTransitionEffect(option->type, sharedTransitionComponent->GetShareId()); in SetSharedTransition()

Completed in 21 milliseconds