Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_accessibility_property.h58 void SetErrorText(const std::string& errorText) in SetErrorText()
Dcontent_controller.cpp287 …tController::RemoveErrorTextFromValue(const std::u16string& value, const std::u16string& errorText) in ContentToWstring()
319 std::u16string errorText = ContentToU16string(wErrorText); in ContentToWstring() local
353 std::u16string errorText; in ContentToWstring() local
Dtext_field_controller.cpp28 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
Dtext_field_model.h186 virtual void ShowError(const std::string& errorText) {} in ShowError()
353 virtual void SetShowError(const std::u16string& errorText, bool visible) {}; in SetShowError()
Dtext_component_decorator.cpp487 auto errorText = textFieldLayoutProperty->GetErrorTextValue(u""); in UpdateLayoutProperty() local
Dtext_field_model_static.cpp466 …FieldModelStatic::SetShowError(FrameNode* frameNode, const std::optional<std::u16string>& errorTex… in SetShowError()
Dtext_field_model_ng.cpp761 void TextFieldModelNG::SetShowError(const std::u16string& errorText, bool visible) in SetShowError()
1516 void TextFieldModelNG::SetShowError(FrameNode* frameNode, const std::u16string& errorText, bool vis… in SetShowError()
Dtext_field_pattern.cpp5980 void TextFieldPattern::UpdateInputFilterErrorText(const std::u16string& errorText) in UpdateInputFilterErrorText()
5991 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) in UpdateInputFilterErrorText()
7437 auto errorText = layoutProperty->GetErrorTextValue(u""); in OnBackPressed() local
9268 auto errorText = layoutProperty->GetErrorTextValue(u""); in OnBackPressed() 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.cpp261 void TextFieldElement::ShowError(const std::string& errorText) in ShowError()
Drender_text_field.cpp74 void RemoveErrorTextFromValue(const std::string& value, const std::string& errorText, std::string& … in RemoveErrorTextFromValue()
1509 std::string errorText; in FilterWithRegex() local
1531 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
1553 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local
2237 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
Dtext_input_client.h133 virtual void UpdateInputFilterErrorText(const std::string& errorText) {}; in UpdateInputFilterErrorText()
134 virtual void UpdateInputFilterErrorText(const std::u16string& errorText) in UpdateInputFilterErrorText()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
Dtext_field_pattern_testfive.cpp40 …textFieldEventHub->SetOnInputFilterError([](std::u16string errorText) { ASSERT_TRUE(errorText.empt… in __anon5e50ce6e0202()
43 …textFieldEventHub->SetOnInputFilterError([](std::u16string errorText) { ASSERT_FALSE(errorText.emp… in __anon5e50ce6e0302()
/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.cpp159 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/foundation/arkui/ace_engine/frameworks/core/accessibility/
Daccessibility_node.cpp841 void AccessibilityNode::SetErrorText(const std::string& errorText) in SetErrorText()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_textfield_ffi.cpp485 void FfiOHOSAceFrameworkTextFieldSetShowError(const char* errorText) in FfiOHOSAceFrameworkTextFieldSetShowError()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_textfield.cpp1614 std::u16string errorText; in SetShowError() local
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/tools/ets-tsc/lib/
Dlib.dom.d.ts1417 errorText?: string; property
11417 readonly errorText: string; property