Home
last modified time | relevance | path

Searched refs:CommonEventStubTest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_stub_test.cpp111 void CommonEventStubTest::SetUpTestCase() in SetUpTestCase()
114 void CommonEventStubTest::TearDownTestCase() in TearDownTestCase()
117 void CommonEventStubTest::SetUp() in SetUp()
120 void CommonEventStubTest::TearDown() in TearDown()
130 HWTEST_F(CommonEventStubTest, OnRemoteRequest_001, TestSize.Level1)
149 HWTEST_F(CommonEventStubTest, OnRemoteRequest_002, TestSize.Level1)
173 HWTEST_F(CommonEventStubTest, OnRemoteRequest_003, TestSize.Level1)
196 HWTEST_F(CommonEventStubTest, OnRemoteRequest_004, TestSize.Level1)
221 HWTEST_F(CommonEventStubTest, OnRemoteRequest_005, TestSize.Level1)
243 HWTEST_F(CommonEventStubTest, OnRemoteRequest_006, TestSize.Level1)
[all …]
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_unsubscribe_test.cpp69 class CommonEventStubTest : public CommonEventStub { class
71 CommonEventStubTest() in CommonEventStubTest() function in CommonEventStubTest
97 virtual ~CommonEventStubTest() in ~CommonEventStubTest()
H A Dcommon_event_subscribe_test.cpp92 class CommonEventStubTest : public CommonEventStub { class
94 CommonEventStubTest() in CommonEventStubTest() function in CommonEventStubTest
120 virtual ~CommonEventStubTest() in ~CommonEventStubTest()
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_subscribe_unit_test.cpp75 class CommonEventStubTest : public CommonEventStub { class
77 CommonEventStubTest() in CommonEventStubTest() function in CommonEventStubTest
104 virtual ~CommonEventStubTest() in ~CommonEventStubTest()
813 CommonEventStubTest CommonEventStubTest; variable