Searched full:har_module (Results 1 – 4 of 4) sorted by relevance
44 # -har_module: specify har module to build in the test.99 har_module: har128 har_module: har157 har_module: har186 har_module: har217 har_module: outHar
211 task.har_module = hap['har_module']
293 'Har': task.har_module,294 'BytecodeHar': task.har_module,
137 is_packaged = is_package_modules_to_module_abc(task, pa_file, task.har_module)248 module_name = task.har_module.capitalize()873 logging.error(f'build {task.har_module} failed')996 is_packaged = is_package_modules_to_module_abc(task, pa_file, external_task.har_module)1025 info.error_message = f'Full compile failed due to {external_task.har_module} module'1026 logging.error(f'Full compile failed due to {external_task.har_module} module')1031 info.error_message = f'Validate failed due to {external_task.har_module} module'1032 logging.error(f'Validate failed due to {external_task.har_module} module')2514 … dependency_path = os.path.join(task.har_module, *task.build_path, *task.har_output_path_har)