mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2025-02-20 06:21:49 +00:00
DMS增加TDD修改部分错误
Signed-off-by: du-zhihai <duzhihai@huawei.com> Change-Id: I26edbf9502e90e52c7cd31049194bea110bcbff7
This commit is contained in:
parent
975b7284e2
commit
407d394caa
@ -1802,7 +1802,7 @@ HWTEST_F(ContinuationManagerTest, OnRemoteRequest_007, TestSize.Level3)
|
||||
}
|
||||
|
||||
/**
|
||||
* @tc.name: OnRemoteRequest_006
|
||||
* @tc.name: OnRemoteRequest_008
|
||||
* @tc.desc: test OnRemoteRequest when descriptor != remoteDescriptor.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: I5M4CD
|
||||
@ -1873,12 +1873,12 @@ HWTEST_F(ContinuationManagerTest, OnRemoteRequest_009, TestSize.Level3)
|
||||
}
|
||||
|
||||
/**
|
||||
* @tc.name: OnRemoteRequest_0010
|
||||
* @tc.name: OnRemoteRequest_010
|
||||
* @tc.desc: test OnRemoteRequest when ContinuationResult read from parcel failed.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: I621C1
|
||||
*/
|
||||
HWTEST_F(ContinuationManagerTest, OnRemoteRequest_0010, TestSize.Level3)
|
||||
HWTEST_F(ContinuationManagerTest, OnRemoteRequest_010, TestSize.Level3)
|
||||
{
|
||||
sptr<DmsNotifier> dmsNotifier = new MockDmsNotifier();
|
||||
AppDeviceCallbackStub appDeviceCallbackStub(dmsNotifier);
|
||||
@ -1896,7 +1896,7 @@ HWTEST_F(ContinuationManagerTest, OnRemoteRequest_0010, TestSize.Level3)
|
||||
|
||||
/**
|
||||
* @tc.name: OnRemoteRequest_011
|
||||
* @tc.desc: test OnRemoteRequest when code = AppDeviceCallbackInterface::EVENT_DEVICE_CONNECT.
|
||||
* @tc.desc: test OnRemoteRequest when code = AppDeviceCallbackInterface::EVENT_DEVICE_DISCONNECT.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: I621C1
|
||||
*/
|
||||
@ -1915,12 +1915,12 @@ HWTEST_F(ContinuationManagerTest, OnRemoteRequest_011, TestSize.Level3)
|
||||
}
|
||||
|
||||
/**
|
||||
* @tc.name: OnRemoteRequest_0012
|
||||
* @tc.name: OnRemoteRequest_012
|
||||
* @tc.desc: test OnRemoteRequest when ContinuationResult read from parcel failed.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: I621C1
|
||||
*/
|
||||
HWTEST_F(ContinuationManagerTest, OnRemoteRequest_0012, TestSize.Level3)
|
||||
HWTEST_F(ContinuationManagerTest, OnRemoteRequest_012, TestSize.Level3)
|
||||
{
|
||||
sptr<DmsNotifier> dmsNotifier = new MockDmsNotifier();
|
||||
AppDeviceCallbackStub appDeviceCallbackStub(dmsNotifier);
|
||||
|
Loading…
x
Reference in New Issue
Block a user