Home
last modified time | relevance | path

Searched refs:CommonEventSubscriberTest (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/common_event_service/tools/test/systemtest/cem/
H A Dcommon_event_command_dump_system_test.cpp79 class CommonEventSubscriberTest : public CommonEventSubscriber { class
81 explicit CommonEventSubscriberTest(const CommonEventSubscribeInfo &subscribeInfo) in CommonEventSubscriberTest() function in CommonEventSubscriberTest
85 ~CommonEventSubscriberTest() in ~CommonEventSubscriberTest()
109 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
154 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
H A Dcommon_event_command_publish_system_test.cpp105 class CommonEventSubscriberTest : public CommonEventSubscriber { class
107 explicit CommonEventSubscriberTest(const CommonEventSubscribeInfo &subscribeInfo) in CommonEventSubscriberTest() function in CommonEventSubscriberTest
111 ~CommonEventSubscriberTest() in ~CommonEventSubscriberTest()
162 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
222 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
282 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
342 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
/ohos5.0/base/notification/common_event_service/tools/test/moduletest/cem/
H A Dcommon_event_command_dump_module_test.cpp67 class CommonEventSubscriberTest : public CommonEventSubscriber { class
69 explicit CommonEventSubscriberTest(const CommonEventSubscribeInfo &subscribeInfo) in CommonEventSubscriberTest() function in CommonEventSubscriberTest
73 ~CommonEventSubscriberTest() in ~CommonEventSubscriberTest()
118 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
H A Dcommon_event_command_publish_module_test.cpp66 class CommonEventSubscriberTest : public CommonEventSubscriber { class
68 explicit CommonEventSubscriberTest(const CommonEventSubscribeInfo &subscribeInfo) in CommonEventSubscriberTest() function in CommonEventSubscriberTest
72 ~CommonEventSubscriberTest() in ~CommonEventSubscriberTest()
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dcommon_event_subscriber_test.h24 class CommonEventSubscriberTest : public OHOS::EventFwk::CommonEventSubscriber {
26 …explicit CommonEventSubscriberTest(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo);
27 ~CommonEventSubscriberTest() = default;
H A Dcommon_event_subscriber_test.cpp27 CommonEventSubscriberTest::CommonEventSubscriberTest(const OHOS::EventFwk::CommonEventSubscribeInfo… in CommonEventSubscriberTest() function in OHOS::Telephony::CommonEventSubscriberTest
31 void CommonEventSubscriberTest::OnReceiveEvent(const OHOS::EventFwk::CommonEventData &data) in OnReceiveEvent()
H A Dui_client_test.cpp1136 std::shared_ptr<CommonEventSubscriberTest> subscriberTest = in SubscribeCommonEvent()
1137 std::make_shared<CommonEventSubscriberTest>(subscriberInfo); in SubscribeCommonEvent()
/ohos5.0/base/notification/common_event_service/tools/test/unittest/cem/
H A Dcommon_event_command_dump_test.cpp71 class CommonEventSubscriberTest : public CommonEventSubscriber { class
73 explicit CommonEventSubscriberTest(const CommonEventSubscribeInfo &subscribeInfo) in CommonEventSubscriberTest() function in __anona88f2ff90110::CommonEventSubscriberTest
77 ~CommonEventSubscriberTest() in ~CommonEventSubscriberTest()
324 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
407 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
504 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
567 auto subscriberTestPtr = std::make_shared<CommonEventSubscriberTest>(subscribeInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/
H A Dbundle_mgr_sandbox_app_system_test.cpp116 class CommonEventSubscriberTest : public CommonEventSubscriber { class
118 explicit CommonEventSubscriberTest(const CommonEventSubscribeInfo &subscribeInfo);
119 virtual ~CommonEventSubscriberTest() {}; in ~CommonEventSubscriberTest()
123 CommonEventSubscriberTest::CommonEventSubscriberTest(const CommonEventSubscribeInfo &subscribeInfo) in CommonEventSubscriberTest() function in OHOS::AppExecFwk::CommonEventSubscriberTest
127 void CommonEventSubscriberTest::OnReceiveEvent(const CommonEventData &data) in OnReceiveEvent()