Searched refs:CANCEL_FUNC_KEY (Results 1 – 2 of 2) sorted by relevance
34 const char * const DialogModule::CANCEL_FUNC_KEY = "cancel"; member in OHOS::ACELite::DialogModule70 JSIValue cancelFunc = JSI::GetNamedProperty(args[0], CANCEL_FUNC_KEY); in ShowDialog()
45 static const char * const CANCEL_FUNC_KEY; variable