Home
last modified time | relevance | path

Searched refs:others (Results 1 – 13 of 13) sorted by relevance

/test/xts/acts/multimedia/medialibrary/
Dcommon.js56 const allFetchOp = function(others) { argument
57 if (!others) {
58 others = {};
63 ...others,
67 const fetchOps = function(testNum, path, type, others) { argument
68 if (!others) {
69 others = {};
74 ...others,
106 const albumFetchOps = function(testNum, albumName, others) { argument
110 ...others,
[all …]
/test/xts/dcts/
Dtest_packages.gni81 selected_packages += [ "${XTS_ROOT}/tools/others/query:libQuery" ]
/test/xts/hats/
Dtest_packages.gni83 selected_packages += [ "${XTS_ROOT}/tools/others/query:libQuery" ]
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py333 others = "others" variable in DeviceProperties
/test/xts/acts/
Dtest_packages.gni116 selected_packages += [ "${XTS_ROOT}/tools/others/query:libQuery" ]
/test/xts/acts/build_lite/
DBUILD.gn136 deps += [ "//test/xts/tools/lite/others/query:libQuery" ]
/test/testfwk/xdevice/src/xdevice/_core/report/
Dreporter_helper.py678 others = device.get("others", "")
679 if len(others) == 0:
683 for k, v in others.items():
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice_lite.py143 DeviceProperties.others: self.device_props
Ddevice.py225 DeviceProperties.others: self.device_props
/test/xts/acts/ability/ability_runtime/actslastexitreason/actslastexitreasontest/entry/src/main/ets/test/
DLastExitReason.test.ets202 …c.desc : Expect: ability which started lastExitReason=JS_ERROR, lastExitMessage not empty, others
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_text/src/main/ets/test/
Dtext.ets602 * in the textShadow and then set the radius value to 1.0 and others to null
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api11/entry/src/main/ets/test/textTest/
DTextStateJsunit.test.ets622 * in the textShadow and then set the radius value to 1.0 and others to null
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard2/entry/src/ohosTest/ets/test/
DWorkerTest.test.ets122 expectAssertContain(error.message, 'the type must be classic, unsupport others now.');
625 expectAssertContain(error.message, 'the type must be classic, unsupport others now.');