Home
last modified time | relevance | path

Searched refs:SetHiddenIcon (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.cpp156 void SideBarContainerComponent::SetHiddenIcon(const std::string& path) in SetHiddenIcon() function in OHOS::Ace::SideBarContainerComponent
158 declaration_->SetHiddenIcon(path); in SetHiddenIcon()
H A Dside_bar_container_component.h95 void SetHiddenIcon(const std::string& path);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h119 void SetHiddenIcon(const std::string& path) in SetHiddenIcon() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp155 component->SetHiddenIcon(hiddenIconStr); in SetControlButtonHiddenIconInfo()