Lines Matching defs:ability

79  * @tc.desc: check system ability with deviceid

92 * @tc.steps: step2. get system ability with deviceid
93 * @tc.expected: step2. get system ability with deviceid
96 sptr<IRemoteObject> ability = sm->CheckSystemAbility(DISTRIBUTED_SCHED_TEST_TT_ID, mockDeviceid);
97 ASSERT_TRUE(ability == nullptr);
102 * @tc.desc: check system ability with deviceid
115 * @tc.steps: step2. get system ability with deviceid
116 * @tc.expected: step2. get system ability with deviceid
120 sptr<IRemoteObject> ability = sm->CheckSystemAbility(mockSaid, mockDeviceid);
121 ASSERT_TRUE(ability == nullptr);
126 * @tc.desc: check system ability with deviceid
138 * @tc.steps: step2. get system ability with deviceid
139 * @tc.expected: step2. get system ability with deviceid
143 sptr<IRemoteObject> ability = sm->CheckSystemAbility(mockSaid, "");
144 ASSERT_TRUE(ability == nullptr);
149 * @tc.desc: check system ability with deviceid
162 * @tc.steps: step2. get system ability with deviceid
163 * @tc.expected: step2. get system ability with deviceid
166 sptr<IRemoteObject> ability = sm->CheckSystemAbility(DISTRIBUTED_SCHED_TEST_TT_ID, "");
167 ASSERT_TRUE(ability == nullptr);
173 * @tc.desc: check system ability with deviceid
186 * @tc.steps: step2. get system ability with mock said
191 sptr<IRemoteObject> ability = sm->CheckSystemAbility(mockSaid, isExist);
192 ASSERT_TRUE(ability == nullptr);
197 * @tc.desc: check system ability with deviceid
210 * @tc.steps: step2. get system ability with mock said
215 sptr<IRemoteObject> ability = sm->CheckSystemAbility(mockSaid, isExist);
216 ASSERT_TRUE(ability == nullptr);
221 * @tc.desc: check system ability with deviceid
234 * @tc.steps: step2. get system ability with mock said
238 sptr<IRemoteObject> ability = sm->CheckSystemAbility(DISTRIBUTED_SCHED_TEST_TT_ID, isExist);
239 ASSERT_TRUE(ability == nullptr);
244 * @tc.desc: check system ability with deviceid
257 * @tc.steps: step2. get system ability with mock said
261 sptr<IRemoteObject> ability = sm->CheckSystemAbility(DISTRIBUTED_SCHED_TEST_TT_ID, isExist);
262 ASSERT_TRUE(ability == nullptr);
349 sptr<IRemoteObject> ability = sm->AddSystemProcess("", nullptr);
402 * @tc.desc: check get system ability from remote function
424 * @tc.desc: check get system ability from remote function
446 * @tc.desc: check get system ability from remote function
468 * @tc.desc: check get system ability from remote function
481 * @tc.steps: step2. mock add system ability with not distributed
503 * @tc.desc: check get system ability from remote function
516 * @tc.steps: step2. mock add system ability with not distributed
538 * @tc.desc: check get system ability from remote function