Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp80 innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in Init()
81 if (!innerCommonEventManager_) { in Init()
94 if (!innerCommonEventManager_) { in IsReady()
182 std::weak_ptr<InnerCommonEventManager> wp = innerCommonEventManager_; in PublishCommonEventDetailed()
256 std::weak_ptr<InnerCommonEventManager> wp = innerCommonEventManager_; in SubscribeCommonEvent()
302 std::weak_ptr<InnerCommonEventManager> wp = innerCommonEventManager_; in UnsubscribeCommonEvent()
367 innerCommonEventManager_->DumpState(dumpType, event, userId, state); in DumpState()
381 std::weak_ptr<InnerCommonEventManager> wp = innerCommonEventManager_; in FinishReceiver()
410 std::weak_ptr<InnerCommonEventManager> wp = innerCommonEventManager_; in Freeze()
498 innerCommonEventManager_->HiDump(args, result); in Dump()
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_new_branch_test.cpp67 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
83 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
108 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
128 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
152 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
175 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
197 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
237 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
275 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
312 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
[all …]
H A Dcommon_event_manager_service_test.cpp242 …std::shared_ptr<InnerCommonEventManager> innerCommonEventManager_ = std::make_shared<InnerCommonEv… in HWTEST_F() local
245 bool ret = innerCommonEventManager_->GetStickyCommonEvent(event, eventData); in HWTEST_F()
260 …std::shared_ptr<InnerCommonEventManager> innerCommonEventManager_ = std::make_shared<InnerCommonEv… in HWTEST_F() local
261 ASSERT_NE(nullptr, innerCommonEventManager_); in HWTEST_F()
267 innerCommonEventManager_->FinishReceiver(proxy, code, receiverData, abortEvent); in HWTEST_F()
H A Dcommon_event_dump_test.cpp139 innerCommonEventManager_ = innerCommonEventManager; in SubscriberTest()
216 if (innerCommonEventManager_) { in ProcessSubscriberTest2Case1()
318 if (innerCommonEventManager_ != nullptr) { in TearDown()
320 innerCommonEventManager_->controlPtr_.reset(); in TearDown()
345 innerCommonEventManager_, in SubscribeCommonEvent()
382 innerCommonEventManager_, in PublishCommonEvent()
406 return innerCommonEventManager_; in GetInnerCommonEventManager()
562 innerCommonEventManager_->SubscribeCommonEvent( in SubscribeDoubleEvent()
597 innerCommonEventManager_->PublishCommonEvent( in PublishUnorderedEvent()
632 innerCommonEventManager_->PublishCommonEvent( in PublishStickyEvent()
[all …]
H A Dcommon_event_freeze_test.cpp84 static std::shared_ptr<InnerCommonEventManager> innerCommonEventManager_; member in __anonb9c819750110::CommonEventFreezeTest
252 std::shared_ptr<InnerCommonEventManager> CommonEventFreezeTest::innerCommonEventManager_ = nullptr; member in __anonb9c819750110::CommonEventFreezeTest
271 innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in SetUp()
295 innerCommonEventManager_, in SubscribeCommonEvent()
330 innerCommonEventManager_, in PublishCommonEvent()
348 …std::bind(&InnerCommonEventManager::FinishReceiver, innerCommonEventManager_, proxy, code, data, a… in FinishReceiver()
354 …on<void()> FreezeFunc = std::bind(&InnerCommonEventManager::Freeze, innerCommonEventManager_, uid); in Freeze()
360 …oid()> UnfreezeFunc = std::bind(&InnerCommonEventManager::Unfreeze, innerCommonEventManager_, uid); in Unfreeze()
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H A Dcommon_event_manager_service_branch_test.cpp74 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
100 comm->innerCommonEventManager_ = nullptr; in HWTEST_F()
121 comm->innerCommonEventManager_ = nullptr; in HWTEST_F()
141 comm->innerCommonEventManager_ = nullptr; in HWTEST_F()
162 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
188 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
217 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
244 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
271 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
298 comm->innerCommonEventManager_ = std::make_shared<InnerCommonEventManager>(); in HWTEST_F()
[all …]
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_manager_service.h189 std::shared_ptr<InnerCommonEventManager> innerCommonEventManager_; variable
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp1270 …std::shared_ptr<InnerCommonEventManager> innerCommonEventManager_ = std::make_shared<InnerCommonEv… variable
1271 if (nullptr != innerCommonEventManager_) {
1272 innerCommonEventManager_->UnfreezeAll();
1273 innerCommonEventManager_->HiDump(args, results);
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H A Dcommon_event_services_module_test.cpp92 if (commonEventManagerService_->innerCommonEventManager_ != nullptr) { in TearDownTestCase()
93 commonEventManagerService_->innerCommonEventManager_.reset(); in TearDownTestCase()
94 commonEventManagerService_->innerCommonEventManager_ = nullptr; in TearDownTestCase()
108 commonEventManagerService_->innerCommonEventManager_->controlPtr_->orderedEventQueue_.clear(); in TearDown()