Home
last modified time | relevance | path

Searched refs:SetShowIcon (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp146 void SideBarContainerComponent::SetShowIcon(const std::string& path) in SetShowIcon() function in OHOS::Ace::SideBarContainerComponent
148 declaration_->SetShowIcon(path); in SetShowIcon()
H A Dside_bar_container_component.h91 void SetShowIcon(const std::string& path);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h107 void SetShowIcon(const std::string& path) in SetShowIcon() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp146 component->SetShowIcon(showIconStr); in SetControlButtonShowIconInfo()