Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.h165 void SetRightButtonStatus(const std::string& status, const std::string& label);
H A Dstepper_component.h31 void SetRightButtonStatus(const std::string& status, const std::string& label) in SetRightButtonStatus() function
H A Drender_stepper.cpp67 stepper->SetRightButtonStatus(status, label); in Update()
434 void RenderStepper::SetRightButtonStatus(const std::string& status, const std::string& label) in SetRightButtonStatus() function in OHOS::Ace::RenderStepper
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper.cpp130 controller->SetRightButtonStatus(status, label); in CallSpecializedMethod()