Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_common_event_test.cpp69 sptr<WindowCommonEvent> windowCommonEvent_ = new WindowCommonEvent(); variable
70 windowCommonEvent_->SubscriberEventInner(0);
82 sptr<WindowCommonEvent> windowCommonEvent_ = new WindowCommonEvent(); variable
83 windowCommonEvent_->UnSubscriberEvent();
95 sptr<WindowCommonEvent> windowCommonEvent_ = new WindowCommonEvent(); variable
97 windowCommonEvent_->OnReceiveEvent(data);
109 sptr<WindowCommonEvent> windowCommonEvent_ = new WindowCommonEvent(); variable
111 windowCommonEvent_->HandleAccountSwitched(data);
H A Dwindow_manager_service_test.cpp102 ASSERT_EQ(nullptr, wms->windowCommonEvent_->subscriber_);
1009 ASSERT_EQ(nullptr, wms->windowCommonEvent_->subscriber_);
1011 ASSERT_EQ(nullptr, wms->windowCommonEvent_->subscriber_);
1013 ASSERT_NE(nullptr, wms->windowCommonEvent_->subscriber_);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_service.h210 std::shared_ptr<WindowCommonEvent> windowCommonEvent_; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp75 windowCommonEvent_ = std::make_shared<WindowCommonEvent>();
159 windowCommonEvent_->SubscriberEvent(); in OnAddSystemAbility()
786 windowCommonEvent_->UnSubscriberEvent(); in OnStop()