Home
last modified time | relevance | path

Searched defs:errorText (Results 1 – 13 of 13) 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()
Dcontent_controller.cpp213 …ContentController::RemoveErrorTextFromValue(const std::string& value, const std::string& errorText) in RemoveErrorTextFromValue()
240 auto errorText = std::regex_replace(result, filterRegex, ""); in FilterWithRegex() local
274 std::string errorText; in FilterWithAscii() local
Dtext_field_controller.cpp26 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
Dtext_field_model.h78 virtual void ShowError(const std::string& errorText) {} in ShowError()
224 virtual void SetShowError(const std::string& errorText, bool visible) {}; in SetShowError()
Dtext_field_model_ng.cpp517 void TextFieldModelNG::SetShowError(const std::string& errorText, bool visible) in SetShowError()
915 void TextFieldModelNG::SetShowError(FrameNode* frameNode, const std::string& errorText, bool visibl… in SetShowError()
Dtext_field_pattern.cpp4193 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) in UpdateInputFilterErrorText()
5125 auto errorText = layoutProperty->GetErrorTextValue(""); local
5164 std::string errorText = content; local
5189 auto errorText = layoutProperty->GetErrorTextValue(""); local
/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.cpp88 void RemoveErrorTextFromValue(const std::string& value, const std::string& errorText, std::string& … in RemoveErrorTextFromValue()
1636 std::string errorText; in FilterWithRegex() local
1658 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
1680 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
2362 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
Dtext_input_client.h102 virtual void UpdateInputFilterErrorText(const std::string& errorText) {}; in UpdateInputFilterErrorText()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.cpp335 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_input.cpp160 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/foundation/arkui/ace_engine/frameworks/core/accessibility/
Daccessibility_node.h482 void SetErrorText(const std::string& errorText) in SetErrorText()