Home
last modified time | relevance | path

Searched refs:UpdateInputFilterErrorText (Results 1 – 3 of 3) sorted by relevance

/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() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h404 void UpdateInputFilterErrorText(const std::string& errorText) override;
H A Dtext_field_pattern.cpp5048 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) in UpdateInputFilterErrorText() function in OHOS::Ace::NG::TextFieldPattern