Home
last modified time | relevance | path

Searched refs:CommonEventServicesSystemTest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp62 class CommonEventServicesSystemTest : public CommonEventSubscriber { class
64 explicit CommonEventServicesSystemTest(const CommonEventSubscribeInfo &subscribeInfo);
65 virtual ~CommonEventServicesSystemTest() {}; in ~CommonEventServicesSystemTest()
69 CommonEventServicesSystemTest::CommonEventServicesSystemTest(const CommonEventSubscribeInfo &subscr… in CommonEventServicesSystemTest() function in OHOS::EventFwk::CommonEventServicesSystemTest
73 void CommonEventServicesSystemTest::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()
196 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
213 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
230 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
247 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
2508 std::vector<std::shared_ptr<CommonEventServicesSystemTest>> subscriberPtrs;
[all …]
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/ces_check_service/
H A Dces_check_service.cpp48 class CommonEventServicesSystemTest : public CommonEventSubscriber { class
50 explicit CommonEventServicesSystemTest(const CommonEventSubscribeInfo &subscribeInfo);
51 virtual ~CommonEventServicesSystemTest() {}; in ~CommonEventServicesSystemTest()
55 CommonEventServicesSystemTest::CommonEventServicesSystemTest(const CommonEventSubscribeInfo &subscr… in CommonEventServicesSystemTest() function in OHOS::EventFwk::CommonEventServicesSystemTest
59 void CommonEventServicesSystemTest::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()
118 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H A DactsCESManagertest.cpp54 class CommonEventServicesSystemTest : public CommonEventSubscriber { class
56 explicit CommonEventServicesSystemTest(const CommonEventSubscribeInfo &subscribeInfo);
57 virtual ~CommonEventServicesSystemTest() {}; in ~CommonEventServicesSystemTest()
61 CommonEventServicesSystemTest::CommonEventServicesSystemTest(const CommonEventSubscribeInfo &subscr… in CommonEventServicesSystemTest() function in OHOS::EventFwk::CommonEventServicesSystemTest
65 void CommonEventServicesSystemTest::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()
144 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
174 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
204 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
234 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
264 auto subscriberPtr = std::make_shared<CommonEventServicesSystemTest>(subscribeInfo);
[all …]