Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddialog_module.cpp31 const char * const DialogModule::MSG_KEY = "message"; member in OHOS::ACELite::DialogModule
61 char *message = JSI::GetStringProperty(args[0], MSG_KEY); in ShowDialog()
H A Ddialog_module.h42 static const char * const MSG_KEY; variable