Home
last modified time | relevance | path

Searched refs:GetSwitchIcon (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp171 std::string& SideBarContainerComponent::GetSwitchIcon() const in GetSwitchIcon() function in OHOS::Ace::SideBarContainerComponent
173 return declaration_->GetSwitchIcon(); in GetSwitchIcon()
H A Drender_side_bar_container.cpp112 iconSwitch_ = sideBar_->GetSwitchIcon(); in Update()
480 if (sideBar_->GetSwitchIcon().empty()) { in UpdateRenderImage()
483 imageComponent->SetSrc(sideBar_->GetSwitchIcon()); in UpdateRenderImage()
H A Dside_bar_container_component.h101 std::string& GetSwitchIcon() const;
H A Drender_side_bar_container.h74 std::string GetSwitchIcon() const in GetSwitchIcon() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h137 std::string& GetSwitchIcon() in GetSwitchIcon() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dside_bar_composed_element.cpp95 jsonIcon->Put("switching", render->GetSwitchIcon().c_str()); in GetControlButton()