/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_manager_service_new_branch_test.cpp | 65 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() 80 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 105 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() 125 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() 147 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() 170 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() 194 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() 215 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() 232 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() 253 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F() [all …]
|
H A D | common_event_manager_service_test.cpp | 76 CommonEventManagerService commonEventManagerService; in HWTEST_F() 89 CommonEventManagerService commonEventManagerService; in HWTEST_F() 102 CommonEventManagerService commonEventManagerService; in HWTEST_F() 119 CommonEventManagerService commonEventManagerService; in HWTEST_F() 138 CommonEventManagerService commonEventManagerService; in HWTEST_F() 155 CommonEventManagerService commonEventManagerService; in HWTEST_F() 171 CommonEventManagerService commonEventManagerService; in HWTEST_F() 190 CommonEventManagerService commonEventManagerService; in HWTEST_F() 208 CommonEventManagerService commonEventManagerService; in HWTEST_F() 313 CommonEventManagerService commonEventManagerService; in HWTEST_F()
|
H A D | common_event_subscribe_unit_test.cpp | 1012 CommonEventManagerService commonEventManagerService; 1030 CommonEventManagerService commonEventManagerService; 1046 CommonEventManagerService commonEventManagerService; 1061 CommonEventManagerService commonEventManagerService;
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/ |
H A D | common_event_manager_service_branch_test.cpp | 71 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 159 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 185 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 214 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 241 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 268 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 295 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 322 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 350 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() 371 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F() [all …]
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_manager_service.cpp | 46 sptr<CommonEventManagerService> CommonEventManagerService::instance_; 47 std::mutex CommonEventManagerService::instanceMutex_; 49 sptr<CommonEventManagerService> CommonEventManagerService::GetInstance() in GetInstance() 63 CommonEventManagerService::CommonEventManagerService() in CommonEventManagerService() function in OHOS::EventFwk::CommonEventManagerService 72 CommonEventManagerService::~CommonEventManagerService() in ~CommonEventManagerService() 92 bool CommonEventManagerService::IsReady() const in IsReady() 183 wptr<CommonEventManagerService> weakThis = this; in PublishCommonEventDetailed() 372 bool CommonEventManagerService::FinishReceiver( in FinishReceiver() 395 bool CommonEventManagerService::Freeze(const uid_t &uid) in Freeze() 424 bool CommonEventManagerService::Unfreeze(const uid_t &uid) in Unfreeze() [all …]
|
H A D | common_event_manager_service_ability.cpp | 43 service_ = CommonEventManagerService::GetInstance(); in OnStart()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | common_event_manager_service.h | 31 class CommonEventManagerService : public CommonEventStub { 33 static sptr<CommonEventManagerService> GetInstance(); 34 CommonEventManagerService(); 35 virtual ~CommonEventManagerService(); 186 static sptr<CommonEventManagerService> instance_; 196 DISALLOW_COPY_AND_MOVE(CommonEventManagerService);
|
H A D | common_event_manager_service_ability.h | 49 sptr<CommonEventManagerService> service_;
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/ |
H A D | commoneventmanagerservice_fuzzer.cpp | 36 EventFwk::CommonEventManagerService::GetInstance(); in DoSomethingInterestingWithMyAPI() 37 sptr<EventFwk::CommonEventManagerService> service = in DoSomethingInterestingWithMyAPI() 38 sptr<EventFwk::CommonEventManagerService>(new EventFwk::CommonEventManagerService()); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/test/benchmarktest/common_event_service_test/ |
H A D | common_event_manager_service_test.cpp | 35 … commonEventManagerService_ = DelayedSingleton<CommonEventManagerService>::GetInstance().get(); in BenchmarkCommonEventManagerService() 52 sptr<CommonEventManagerService> commonEventManagerService_;
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_ability_test/ |
H A D | mock_common_event_manager_service.cpp | 29 ErrCode CommonEventManagerService::Init() in Init()
|
H A D | common_event_manager_service_ability_test.cpp | 67 commonEventManagerServiceAbility->service_ = sptr<CommonEventManagerService>(); in HWTEST_F()
|
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/ |
H A D | common_event_services_publish_ordered_module_test.cpp | 1158 … bool freeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Freeze(systemUid); 1171 …bool unfreeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Unfreeze(systemU… 1183 …bool unfreezeAll = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->UnfreezeAll(); 1225 bool result = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->DumpState( 1240 bool result = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->FinishReceiver( 1254 int result = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Dump(fd, args);
|
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/ |
H A D | common_event_services_module_test.cpp | 74 static sptr<CommonEventManagerService> commonEventManagerService_; 77 sptr<CommonEventManagerService> cesModuleTest::commonEventManagerService_ = nullptr; 81 commonEventManagerService_ = CommonEventManagerService::GetInstance(); in SetUpTestCase()
|