mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-28 00:51:13 +00:00
commit
3e4dac8198
@ -56,7 +56,6 @@ void BundleManagerInternalTest::SetUp()
|
||||
* @tc.name: BundleManagerInternalTest_001
|
||||
* @tc.desc: input invalid params
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000H3FD0
|
||||
*/
|
||||
HWTEST_F(BundleManagerInternalTest, BundleManagerInternalTest_001, TestSize.Level0)
|
||||
{
|
||||
@ -74,7 +73,6 @@ HWTEST_F(BundleManagerInternalTest, BundleManagerInternalTest_001, TestSize.Leve
|
||||
* @tc.name: BundleManagerInternalTest_002
|
||||
* @tc.desc: test ability info convert
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000H3FD0
|
||||
*/
|
||||
HWTEST_F(BundleManagerInternalTest, BundleManagerInternalTest_002, TestSize.Level0)
|
||||
{
|
||||
|
@ -133,7 +133,6 @@ void DistributedSchedCallTest::TearDown()
|
||||
* @tc.name: CallAbility_001
|
||||
* @tc.desc: Call StartRemoteAbilityByCall with illegal want
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_001, TestSize.Level1)
|
||||
{
|
||||
@ -159,7 +158,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_001, TestSize.Level1)
|
||||
* @tc.name: CallAbility_002
|
||||
* @tc.desc: Call TryStartRemoteAbilityByCall with illegal parameter
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_002, TestSize.Level1)
|
||||
{
|
||||
@ -187,7 +185,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_002, TestSize.Level1)
|
||||
* @tc.name: CallAbility_003
|
||||
* @tc.desc: Call StartAbilityByCallFromRemote with illegal parameter
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_003, TestSize.Level1)
|
||||
{
|
||||
@ -217,7 +214,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_003, TestSize.Level1)
|
||||
* @tc.name: CallAbility_004
|
||||
* @tc.desc: Call StartAbilityByCall with illegal parameter
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_004, TestSize.Level1)
|
||||
{
|
||||
@ -242,7 +238,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_004, TestSize.Level1)
|
||||
* @tc.name: CallAbility_005
|
||||
* @tc.desc: Call ReleaseRemoteAbility with illegal parameter
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_005, TestSize.Level1)
|
||||
{
|
||||
@ -263,7 +258,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_005, TestSize.Level1)
|
||||
* @tc.name: CallAbility_006
|
||||
* @tc.desc: Call ReleaseAbilityFromRemote with illegal parameter
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_006, TestSize.Level1)
|
||||
{
|
||||
@ -299,7 +293,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_006, TestSize.Level1)
|
||||
* @tc.name: CallAbility_007
|
||||
* @tc.desc: Call ReleaseAbilityFromRemote with illegal callerInfo
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_007, TestSize.Level1)
|
||||
{
|
||||
@ -356,7 +349,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_007, TestSize.Level1)
|
||||
* @tc.name: CallAbility_008
|
||||
* @tc.desc: Call StartAbilityByCall with illegal parameter
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_008, TestSize.Level1)
|
||||
{
|
||||
@ -397,7 +389,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_008, TestSize.Level1)
|
||||
* @tc.name: CallAbility_011
|
||||
* @tc.desc: Call StartRemoteAbilityByCall with illegal callback
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_011, TestSize.Level1)
|
||||
{
|
||||
@ -422,7 +413,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_011, TestSize.Level1)
|
||||
* @tc.name: CallAbility_012
|
||||
* @tc.desc: Call StartRemoteAbilityByCall with illegal uid
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_012, TestSize.Level1)
|
||||
{
|
||||
@ -446,7 +436,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_012, TestSize.Level1)
|
||||
* @tc.name: CallAbility_013
|
||||
* @tc.desc: Call TryStartRemoteAbilityByCall with illegal callback
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_013, TestSize.Level1)
|
||||
{
|
||||
@ -472,7 +461,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_013, TestSize.Level1)
|
||||
* @tc.name: CallAbility_014
|
||||
* @tc.desc: Call TryStartRemoteAbilityByCall with illegal callerInfo
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_014, TestSize.Level1)
|
||||
{
|
||||
@ -516,7 +504,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_014, TestSize.Level1)
|
||||
* @tc.name: CallAbility_015
|
||||
* @tc.desc: Call StartAbilityByCallFromRemote with illegal callback
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_015, TestSize.Level1)
|
||||
{
|
||||
@ -551,7 +538,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_015, TestSize.Level1)
|
||||
* @tc.name: CallAbility_016
|
||||
* @tc.desc: Call StartAbilityByCall with illegal callback
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_016, TestSize.Level1)
|
||||
{
|
||||
@ -581,7 +567,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_016, TestSize.Level1)
|
||||
* @tc.name: CallAbility_017
|
||||
* @tc.desc: Call StartAbilityByCall with illegal token
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_017, TestSize.Level1)
|
||||
{
|
||||
@ -605,7 +590,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_017, TestSize.Level1)
|
||||
* @tc.name: CallAbility_018
|
||||
* @tc.desc: Call ReleaseRemoteAbility with illegal callback
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_018, TestSize.Level1)
|
||||
{
|
||||
@ -626,7 +610,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_018, TestSize.Level1)
|
||||
* @tc.name: CallAbility_019
|
||||
* @tc.desc: Call ReleaseRemoteAbility with illegal remote deviceId
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_019, TestSize.Level1)
|
||||
{
|
||||
@ -646,7 +629,6 @@ HWTEST_F(DistributedSchedCallTest, CallAbility_019, TestSize.Level1)
|
||||
* @tc.name: CallAbility_020
|
||||
* @tc.desc: Call ReleaseAbilityFromRemote with illegal callback
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000GK59A
|
||||
*/
|
||||
HWTEST_F(DistributedSchedCallTest, CallAbility_020, TestSize.Level1)
|
||||
{
|
||||
|
@ -496,7 +496,6 @@ HWTEST_F(DSchedContinuationTest, PopAbilityToken_003, TestSize.Level1)
|
||||
* @tc.name: ContinueMission_001
|
||||
* @tc.desc: test ContinueMission when srcDeviceId is empty.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: SR000GKT4A
|
||||
*/
|
||||
HWTEST_F(DSchedContinuationTest, ContinueMission_001, TestSize.Level1)
|
||||
{
|
||||
@ -512,7 +511,6 @@ HWTEST_F(DSchedContinuationTest, ContinueMission_001, TestSize.Level1)
|
||||
* @tc.name: ContinueMission_002
|
||||
* @tc.desc: test ContinueMission when dstDeviceId is empty.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: SR000GKT4A
|
||||
*/
|
||||
HWTEST_F(DSchedContinuationTest, ContinueMission_002, TestSize.Level1)
|
||||
{
|
||||
@ -528,7 +526,6 @@ HWTEST_F(DSchedContinuationTest, ContinueMission_002, TestSize.Level1)
|
||||
* @tc.name: ContinueMission_003
|
||||
* @tc.desc: test ContinueMission when callback is nullptr.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: SR000GKT4A
|
||||
*/
|
||||
HWTEST_F(DSchedContinuationTest, ContinueMission_003, TestSize.Level1)
|
||||
{
|
||||
@ -543,7 +540,6 @@ HWTEST_F(DSchedContinuationTest, ContinueMission_003, TestSize.Level1)
|
||||
* @tc.name: ContinueMission_004
|
||||
* @tc.desc: test ContinueMission when srcDeviceId == localDevId.
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: SR000GKT4A
|
||||
*/
|
||||
HWTEST_F(DSchedContinuationTest, ContinueMission_004, TestSize.Level1)
|
||||
{
|
||||
@ -750,7 +746,6 @@ HWTEST_F(DSchedContinuationTest, StartFreeInstallFromRemote_004, TestSize.Level0
|
||||
* @tc.name: StartFreeInstallFromRemote_005
|
||||
* @tc.desc: call StartFreeInstallFromRemote with dms
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: SR000GKT4A
|
||||
*/
|
||||
HWTEST_F(DSchedContinuationTest, StartFreeInstallFromRemote_005, TestSize.Level1)
|
||||
{
|
||||
|
@ -109,7 +109,6 @@ void RemoteMissionListenerTest::NotifyNetDisconnect(const std::string& deviceId,
|
||||
* @tc.name: testGetRemoteMissionInfo001
|
||||
* @tc.desc: get remote mission info
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK66R
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testGetRemoteMissionInfo001, TestSize.Level1)
|
||||
{
|
||||
@ -134,7 +133,6 @@ HWTEST_F(DMSMissionManagerTest, testGetRemoteMissionInfo001, TestSize.Level1)
|
||||
* @tc.name: testGetRemoteMissionInfo002
|
||||
* @tc.desc: get remote mission info
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK66R
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testGetRemoteMissionInfo002, TestSize.Level1)
|
||||
{
|
||||
@ -163,7 +161,6 @@ HWTEST_F(DMSMissionManagerTest, testGetRemoteMissionInfo002, TestSize.Level1)
|
||||
* @tc.name: testStartSyncRemoteMissions001
|
||||
* @tc.desc: prepare and sync missions from remote
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK67A
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testStartSyncRemoteMissions001, TestSize.Level1)
|
||||
{
|
||||
@ -179,7 +176,6 @@ HWTEST_F(DMSMissionManagerTest, testStartSyncRemoteMissions001, TestSize.Level1)
|
||||
* @tc.name: testStartSyncRemoteMissions002
|
||||
* @tc.desc: prepare and sync missions from remote
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:SR000GK679
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testStartSyncRemoteMissions002, TestSize.Level1)
|
||||
{
|
||||
@ -195,7 +191,6 @@ HWTEST_F(DMSMissionManagerTest, testStartSyncRemoteMissions002, TestSize.Level1)
|
||||
* @tc.name: testStartSyncRemoteMissions003
|
||||
* @tc.desc: prepare and sync missions from remote
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK67A
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testStartSyncRemoteMissions003, TestSize.Level1)
|
||||
{
|
||||
@ -328,7 +323,6 @@ HWTEST_F(DMSMissionManagerTest, testStartSyncRemoteMissions012, TestSize.Level2)
|
||||
* @tc.name: testStopSyncRemoteMissions001
|
||||
* @tc.desc: stop sync missions from remote with fake deviceId
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK672
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testStopSyncRemoteMissions001, TestSize.Level1)
|
||||
{
|
||||
@ -344,7 +338,6 @@ HWTEST_F(DMSMissionManagerTest, testStopSyncRemoteMissions001, TestSize.Level1)
|
||||
* @tc.name: testStopSyncRemoteMissions002
|
||||
* @tc.desc: stop sync missions from remote with local deviceId
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:SR000GK671
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testStopSyncRemoteMissions002, TestSize.Level1)
|
||||
{
|
||||
@ -360,7 +353,6 @@ HWTEST_F(DMSMissionManagerTest, testStopSyncRemoteMissions002, TestSize.Level1)
|
||||
* @tc.name: testStopSyncRemoteMissions003
|
||||
* @tc.desc: stop sync missions from remote with empty deviceId
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:SR000GK671
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testStopSyncRemoteMissions003, TestSize.Level1)
|
||||
{
|
||||
@ -493,7 +485,6 @@ HWTEST_F(DMSMissionManagerTest, testStopSyncRemoteMissions012, TestSize.Level2)
|
||||
* @tc.name: testRegisterMissionListener001
|
||||
* @tc.desc: register mission listener
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK5N7
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testRegisterMissionListener001, TestSize.Level1)
|
||||
{
|
||||
@ -515,7 +506,6 @@ HWTEST_F(DMSMissionManagerTest, testRegisterMissionListener001, TestSize.Level1)
|
||||
* @tc.name: testRegisterMissionListener002
|
||||
* @tc.desc: register mission listener
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:SR000GK5N6
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testRegisterMissionListener002, TestSize.Level1)
|
||||
{
|
||||
@ -547,7 +537,6 @@ HWTEST_F(DMSMissionManagerTest, testRegisterMissionListener002, TestSize.Level1)
|
||||
* @tc.name: testUnRegisterMissionListener001
|
||||
* @tc.desc: register mission listener
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK5N7
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testUnRegisterMissionListener001, TestSize.Level1)
|
||||
{
|
||||
@ -569,7 +558,6 @@ HWTEST_F(DMSMissionManagerTest, testUnRegisterMissionListener001, TestSize.Level
|
||||
* @tc.name: testIsDeviceIdValidated001
|
||||
* @tc.desc: judging whether the deviceId is valid
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK66R
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testIsDeviceIdValidated001, TestSize.Level1)
|
||||
{
|
||||
@ -588,7 +576,6 @@ HWTEST_F(DMSMissionManagerTest, testIsDeviceIdValidated001, TestSize.Level1)
|
||||
* @tc.name: testGetMissionInfos001
|
||||
* @tc.desc: get missions
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK67M
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testGetMissionInfos001, TestSize.Level1)
|
||||
{
|
||||
@ -686,7 +673,6 @@ HWTEST_F(DMSMissionManagerTest, testGetMissionInfos006, TestSize.Level2)
|
||||
* @tc.name: testFetchCachedRemoteMissions001
|
||||
* @tc.desc: test stop fake device, return error code
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK67M
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testFetchCachedRemoteMissions001, TestSize.Level1)
|
||||
{
|
||||
@ -770,7 +756,6 @@ HWTEST_F(DMSMissionManagerTest, testFetchCachedRemoteMissions006, TestSize.Level
|
||||
* @tc.name: testFetchCachedRemoteMissions007
|
||||
* @tc.desc: test stop fake device, return error code
|
||||
* @tc.type: FUNC
|
||||
* @tc.require:AR000GK67M
|
||||
*/
|
||||
HWTEST_F(DMSMissionManagerTest, testFetchCachedRemoteMissions007, TestSize.Level2)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user