Home
last modified time | relevance | path

Searched refs:CommonEventManagerService (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_new_branch_test.cpp65 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 Dcommon_event_manager_service_test.cpp76 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 Dcommon_event_subscribe_unit_test.cpp1012 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 Dcommon_event_manager_service_branch_test.cpp71 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 Dcommon_event_manager_service.cpp46 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 Dcommon_event_manager_service_ability.cpp43 service_ = CommonEventManagerService::GetInstance(); in OnStart()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_manager_service.h31 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 Dcommon_event_manager_service_ability.h49 sptr<CommonEventManagerService> service_;
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H A Dcommoneventmanagerservice_fuzzer.cpp36 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 Dcommon_event_manager_service_test.cpp35 … 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 Dmock_common_event_manager_service.cpp29 ErrCode CommonEventManagerService::Init() in Init()
H A Dcommon_event_manager_service_ability_test.cpp67 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 Dcommon_event_services_publish_ordered_module_test.cpp1158 … 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 Dcommon_event_services_module_test.cpp74 static sptr<CommonEventManagerService> commonEventManagerService_;
77 sptr<CommonEventManagerService> cesModuleTest::commonEventManagerService_ = nullptr;
81 commonEventManagerService_ = CommonEventManagerService::GetInstance(); in SetUpTestCase()