Searched refs:windowCommonEvent_ (Results 1 – 4 of 4) sorted by relevance
69 sptr<WindowCommonEvent> windowCommonEvent_ = new WindowCommonEvent(); variable70 windowCommonEvent_->SubscriberEventInner(0);82 sptr<WindowCommonEvent> windowCommonEvent_ = new WindowCommonEvent(); variable83 windowCommonEvent_->UnSubscriberEvent();95 sptr<WindowCommonEvent> windowCommonEvent_ = new WindowCommonEvent(); variable97 windowCommonEvent_->OnReceiveEvent(data);109 sptr<WindowCommonEvent> windowCommonEvent_ = new WindowCommonEvent(); variable111 windowCommonEvent_->HandleAccountSwitched(data);
102 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_);
210 std::shared_ptr<WindowCommonEvent> windowCommonEvent_; variable
75 windowCommonEvent_ = std::make_shared<WindowCommonEvent>();159 windowCommonEvent_->SubscriberEvent(); in OnAddSystemAbility()786 windowCommonEvent_->UnSubscriberEvent(); in OnStop()