/ohos5.0/base/notification/common_event_service/tools/test/systemtest/cem/ |
H A D | common_event_command_dump_system_test.cpp | 79 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 D | common_event_command_publish_system_test.cpp | 105 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 D | common_event_command_dump_module_test.cpp | 67 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 D | common_event_command_publish_module_test.cpp | 66 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 D | common_event_subscriber_test.h | 24 class CommonEventSubscriberTest : public OHOS::EventFwk::CommonEventSubscriber { 26 …explicit CommonEventSubscriberTest(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo); 27 ~CommonEventSubscriberTest() = default;
|
H A D | common_event_subscriber_test.cpp | 27 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 D | ui_client_test.cpp | 1136 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 D | common_event_command_dump_test.cpp | 71 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 D | bundle_mgr_sandbox_app_system_test.cpp | 116 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()
|