Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h100 void SetKeyEnterEventId(const EventMarker& eventId);
H A Dbutton_component.cpp285 void ButtonComponent::SetKeyEnterEventId(const EventMarker& eventId) in SetKeyEnterEventId() function in OHOS::Ace::ButtonComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp207 buttonComponent->SetKeyEnterEventId(onClickId); in OnClick()