Home
last modified time | relevance | path

Searched refs:SetInputFilterError (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h242 …static void SetInputFilterError(FrameNode* frameNode, const std::function<void(const std::string&)…
H A Dtext_field_model_ng.cpp1707 void TextFieldModelNG::SetInputFilterError(FrameNode* frameNode, const std::function<void(const std… in SetInputFilterError() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp1856 TextFieldModelNG::SetInputFilterError(frameNode, std::move(onInputFilterError)); in SetOnTextAreaInputFilterError()
1916 TextFieldModelNG::SetInputFilterError(frameNode, nullptr); in ResetOnTextAreaInputFilterError()
H A Dnode_text_input_modifier.cpp2055 TextFieldModelNG::SetInputFilterError(frameNode, std::move(onInputFilterError)); in SetOnTextInputInputFilterError()
2108 TextFieldModelNG::SetInputFilterError(frameNode, nullptr); in ResetOnTextInputInputFilterError()