Searched refs:SystemCmdChannelListenerImpl (Results 1 – 1 of 1) sorted by relevance
123 class SystemCmdChannelListenerImpl : public OnSystemCmdListener { class141 bool SystemCmdChannelListenerImpl::isReceivePrivateCommand_{ false };142 bool SystemCmdChannelListenerImpl::isNotifyIsShowSysPanel_{ false };261 sptr<OnSystemCmdListener> listener = new (std::nothrow) SystemCmdChannelListenerImpl();264 SystemCmdChannelListenerImpl::ResetParam();268 EXPECT_FALSE(SystemCmdChannelListenerImpl::isNotifyIsShowSysPanel_);269 EXPECT_FALSE(SystemCmdChannelListenerImpl::isReceivePrivateCommand_);270 SystemCmdChannelListenerImpl::ResetParam();273 EXPECT_TRUE(SystemCmdChannelListenerImpl::isNotifyIsShowSysPanel_);274 EXPECT_TRUE(SystemCmdChannelListenerImpl::isReceivePrivateCommand_);