Home
last modified time | relevance | path

Searched refs:ShowError (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_controller.cpp37 void TextFieldController::ShowError(const std::string& errorText) in ShowError() function in OHOS::Ace::TextFieldController
43 textField->ShowError(errorText); in ShowError()
H A Dtext_field_element.h41 void ShowError(const std::string& errorText);
H A Dtext_field_controller.h40 void ShowError(const std::string& errorText) override;
H A Dtext_field_element.cpp261 void TextFieldElement::ShowError(const std::string& errorText) in ShowError() function in OHOS::Ace::TextFieldElement
265 textField->ShowError(errorText); in ShowError()
H A Drender_text_field.h113 void ShowError(const std::string& errorText, bool resetToStart = true);
H A Drender_text_field.cpp846 ShowError("", false); in OnClick()
974 ShowError("", false); in OnLongPress()
2348 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError() function in OHOS::Ace::RenderTextField
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_controller.h38 void ShowError(const std::string& errorText) override;
H A Dtext_field_controller.cpp28 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError() function in OHOS::Ace::NG::TextFieldController
H A Dtext_field_model.h163 virtual void ShowError(const std::string& errorText) {} in ShowError() function in OHOS::Ace::TextFieldControllerBase
/foundation/ability/idl_tool/parser/
H A Dparser.h103 void ShowError();
H A Dparser.cpp44 ShowError(); in Parse()
781 void Parser::ShowError() in ShowError() function in OHOS::Idl::Parser
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h247 void ShowError();
H A Dparser.cpp83 ShowError(); in ParseOne()
1916 void Parser::ShowError() in ShowError() function in OHOS::Idl::Parser
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp336 textFieldController_->ShowError(errorText); in CallSpecializedMethod()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp160 controller->ShowError(errorText); in CallSpecializedMethod()

Completed in 15 milliseconds