Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H A Dcommon_event_services_module_test.cpp82 commonEventManagerService_->Init(); in SetUpTestCase()
91 if (commonEventManagerService_ != nullptr) { in TearDownTestCase()
676 if (commonEventManagerService_->SubscribeCommonEvent(
678 (commonEventManagerService_->PublishCommonEvent(
725 if (commonEventManagerService_->SubscribeCommonEvent(
727 (commonEventManagerService_->PublishCommonEvent(
774 if (commonEventManagerService_->SubscribeCommonEvent(
776 (commonEventManagerService_->PublishCommonEvent(
846 if (commonEventManagerService_->SubscribeCommonEvent(
848 (commonEventManagerService_->PublishCommonEvent(
[all …]
/ohos5.0/base/notification/common_event_service/test/benchmarktest/common_event_service_test/
H A Dcommon_event_manager_service_test.cpp35commonEventManagerService_ = DelayedSingleton<CommonEventManagerService>::GetInstance().get(); in BenchmarkCommonEventManagerService()
36 commonEventManagerService_->Init(); in BenchmarkCommonEventManagerService()
52 sptr<CommonEventManagerService> commonEventManagerService_; member in __anona36e935f0110::BenchmarkCommonEventManagerService
78 bool result = commonEventManagerService_->SubscribeCommonEvent( in BENCHMARK_F()
102 bool result = commonEventManagerService_->SubscribeCommonEvent( in BENCHMARK_F()
126 bool result = commonEventManagerService_->SubscribeCommonEvent( in BENCHMARK_F()
150 bool result = commonEventManagerService_->UnsubscribeCommonEvent( in BENCHMARK_F()
181 bool result = commonEventManagerService_->PublishCommonEvent( in BENCHMARK_F()
204 bool result = commonEventManagerService_->SubscribeCommonEvent( in BENCHMARK_F()
212 if (commonEventManagerService_->DumpState(0, "", ALL_USER, stateTest)) { in BENCHMARK_F()