/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_accessibility_property.h | 55 void SetErrorText(const std::string& errorText) in SetErrorText()
|
H A D | content_controller.cpp | 226 …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
|
H A D | text_field_controller.cpp | 28 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
|
H A D | text_field_model.h | 163 virtual void ShowError(const std::string& errorText) {} in ShowError() 316 virtual void SetShowError(const std::string& errorText, bool visible) {}; in SetShowError()
|
H A D | text_field_pattern.cpp | 5048 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
|
H A D | text_field_model_ng.cpp | 624 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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_controller.cpp | 37 void TextFieldController::ShowError(const std::string& errorText) in ShowError()
|
H A D | text_field_element.cpp | 264 void TextFieldElement::ShowError(const std::string& errorText) in ShowError()
|
H A D | render_text_field.cpp | 87 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()
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_async_call.cpp | 181 std::string errorText = "E_PRINT_NONE"; in GetErrorText() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 329 std::string errorText = error->GetString(); in CallSpecializedMethod() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.h | 123 virtual void UpdateInputFilterErrorText(const std::string& errorText) {}; in UpdateInputFilterErrorText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
H A D | text_input_layout_algorithm.cpp | 152 auto errorText = pattern->GetErrorTextString(); in PrepareErrorTextNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_input.cpp | 159 std::string errorText = error->GetString(); in CallSpecializedMethod() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.h | 482 void SetErrorText(const std::string& errorText) in SetErrorText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.cpp | 1212 std::string errorText; in SetShowError() local
|