Home
last modified time | relevance | path

Searched refs:BUTTON_KEY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddialog_module.cpp32 const char * const DialogModule::BUTTON_KEY = "buttons"; member in OHOS::ACELite::DialogModule
66 JSIValue buttons = JSI::GetNamedProperty(args[0], BUTTON_KEY); in ShowDialog()
H A Ddialog_module.h43 static const char * const BUTTON_KEY; variable