Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp123 class SystemCmdChannelListenerImpl : public OnSystemCmdListener { class
141 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_);