/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation_utils.h | 94 accessibilityElementInfo.SetBackgroundImage(nativeInfo.GetBackgroundImage()); in TransformAccessbilityElementInfo()
|
H A D | js_accessibility_manager.cpp | 1357 …nodeInfo.SetBackgroundImage(context->GetBackgroundImage().value_or(ImageSourceInfo("")).ToString()… in UpdateAccessibilityElementInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_component.h | 153 RefPtr<ImageComponent> GetBackgroundImage() const in GetBackgroundImage() function
|
H A D | render_rating.cpp | 76 RefPtr<ImageComponent> backgroundImage = rating->GetBackgroundImage(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 138 virtual std::string GetBackgroundImage() const = 0;
|
H A D | inspector_composed_element.h | 151 std::string GetBackgroundImage() const override;
|
H A D | inspector_composed_element.cpp | 107 …{ "backgroundImage", [](const InspectorNode& inspector) { return inspector.GetBackgroundImage(); }… in __anon58d2e1331802() 857 std::string InspectorComposedElement::GetBackgroundImage() const in GetBackgroundImage() function in OHOS::Ace::V2::InspectorComposedElement
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 415 std::string GetBackgroundImage() const in GetBackgroundImage() function
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1648 const std::string &GetBackgroundImage() const;
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 963 const std::string &AccessibilityElementInfo::GetBackgroundImage() const in GetBackgroundImage() function in OHOS::Accessibility::AccessibilityElementInfo
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 80 nativeInfo.SetBackgroundImage(accessibilityElementInfo.GetBackgroundImage()); in FillNativeAccessibilityElementInfoPart()
|
H A D | native_interface_accessibility_test.cpp | 132 &afterInfo, beforeInfo.GetBackgroundImage()); in FillNativeAccessibilityElementInfoPart()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_element_info_test.cpp | 1425 EXPECT_STREQ(elementInfo_->GetBackgroundImage().c_str(), "test");
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 761 … auto imageSourceInfo = rosenRenderContext->GetBackgroundImage().value_or(ImageSourceInfo("")); in CreateBgImageDataReadyCallback() 775 auto imageSourceInfo = ctx->GetBackgroundImage().value_or(ImageSourceInfo("")); in CreateBgImageLoadSuccessCallback() 5579 if (GetBackgroundImage().has_value()) { 5580 … DumpLog::GetInstance().AddDesc("BackgroundImage:" + GetBackgroundImage().value().ToString());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 4506 if (target->GetBackgroundImage().has_value()) { in GetBackgroundImageSrc() 4507 return target->GetBackgroundImage()->GetSrc(); in GetBackgroundImageSrc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5468 void GetBackgroundImage(ArkUINodeHandle node, ArkUIBackgroundImage* options) in GetBackgroundImage() function 6312 …GetLinearGradient, GetAlign, GetWidth, GetHeight, GetBackgroundColor, GetBackgroundImage, GetPaddi… in GetCommonModifier() 6386 …GetLinearGradient, GetAlign, GetWidth, GetHeight, GetBackgroundColor, GetBackgroundImage, GetPaddi… in GetCJUICommonModifier()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 944 const ArkUI_AttributeItem* GetBackgroundImage(ArkUI_NodeHandle node) in GetBackgroundImage() function 12814 GetBackgroundImage, in GetCommonAttribute()
|