Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.h55 void SetErrorText(const std::string& errorText) in SetErrorText()
H A 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
H A Dtext_field_controller.cpp28 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
H A 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()
H A 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
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_controller.cpp37 void TextFieldController::ShowError(const std::string& errorText) in ShowError()
H A Dtext_field_element.cpp264 void TextFieldElement::ShowError(const std::string& errorText) in ShowError()
H A 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()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_async_call.cpp181 std::string errorText = "E_PRINT_NONE"; in GetErrorText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp329 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.h123 virtual void UpdateInputFilterErrorText(const std::string& errorText) {}; in UpdateInputFilterErrorText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp152 auto errorText = pattern->GetErrorTextString(); in PrepareErrorTextNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp159 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h482 void SetErrorText(const std::string& errorText) in SetErrorText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp1212 std::string errorText; in SetShowError() local