Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.h56 DIALOG_ACCEPT, enumerator
/ohos5.0/base/location/services/location_ui/entry/src/main/ets/pages/
H A DWifiDialog.ets20 const WIFI_NI_ACCEPT_EVENT: string = 'ohos.event.wifi.DIALOG_ACCEPT';
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp565 … builder.SetType(dateNode->GetTag()).SetEventType(Recorder::EventType::DIALOG_ACCEPT).SetText(str); in CreateConfirmNode()