Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_dialog.cpp60 std::string ShutdownDialog::dialogBundleName_ = "com.ohos.systemui"; member in OHOS::PowerMgr::ShutdownDialog
133 want.SetElementName(dialogBundleName_, dialogAbilityName_); in ConnectSystemUi()
185 dialogBundleName_ = root["bundleName"].asString(); in LoadDialogConfig()
H A Dshutdown_dialog.h69 static std::string dialogBundleName_; variable