Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddialog_module.cpp34 const char * const DialogModule::CANCEL_FUNC_KEY = "cancel"; member in OHOS::ACELite::DialogModule
70 JSIValue cancelFunc = JSI::GetNamedProperty(args[0], CANCEL_FUNC_KEY); in ShowDialog()
H A Ddialog_module.h45 static const char * const CANCEL_FUNC_KEY; variable