Home
last modified time | relevance | path

Searched defs:errorText (Results 1 – 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_accessibility_property.h55 void SetErrorText(const std::string& errorText) in SetErrorText()
Dtext_field_controller.cpp24 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
Dtext_field_model.h70 virtual void ShowError(const std::string& errorText) {} in ShowError()
188 virtual void SetShowError(const std::string& errorText, bool visible) {}; in SetShowError()
Dtext_field_model_ng.cpp432 void TextFieldModelNG::SetShowError(const std::string& errorText, bool visible) in SetShowError()
Dtext_field_pattern.cpp108 void RemoveErrorTextFromValue(const std::string& value, const std::string& errorText, std::string& … in RemoveErrorTextFromValue()
3778 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
3855 std::string errorText = ""; in FilterWithAscii() local
4498 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) in UpdateInputFilterErrorText()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
Dtext_input_client.h42 virtual void UpdateInputFilterErrorText(const std::string& errorText) {}; in UpdateInputFilterErrorText()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Dtext_field_controller.cpp37 void TextFieldController::ShowError(const std::string& errorText) in ShowError()
Dtext_field_element.cpp264 void TextFieldElement::ShowError(const std::string& errorText) in ShowError()
Drender_text_field.cpp87 void RemoveErrorTextFromValue(const std::string& value, const std::string& errorText, std::string& … in RemoveErrorTextFromValue()
1537 std::string errorText; in FilterWithRegex() local
1559 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
1581 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
2261 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/text_field/
Dmock_text_field_pattern.cpp133 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) {} in UpdateInputFilterErrorText()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.cpp329 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_input.cpp161 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/
Dmock_render_text_field.cpp315 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
Daccessibility_node.h482 void SetErrorText(const std::string& errorText) in SetErrorText()