| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| D | text_field_accessibility_property.h | 58 void SetErrorText(const std::string& errorText) in SetErrorText()
|
| D | content_controller.cpp | 287 …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
|
| D | text_field_controller.cpp | 28 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
|
| D | text_field_model.h | 186 virtual void ShowError(const std::string& errorText) {} in ShowError() 353 virtual void SetShowError(const std::u16string& errorText, bool visible) {}; in SetShowError()
|
| D | text_component_decorator.cpp | 487 auto errorText = textFieldLayoutProperty->GetErrorTextValue(u""); in UpdateLayoutProperty() local
|
| D | text_field_model_static.cpp | 466 …FieldModelStatic::SetShowError(FrameNode* frameNode, const std::optional<std::u16string>& errorTex… in SetShowError()
|
| D | text_field_model_ng.cpp | 761 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()
|
| D | text_field_pattern.cpp | 5980 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/ |
| D | text_field_controller.cpp | 37 void TextFieldController::ShowError(const std::string& errorText) in ShowError()
|
| D | text_field_element.cpp | 261 void TextFieldElement::ShowError(const std::string& errorText) in ShowError()
|
| D | render_text_field.cpp | 74 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/ |
| D | text_input_client.h | 133 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/ |
| D | text_field_pattern_testfive.cpp | 40 …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/ |
| D | textfield_declaration.cpp | 335 std::string errorText = error->GetString(); in CallSpecializedMethod() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_input.cpp | 159 std::string errorText = error->GetString(); in CallSpecializedMethod() local
|
| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| D | accessibility_node.cpp | 841 void AccessibilityNode::SetErrorText(const std::string& errorText) in SetErrorText()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_textfield_ffi.cpp | 485 void FfiOHOSAceFrameworkTextFieldSetShowError(const char* errorText) in FfiOHOSAceFrameworkTextFieldSetShowError()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_textfield.cpp | 1614 std::u16string errorText; in SetShowError() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/tools/ets-tsc/lib/ |
| D | lib.dom.d.ts | 1417 errorText?: string; property 11417 readonly errorText: string; property
|