Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 14 of 14) sorted by relevance

/test/xts/acts/ability/ability_runtime/actssystemapitest/entry/src/main/ets/test/
DMissionManager.test.ets26 * @tc.desc: Test the third-party application call missionManager.on will be blocked
53 * @tc.desc: Test the third-party application call getMissionInfo will be blocked
70 * @tc.desc: Test the third-party application call getMissionInfo will be blocked
93 * @tc.desc: Test the third-party application call getMissionInfos will be blocked
110 * @tc.desc: Test the third-party application call getMissionInfos will be blocked
133 * @tc.desc: Test the third-party application call getMissionSnapShot will be blocked
150 … * @tc.desc: Test the third-party application call isRequestPublishFormSupported will be blocked
173 … * @tc.desc: Test the third-party application call getLowResolutionMissionSnapShot will be blocked
190 … * @tc.desc: Test the third-party application call getLowResolutionMissionSnapShot will be blocked
213 * @tc.desc: Test the third-party application call lockMission will be blocked
[all …]
DAbilityContext.test.ets30 * @tc.desc: Test third-party applications calling startAbilityWithAccount will be blocked
52 * @tc.desc: Test third-party applications calling startAbilityWithAccount will be blocked
77 * @tc.desc: Test third-party applications calling startAbilityWithAccount will be blocked
99 * @tc.desc: Test third-party applications calling startAbilityWithAccount will be blocked
124 …* @tc.desc: Test the third-party application call startAbilityForResultWithAccount will be blocked
148 …* @tc.desc: Test the third-party application call startAbilityForResultWithAccount will be blocked
175 …* @tc.desc: Test the third-party application call startAbilityForResultWithAccount will be blocked
201 …* @tc.desc: Test the third-party application call startAbilityForResultWithAccount will be blocked
230 * @tc.desc: Test the third-party application call startServiceExtensionAbility will be blocked
251 * @tc.desc: Test the third-party application call startServiceExtensionAbility will be blocked
[all …]
DFormHost.test.ets26 * @tc.desc: Test the third-party application call deleteForm will be blocked
53 * @tc.desc: Test the third-party application call deleteForm will be blocked
82 * @tc.desc: Test the third-party application call deleteForm will be blocked
108 * @tc.desc: Test the third-party application call releaseForm will be blocked
134 * @tc.desc: Test the third-party application call releaseForm will be blocked
161 * @tc.desc: Test the third-party application call requestForm will be blocked
187 * @tc.desc: Test the third-party application call requestForm will be blocked
214 * @tc.desc: Test the third-party application call castToNormalForm will be blocked
240 * @tc.desc: Test the third-party application call castToNormalForm will be blocked
267 * @tc.desc: Test the third-party application call notifyVisibleForms will be blocked
[all …]
DAppManager.test.ets26 * @tc.desc: Test the third-party application call appManager.on will be blocked
61 * @tc.desc: Test the third-party application call appManager.on will be blocked
97 * @tc.desc: Test the third-party application call getForegroundApplications will be blocked
112 * @tc.desc: Test the third-party application call getForegroundApplications will be blocked
133 * @tc.desc: Test the third-party application call killProcessWithAccount will be blocked
150 * @tc.desc: Test the third-party application call killProcessWithAccount will be blocked
173 * @tc.desc: Test the third-party application call killProcessesByBundleName will be blocked
189 * @tc.desc: Test the third-party application call killProcessesByBundleName will be blocked
211 * @tc.desc: Test the third-party application call clearUpApplicationData will be blocked
227 * @tc.desc: Test the third-party application call clearUpApplicationData will be blocked
[all …]
DAbilityManager.test.ets26 * @tc.desc: Test the third-party application call updateConfiguration will be blocked
44 * @tc.desc: Test the third-party application call updateConfiguration will be blocked
68 * @tc.desc: Test the third-party application call getAbilityRunningInfos will be blocked
83 * @tc.desc: Test the third-party application call getAbilityRunningInfos will be blocked
104 * @tc.desc: Test the third-party application call getExtensionRunningInfos will be blocked
120 * @tc.desc: Test the third-party application call getExtensionRunningInfos will be blocked
142 * @tc.desc: Test the third-party application call getTopAbility will be blocked
161 * @tc.desc: Test the third-party application call getTopAbility will be blocked
DFormProvider.test.ets27 * @tc.desc: Test the third-party application call requestPublishForm will be blocked
61 * @tc.desc: Test the third-party application call requestPublishForm will be blocked
93 * @tc.desc: Test the third-party application call requestPublishForm will be blocked
124 … * @tc.desc: Test the third-party application call isRequestPublishFormSupported will be blocked
147 … * @tc.desc: Test the third-party application call isRequestPublishFormSupported will be blocked
DWantAgent.test.ets27 * @tc.desc: Test the third-party application call getWant will be blocked
47 * @tc.desc: Test the third-party application call getWant will be blocked
DContext.test.ets29 * @tc.desc: Test the third-party application call createBundleContext will be blocked
48 * @tc.desc: Test the third-party application call createBundleContext will be blocked
/test/testfwk/xdevice/src/xdevice/_core/report/
Dreporter_helper.py38 blocked = "Blocked" variable in CaseResult
88 blocked = "blocked" variable in ReportConstant
325 self.blocked = 0
339 ReportConstant.blocked, ReportConstant.unavailable,
357 ReportConstant.failed, ReportConstant.blocked, ReportConstant.ignored]
421 return self.status in [ReportConstant.blocked, ReportConstant.disable,
437 return ReportConstant.blocked
447 keys = [ReportConstant.failed, ReportConstant.blocked,
450 blocked = ReportConstant.color_normal variable in ColorType
539 summary.result.blocked = int(
[all …]
Dresult_reporter.py65 self.blocked = 0
80 "blocked": self.blocked,
187 if self.summary.failed != 0 or self.summary.blocked != 0 or self.summary.unavailable != 0:
255 self.summary.blocked += module.blocked
279 "blocked": module.blocked,
301 "blocked": suite.blocked,
356 blocked = int(disabled) + int(errors)
360 tmp_pass = tests - failed - blocked - ignored
366 return Result(name, report, _time, tests, passed, failed, blocked, ignored, unavailable)
377 if status in [ReportConstant.blocked, ReportConstant.disabled, ReportConstant.error]:
[all …]
/test/xts/acts/telephony/telephonyjstest/netmanagerhttp/httpproxy/entry/src/main/ets/test/
DNetworkManagerAddAPI11.test.ets64 let blocked = data.blocked;
66 " ,netBlockStatusChange_on_callback blocked: " + JSON.stringify(blocked));
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py1418 passed = failures = blocked = 0
1423 blocked = int(task_element.get(ReportConstant.disabled, 0))
1426 passed = total_tests - failures - blocked - ignored
1429 "blocked": blocked, "unavailable": unavailable,
/test/xts/acts/applications/print_fwk/print_xts/src/main/ets/test/
Dprint.test.ets42 hilog.info(DOMAIN, TAG, 'unregister print state is blocked')
/test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_one/entry/src/main/ets/MainAbility/pages/
DWebInitTest.ets283 …if (!this.consoleCorsError && event.message?.getMessage().indexOf('blocked by CORS policy') >= 0) {