Home
last modified time | relevance | path

Searched defs:SetOnWillInsertValueEvent (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h335 void SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) in SetOnWillInsertValueEvent() function in OHOS::Ace::OHOS::Ace::NG::TextFieldEventHub
H A Dtext_field_model_ng.cpp1865 void TextFieldModelNG::SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) in SetOnWillInsertValueEvent() function in OHOS::Ace::NG::TextFieldModelNG
2061 void TextFieldModelNG::SetOnWillInsertValueEvent(FrameNode* frameNode, in SetOnWillInsertValueEvent() function in OHOS::Ace::NG::TextFieldModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp623 void SearchModelNG::SetOnWillInsertValueEvent(std::function<bool(const InsertValueInfo&)>&& func) in SetOnWillInsertValueEvent() function in OHOS::Ace::NG::SearchModelNG
1769 void SearchModelNG::SetOnWillInsertValueEvent(FrameNode* frameNode, std::function<bool(const InsertValueInfo&)>&& func) in SetOnWillInsertValueEvent() function in OHOS::Ace::NG::SearchModelNG

Completed in 10 milliseconds