Searched refs:BUTTON_KEY (Results 1 – 2 of 2) sorted by relevance
32 const char * const DialogModule::BUTTON_KEY = "buttons"; member in OHOS::ACELite::DialogModule66 JSIValue buttons = JSI::GetNamedProperty(args[0], BUTTON_KEY); in ShowDialog()
43 static const char * const BUTTON_KEY; variable