Searched refs:textOn (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_switch.cpp | 54 … { DOM_CHECKED, [](const std::string& val, SwitchComponent& textSwitch, std::string& textOn, in SetSpecializedAttr() 56 … { DOM_DISABLED, [](const std::string& val, SwitchComponent& textSwitch, std::string& textOn, in SetSpecializedAttr() 58 … { DOM_SHOW_TEXT, [](const std::string& val, SwitchComponent& textSwitch, std::string& textOn, in SetSpecializedAttr() 61 …[](const std::string& val, SwitchComponent& textSwitch, std::string& textOn, std::string& textOff)… in SetSpecializedAttr() 66 …[](const std::string& val, SwitchComponent& textSwitch, std::string& textOn, std::string& textOff)… in SetSpecializedAttr() 68 textOn = val; in SetSpecializedAttr()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.h | 549 void SetTextOn(const std::string& textOn) in SetTextOn() argument 551 textOn_ = textOn; in SetTextOn()
|