Home
last modified time | relevance | path

Searched refs:SetPrefix (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_text_component.h54 void SetPrefix(const std::string& value) in SetPrefix() function in OHOS::Ace::PickerTextComponent
62 column->SetPrefix(value); in SetPrefix()
H A Dpicker_column_component.h138 void SetPrefix(const std::string& value) in SetPrefix() function in OHOS::Ace::PickerColumnComponent
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.h55 bool SetPrefix(const std::string& value);
H A Ddom_picker_base.cpp183 { DOM_PICKER_PREFIX, [](DOMPickerBase& picker, const std::string& val) { picker.SetPrefix(val); } }, in SetSpecializedAttr()
806 bool DOMPickerBase::SetPrefix(const std::string& value) in SetPrefix() function in OHOS::Ace::Framework::DOMPickerBase
811 picker->SetPrefix(value); in SetPrefix()

Completed in 4 milliseconds