Home
last modified time | relevance | path

Searched refs:SetErrorTextValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_content_modifier.h51 void SetErrorTextValue(const std::string& value);
H A Dtext_field_paint_method.cpp118 textFieldContentModifier_->SetErrorTextValue(layoutProperty->GetErrorTextValue("")); in UpdateContentModifier()
H A Dtext_field_content_modifier.cpp381 void TextFieldContentModifier::SetErrorTextValue(const std::string& value) in SetErrorTextValue() function in OHOS::Ace::NG::TextFieldContentModifier