Home
last modified time | relevance | path

Searched refs:module (Results 1 - 23 of 23) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py272 module = ResultReporter._count_result(ele_module)
274 module_name = file_name[:-4] if module.name in ["", "AllTests"] else module.name.strip()
284 self.summary.tests += module.tests
285 self.summary.passed += module.passed
286 self.summary.failed += module.failed
287 self.summary.blocked += module.blocked
288 self.summary.ignored += module.ignored
289 if module.unavailable == 0:
295 module_report, module_time = module
[all...]
H A D__main__.py94 for module in modules_info:
95 row = [module.get(name, "") for name in attr_names]
/test/xts/tools/build/
H A DjudgePart.py34 for module in module_info_data:
35 if module in [build_target, f'{build_target}_override']:
36 return module_info_data[module]
H A Dutils.py175 for module in module_info_data:
176 if module_info_data[module]["build_target_name"] == build_target:
177 sys.stdout.write(module)
178 return module
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp54 static void OHLog(const char *module, const char *format, ...) in OHLog() argument
63 printf("[%s] %s\n", module, buffer); in OHLog()
66 #define OH_LOG_ERROR(module, format, ...) \
68 OHLog(module, format, ##__VA_ARGS__); \
72 #define OH_LOG_INFO(module, format, ...) \
74 OHLog(module, format, ##__VA_ARGS__); \
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py59 LOG.warning("Readline module is not exist.")
301 parser.add_argument("--reboot-per-module",
305 "module")
341 help="- kits that are used for specify module")
349 ' module'
368 help="Specify module config json path"),
375 "--scheduler module")
683 [(module, failed) for module, case_list in params[ReportConst.unsuccessful_params].items()
713 for module, faile
[all...]
/test/xts/tools/lite/hctest/include/
H A Dhctest.h73 #define LITE_TEST_SUIT(subsystem, module, test_suite) \
78 suite_object##test_suite.module_name = #module; \
/test/xts/tools/lite/build/
H A Dutils.py216 for module in module_info_data:
217 if module_info_data[module]["build_target_name"] == build_target:
218 sys.stdout.write(module)
219 return module
404 values = {"module": module_name, "product": product_name}
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinitndk.cpp19 #include <linux/module.h>
/test/testfwk/developer_test/src/core/driver/
H A Dopenharmony.py321 module = get_config_value('module-name',
328 self.config.module_name = module
332 if not package and not module:
333 raise ParamError("Neither package nor module is found"
/test/xts/tools/lite/
H A Druntest.sh34 echo " ./runtest.sh user=USERNAME product=PRODUCT platform=PLATFORM module=MODULE device=IP:PORT"
37 echo " module : MODULE the module name"
67 module) MODULE="$PARAM"
95 echo "module is required!"
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py416 if task.config.scheduler == SchedulerType.module:
550 if config.scheduler == SchedulerType.module:
645 for module, _ in SuiteReporter.get_failed_case_list():
646 if module_name == module or str(module_name).split(
647 ".")[0] == module:
H A Dsource.py160 module_name = result_dict.get("module", "")
371 if config.scheduler == SchedulerType.module and config_file:
/test/xts/acts/
H A Druntest.sh22 echo " ./runtest.sh device=IP:PORT serial=[SERIAL_NUMBER] [module=MODULE_NAME] [test=TEST] [runonly=RUN_ONLY]"
26 echo " module : MODULE_NAME name of the module to run. Run all modules by default."
62 module) MODULE_NAME="$PARAM"
153 echo -e "\033[32mTest module name of build_target "$MODULE_NAME is" "$MAPPED_MODULE_NAME"\033[0m"
155 echo -e "\033[31mTest module "$MODULE_NAME" does not exist!\033[0m"
171 echo -e "\033[31mNon-xdevice module in acts!\033[0m"
/test/xts/dcts/
H A Druntest.sh22 echo " ./runtest.sh device=IP:PORT serial=[SERIAL_NUMBER] [module=MODULE_NAME] [test=TEST] [runonly=RUN_ONLY]"
26 echo " module : MODULE_NAME the module name to run. Run all modules by default."
62 module) MODULE_NAME="$PARAM"
153 echo -e "\033[32mTest module name of build_target "$MODULE_NAME is" "$MAPPED_MODULE_NAME"\033[0m"
155 echo -e "\033[31mTest module "$MODULE_NAME" dose not exist!\033[0m"
171 echo -e "\033[31mNon-xdevice module in dcts!\033[0m"
/test/xts/hats/
H A Druntest.sh22 echo " ./runtest.sh device=IP:PORT serial=[SERIAL_NUMBER] [module=MODULE_NAME] [test=TEST] [runonly=RUN_ONLY]"
26 echo " module : MODULE_NAME the module name to run. Run all modules by default."
62 module) MODULE_NAME="$PARAM"
153 echo -e "\033[32mTest module name of build_target "$MODULE_NAME is" "$MAPPED_MODULE_NAME"\033[0m"
155 echo -e "\033[31mTest module "$MODULE_NAME" dose not exist!\033[0m"
171 echo -e "\033[31mNon-xdevice module in hats!\033[0m"
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_jsunit_driver.py246 module = get_config_value('module-name',
255 self.config.module_name = module
260 if not package and not module:
817 module = get_config_value('module-name',
830 self.config.module_name = module
835 if not package and not module:
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py188 # module
189 module = "module" variable in SchedulerType
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthnopermission/entry/src/ohosTest/js/test/
H A Dnopermisson.js166 console.log("testFace faceDemo auth module = " + JSON.stringify(modulea));
250 console.log("authV9 module " + result.module);
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp548 static napi_module module = { member
560 napi_module_register(&module); in RegisterModule()
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp66 static void OHLog(const char *module, const char *format, ...) { in OHLog() argument
75 printf("[%s] %s\n", module, buffer); in OHLog()
78 #define OH_LOG_ERROR(module, format, ...) \
80 OHLog(module, format, ##__VA_ARGS__); \
84 #define OH_LOG_INFO(module, format, ...) \
86 OHLog(module, format, ##__VA_ARGS__); \
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py524 connect_wifi_cmd = "am instrument -e request \"{{module:Wifi, " \
1007 name_list = ["module.json", "config.json"]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h1480 ArkUINodeHandle node, ArkUI_CharPtr src, ArkUI_CharPtr bundle, ArkUI_CharPtr module, ArkUI_Int32 repeatIndex);
2848 void (*setSliderBlockImage)(ArkUINodeHandle node, ArkUI_CharPtr src, ArkUI_CharPtr bundle, ArkUI_CharPtr module);

Completed in 57 milliseconds