Home
last modified time | relevance | path

Searched refs:ConnectSystemUi (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_dialog.h32 bool ConnectSystemUi();
Dshutdown_dialog.cpp69 ConnectSystemUi(); in KeyMonitorInit()
99 bool ShutdownDialog::ConnectSystemUi() in ConnectSystemUi() function in OHOS::PowerMgr::ShutdownDialog
/base/powermgr/power_manager/test/unittest/src/
Dpower_mgr_powerdialog_test.cpp80 EXPECT_FALSE(shutdownDialog.ConnectSystemUi());
96 EXPECT_TRUE(shutdownDialog.ConnectSystemUi());
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_dumper.cpp45 pms->GetShutdownDialog().ConnectSystemUi(); in Dump()