Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_test.cpp50 void CommonEventTest::SetUpTestCase() in SetUpTestCase()
53 void CommonEventTest::TearDownTestCase() in TearDownTestCase()
56 void CommonEventTest::SetUp() in SetUp()
59 void CommonEventTest::TearDown() in TearDown()
69 HWTEST_F(CommonEventTest, CommonEvent_001, TestSize.Level1)
100 HWTEST_F(CommonEventTest, CommonEvent_002, TestSize.Level1)
132 HWTEST_F(CommonEventTest, CommonEvent_003, TestSize.Level1)
146 HWTEST_F(CommonEventTest, CommonEvent_004, TestSize.Level1)
160 HWTEST_F(CommonEventTest, CommonEvent_005, TestSize.Level1)
186 HWTEST_F(CommonEventTest, CommonEvent_006, TestSize.Level1)
[all …]
/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dcommon_event_test.h49 class CommonEventTest : public EventFwk::CommonEventSubscriber {
51 explicit CommonEventTest(const EventFwk::CommonEventSubscribeInfo &sp) in CommonEventTest() function
53 ~CommonEventTest() {} in ~CommonEventTest()
H A Dtest.cpp1541 std::shared_ptr<CommonEventTest> subScriber = std::make_shared<CommonEventTest>(subscribeInfo); in main()