Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp441 const EventMarker& TextFieldComponent::GetOnFinishInput() const in GetOnFinishInput() function in OHOS::Ace::TextFieldComponent
443 return declaration_->GetOnFinishInput(); in GetOnFinishInput()
H A Dtext_field_component.h236 const EventMarker& GetOnFinishInput() const;
H A Drender_text_field.cpp241 …tEvent_ = AceAsyncEvent<void(const std::string&)>::Create(textField->GetOnFinishInput(), context_); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h949 const EventMarker& GetOnFinishInput() const in GetOnFinishInput() function