Home
last modified time | relevance | path

Searched refs:SetSwitchIcon (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.cpp166 void SideBarContainerComponent::SetSwitchIcon(const std::string& path) in SetSwitchIcon() function in OHOS::Ace::SideBarContainerComponent
168 declaration_->SetSwitchIcon(path); in SetSwitchIcon()
H A Dside_bar_container_component.h99 void SetSwitchIcon(const std::string& path);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h131 void SetSwitchIcon(const std::string& path) in SetSwitchIcon() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp164 component->SetSwitchIcon(switchingIconStr); in SetControlButtonSwitchingIconInfo()