Home
last modified time | relevance | path

Searched defs:errorText (Results 1 – 15 of 15) 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.cpp226 …ContentController::RemoveErrorTextFromValue(const std::string& value, const std::string& errorText) in RemoveErrorTextFromValue()
257 std::string errorText = StringUtils::ToString(wErrorText); in FilterWithRegex() local
291 std::string errorText; in FilterWithAscii() local
Dtext_field_controller.cpp28 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
Dtext_field_model.h163 virtual void ShowError(const std::string& errorText) {} in ShowError()
316 virtual void SetShowError(const std::string& errorText, bool visible) {}; in SetShowError()
Dtext_field_pattern.cpp5048 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) in UpdateInputFilterErrorText()
6299 auto errorText = layoutProperty->GetErrorTextValue(""); in OnBackPressed() local
6360 std::string errorText = content; in OnBackPressed() local
6409 auto errorText = layoutProperty->GetErrorTextValue(""); in OnBackPressed() local
8044 auto errorText = layoutProperty->GetErrorTextValue(""); in OnBackPressed() local
Dtext_field_model_ng.cpp624 void TextFieldModelNG::SetShowError(const std::string& errorText, bool visible) in SetShowError()
1233 void TextFieldModelNG::SetShowError(FrameNode* frameNode, const std::string& errorText, bool visibl… in SetShowError()
/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()
1516 std::string errorText; in FilterWithRegex() local
1538 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
1560 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
2243 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
/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/core/common/ime/
Dtext_input_client.h123 virtual void UpdateInputFilterErrorText(const std::string& errorText) {}; in UpdateInputFilterErrorText()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
Dtext_input_layout_algorithm.cpp152 auto errorText = pattern->GetErrorTextString(); in PrepareErrorTextNode() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_input.cpp159 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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_textfield.cpp1212 std::string errorText; in SetShowError() local