Home
last modified time | relevance | path

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

/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()
[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 commonEventManagerServic in HWTEST_F()
[all...]
H A Dcommon_event_subscribe_unit_test.cpp1012 CommonEventManagerService commonEventManagerService; in HWTEST_F()
1030 CommonEventManagerService commonEventManagerService; in HWTEST_F()
1046 CommonEventManagerService commonEventManagerService; in HWTEST_F()
1061 CommonEventManagerService commonEventManagerService; in HWTEST_F()
/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()
97 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F()
118 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F()
138 std::shared_ptr<CommonEventManagerService> comm = std::make_shared<CommonEventManagerService>(); in HWTEST_F()
159 sptr<CommonEventManagerService> comm = new (std::nothrow) CommonEventManagerService(); in HWTEST_F()
[all...]
/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()
54 instance_ = new (std::nothrow) CommonEventManagerService(); in GetInstance()
56 EVENT_LOGE("failed to create CommonEventManagerService!"); in GetInstance()
63 CommonEventManagerService::CommonEventManagerService() in CommonEventManagerService() function in OHOS::EventFwk::CommonEventManagerService
72 CommonEventManagerService
[all...]
H A Dcommon_event_manager_service_ability.cpp39 EVENT_LOGD("The CommonEventManagerService has existed."); in OnStart()
43 service_ = CommonEventManagerService::GetInstance(); in OnStart()
51 EVENT_LOGE("Failed to publish CommonEventManagerService to SystemAbilityMgr"); in OnStart()
/base/notification/common_event_service/services/include/
H A Dcommon_event_manager_service.h31 class CommonEventManagerService : public CommonEventStub { class
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_;
/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()
/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()
/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_;
/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); in HWTEST_F()
1171 bool unfreeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Unfreeze(systemUid); in HWTEST_F()
1183 bool unfreezeAll = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->UnfreezeAll(); in HWTEST_F()
1225 bool result = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->DumpState( in HWTEST_F()
1240 bool result = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->FinishReceiver( in HWTEST_F()
1254 int result = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Dump(fd, args); in HWTEST_F()
/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()
273 * @tc.name: CommonEventManagerService UnsubscribeCommonEvent
294 * @tc.name: CommonEventManagerService UnsubscribeCommonEvent
315 * @tc.name: CommonEventManagerService UnsubscribeCommonEvent
335 * @tc.name: CommonEventManagerService UnsubscribeCommonEvent
354 * @tc.name: CommonEventManagerService UnsubscribeCommonEvent
373 * @tc.name: CommonEventManagerService UnsubscribeCommonEvent
392 * @tc.name: CommonEventManagerService UnsubscribeCommonEven
[all...]

Completed in 12 milliseconds