/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityclienttest/entry/src/main/js/ServiceAbility1/ |
H A D | service.js | 63 console.debug('ACTS_SerivceAbilityServer 0425 ====>onStart .ts 0851 =' + 68 console.debug('ACTS_SerivceAbilityServer ====<onStop'); 72 console.debug('ACTS_SerivceAbilityServer ====>onCommand=' + 97 console.debug('ACTS_SerivceAbilityServer start Ability 1000 callback=====' + 105 console.debug('ACTS_SerivceAbilityServer_onCommand 100 200 301 401.=====>' + 109 console.debug('ACTS_SerivceAbilityServer_onCommand publish err=====>' + err); 117 console.debug('ACTS_SerivceAbilityServer ====>onConnect=' + 121 console.debug('ACTS_SerivceAbilityServer_onConnectCallback ====> mConnIdJs=' + 123 console.debug('ACTS_SerivceAbilityServer_onConnectCallback ====> element=' + 125 console.debug('ACTS_SerivceAbilityServer_onConnectCallbac [all...] |
/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityclienttest/entry/src/main/js/ServiceAbility2/ |
H A D | service.js | 57 console.debug('ACTS_SerivceAbilityServerSecond ====>onStart=' + 62 console.debug('ACTS_SerivceAbilityServerSecond ====<onStop'); 66 console.debug('ACTS_SerivceAbilityServerSecond ====>onCommand=' + 70 console.debug('ACTS_SerivceAbilityServerSecond_onCommand' + '_' + want.action + 78 console.debug('ACTS_SerivceAbilityServerSecond ====>onConnect=' + 81 console.debug('ACTS_SerivceAbilityServerSecond_onConnectCallback ====> want.action=' + 83 console.debug('ACTS_SerivceAbilityServerSecond_onConnectCallback ====> element=' + 85 console.debug('ACTS_SerivceAbilityServerSecond_onConnectCallback ====> remote=' + 89 console.debug('publish = ACTS_SerivceAbilityServerSecond_onConnect' + '_' + want.action); 95 console.debug('ACTS_SerivceAbilityServerSecond_onDisconnectCallbac [all...] |
/test/xts/acts/ability/ability_runtime/featureability/sceneproject/startability/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 22 console.debug("====>Publish CallBack ACTS_StartAbility_0100_CommonEvent====>"); 25 console.debug("====>Publish CallBack ACTS_StartAbility_0201_CommonEvent====>"); 28 console.debug("====>Publish CallBack ACTS_StartAbility_0301_CommonEvent====>"); 31 console.debug("====>Publish CallBack ACTS_StartAbility_0401_CommonEvent====>"); 34 console.debug("====>Publish CallBack ACTS_StartAbility_0501_CommonEvent====>"); 37 console.debug("====>Publish CallBack ACTS_StartAbility_0601_CommonEvent====>"); 40 console.debug("====>Publish CallBack ACTS_StartAbility_1000_CommonEvent====>"); 43 console.debug("====>Publish CallBack ACTS_StartAbility_1300_CommonEvent====>"); 54 console.debug('==========onShow Called==========') 64 console.debug(' [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/ |
H A D | manager_device.py | 108 LOG.debug("Start %s error: %s" % ( 132 LOG.debug("Apply device: apply lock con lock") 138 LOG.debug("Wait for available device founded") 142 LOG.debug("Apply device: release lock con lock") 150 LOG.debug("Allocate device option: apply list con lock") 152 LOG.debug("Allocate device option: list con wait timeout") 156 LOG.debug("Require device label is: %s" % device_option.label) 161 LOG.debug("Allocate device sn: %s, type: %s" % ( 167 LOG.debug("Allocate device option: release list con lock") 171 LOG.debug("Releas [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wapi.h | 76 #define wapi_tx_drop_inc(pst_wapi) pst_wapi->debug.ultx_ucast_drop++ 77 #define wapi_tx_wai_inc(pst_wapi) pst_wapi->debug.ultx_wai++ 78 #define wapi_tx_port_valid(pst_wapi) pst_wapi->debug.ultx_port_valid++ 79 #define wapi_rx_port_valid(wapi) wapi->debug.ulrx_port_valid++ 80 #define wapi_rx_idx_err(wapi) wapi->debug.ulrx_idx_err++ 81 #define wapi_rx_netbuf_len_err(wapi) wapi->debug.ulrx_netbuff_len_err++ 82 #define wapi_rx_idx_update_err(wapi) wapi->debug.ulrx_idx_update_err++ 83 #define wapi_rx_key_en_err(pst_wapi) pst_wapi->debug.ulrx_key_en_err++ 84 #define wapi_rx_memalloc_err(wapi) wapi->debug.ulrx_memalloc_err++ 85 #define wapi_rx_mic_err(wapi) wapi->debug [all...] |
H A D | hmac_wapi.c | 903 hmac_wapi_debug *debug = HI_NULL; in hmac_wapi_display_usr_info() local 925 debug = &wapi->debug; in hmac_wapi_display_usr_info() 927 hmac_wapi_dump_frame("pn_rx :", debug->aucrx_pn, WAPI_PN_LEN); in hmac_wapi_display_usr_info() 929 debug->ultx_ucast_drop, debug->ultx_wai, debug->ultx_port_valid, debug->ultx_memalloc_err); in hmac_wapi_display_usr_info() 931 debug->ultx_mic_calc_fail, debug in hmac_wapi_display_usr_info() [all...] |
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 60 log.debug("project path:{}".format(project_path)) 151 self.log.debug("set CurCase error msg as: {}".format(error_msg)) 155 self.log.debug("set CurCase run section as: {}".format(run_section)) 160 self.log.debug( 165 self.log.debug( 170 self.log.debug("set CurCase name as: {}".format(self.name)) 174 self.log.debug( 185 self.log.debug("case_abs_path_base_name:{}, test_suite_path:{}" 192 self.log.debug("set case screenshot dir path as: {}".format( 204 self.log.debug("se [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib.py | 108 LOG.debug("HdcMonitor map add host %s, map is %s" % 168 LOG.debug( 178 LOG.debug("HdcMonitor stop host %s" % host) 189 LOG.debug("HdcMonitor {} monitor stop!".format(HdcHelper.CONNECTOR_NAME)) 190 LOG.debug("HdcMonitor map is %s" % HdcMonitor.MONITOR_MAP) 196 LOG.debug("current connector name is %s" % HdcHelper.CONNECTOR_NAME) 202 LOG.debug( 214 LOG.debug("Handle exception monitor loop: %s" % 218 LOG.debug("Handle exception monitor loop, main hdc connection closed, " 231 LOG.debug("Dmli [all...] |
H A D | device.py | 104 LOG.debug("Device {} {} is false".format(self.device_sn, 130 LOG.debug("{} not running, set device {} {} false".format( 137 LOG.debug("Set device {} {} false".format( 148 LOG.debug("Set device {} {} false".format( 333 LOG.debug("Device %s %s is false, cannot recover device" % ( 369 LOG.debug(stdout) 399 LOG.debug("{} execute command {} {} {}".format(convert_serial(self.device_sn), 414 LOG.debug(line.strip()) 518 LOG.debug(ret) 541 LOG.debug("devic [all...] |
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 144 debug = func["debug"].replace("KVSTORE_API", "") 145 debug = debug.replace(" ", "") 146 debug = debug.strip("{") 147 if debug.endswith("=delete;"): 149 if debug.endswith("=default;"): 151 if debug.startswith("inline"): 153 if debug [all...] |
/test/xts/acts/ability/ability_runtime/featureability/sceneproject/terminateabilitytest/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 22 console.debug("====>Publish CallBack ACTS_TerminateAbility_0100_CommonEvent====>"); 25 console.debug("====>Publish CallBack ACTS_TerminateAbility_0200_CommonEvent====>"); 28 console.debug("====>Publish CallBack ACTS_Test_TerminateAbility_0100_Return====>"); 31 console.debug("====>Publish CallBack ACTS_Test_TerminateAbility_0200_Return====>"); 45 console.debug('==========Terminate Ability Success==========');
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip_addr.h | 254 #define ip_addr_debug_print(debug, ipaddr) do { if (IP_IS_V6(ipaddr)) { \ 255 ip6_addr_debug_print(debug, ip_2_ip6(ipaddr)); } else { \ 256 ip4_addr_debug_print(debug, ip_2_ip4(ipaddr)); } }while (0) 257 #define ip_addr_debug_print_val(debug, ipaddr) do { if (IP_IS_V6_VAL(ipaddr)) { \ 258 ip6_addr_debug_print_val(debug, *ip_2_ip6(&(ipaddr))); } else { \ 259 ip4_addr_debug_print_val(debug, *ip_2_ip4(&(ipaddr))); } }while (0) 261 #define ip_addr_debug_print(debug, ipaddr) 262 #define ip_addr_debug_print_val(debug, ipaddr) 342 #define ip_addr_debug_print(debug, ipaddr) ip4_addr_debug_print(debug, ipadd [all...] |
H A D | ip4_addr.h | 165 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ 166 LWIP_DEBUGF(debug, ("%" U16_F ".%" U16_F ".%" U16_F ".%" U16_F, a, b, c, d)) 167 #define ip4_addr_debug_print(debug, ipaddr) \ 168 ip4_addr_debug_print_parts(debug, \ 173 #define ip4_addr_debug_print_val(debug, ipaddr) \ 174 ip4_addr_debug_print_parts(debug, \ 180 #define ip4_addr_debug_print_parts(debug, a, b, c, d) 181 #define ip4_addr_debug_print(debug, ipaddr) 182 #define ip4_addr_debug_print_val(debug, ipaddr)
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | img_util.py | 130 rect=None, loc=ImgLoc.All.value, debug=False): 145 @param debug: 是否打印debug信息 147 if debug: 158 if debug: 160 return ImgUtils.find_arr(data1, data2, similar, density, rect, debug) 163 def find_arr(im1, im2, similar=1, density=None, rect=None, debug=False): 177 if debug: 197 if debug: 224 if debug [all...] |
/test/xts/acts/ability/ability_runtime/featureability/sceneproject/getcallingbundletest/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 22 console.debug("====>Publish CallBack ACTS_GetCallingBundle_0100_CommonEvent====>"); 25 console.debug("====>Publish CallBack ACTS_GetCallingBundle_0100_Promise====>"); 28 console.debug("====>Publish CallBack ACTS_GetCallingBundle_0100_Callback====>"); 44 console.debug("getCallingBundle : " + data)
|
/test/xts/acts/ability/ability_runtime/featureability/sceneproject/getcallingbundletest/entry/src/main/js/MainAbility/ |
H A D | app.js | 22 console.debug('====>Publish CallBack ACTS_GetCallingBundle_0100_CommonEvent====>'); 25 console.debug('====>Publish CallBack ACTS_GetCallingBundle_0100_Promise====>'); 28 console.debug('====>Publish CallBack ACTS_GetCallingBundle_0100_Callback====>'); 44 console.debug('getCallingBundle : ' + data);
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | suite_reporter.py | 214 LOG.debug("No case executed") 287 LOG.debug("Clear report result") 293 LOG.debug("Clear failed case list") 305 LOG.debug("Data report %s generate again", data_path) 317 LOG.debug("%s is error", result_str) 333 LOG.debug("Get report result, length is {}". 339 LOG.debug("Set suite list, length is {}".format(len(suite_list))) 345 LOG.debug("Get suite list, length is {}". 352 LOG.debug("Get failed case list, length is {}". 360 LOG.debug("Appen [all...] |
/test/xts/acts/ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/ohosTest/js/test/ |
H A D | FeatureAbilityJsunit.test.js | 252 console.debug("====>Subscribe CallBack data:====>" + JSON.stringify(data)); 258 console.debug("====>Create Subscriber====>"); 264 console.debug("====>UnSubscribe CallBack====>"); 270 console.debug('ACTS_StartAbility_1000=====timeout======'); 307 console.debug("====>Subscribe CallBack data:====>" + JSON.stringify(data)); 313 console.debug("====>Create Subscriber====>"); 319 console.debug("====>UnSubscribe CallBack====>"); 325 console.debug('ACTS_StartAbility_0100=====timeout======'); 390 console.debug("====>Subscribe CallBack data:====>" + JSON.stringify(data)); 395 console.debug(" [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_yara_driver.py | 94 LOG.debug("Start to execute open harmony yara test") 106 LOG.debug("Test case file path: %s" % suite_file) 119 LOG.debug("Try uninstall tools hap, bundle name is {}, result is {}".format( 201 LOG.debug("The system version is not in the maintenance scope, skip it. " 205 LOG.debug("Affected files: {}".format(item.affected_files)) 213 LOG.debug("Yara rule [{}] affected versions has no intersection " 228 LOG.debug("affected file [{}] is not exist, skip it.".format(item.affected_files[index])) 236 LOG.debug("Yara result: {}, affected file: {}".format(result, item.affected_files[index])) 262 LOG.debug( 282 LOG.debug("Securit [all...] |
H A D | cpp_driver.py | 59 LOG.debug("Start execute xdevice extension CppTest") 178 LOG.debug("Ready to run with rerun, expect run: %s" 181 LOG.debug("Run with rerun, has run: %s" % len(test_run) 187 LOG.debug("No tests to re-run, all tests executed at least " 199 LOG.debug("Ready to rerun file, expect run: %s" % len(expected_tests)) 201 LOG.debug("Rerun file, has run: %s" % len(test_run)) 206 LOG.debug("Rerun textFile success") 210 LOG.debug("Rerun serially, expected run: %s" % len(expected_tests)) 318 LOG.debug("Exception: ShellCommandUnresponsiveException") 321 LOG.debug("N [all...] |
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_debug.h | 36 #define _mpp_dbg(debug, flag, fmt, ...) mpp_log_c((debug) & (flag), fmt, ## __VA_ARGS__) 37 #define _mpp_dbg_f(debug, flag, fmt, ...) mpp_log_cf((debug) & (flag), fmt, ## __VA_ARGS__) 51 * in h264d module define module debug flag variable like: h265d_debug 64 * finally use environment control the debug flag 70 * sub-module debug flag usage example: 74 * 0~15 bit: software debug print 75 * 16~23 bit: hardware debug print
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 82 LOG.debug("CommandKit setup, device:{}, params:{}". 91 LOG.debug("CommandKit teardown: device:{}, params:{}".format 107 LOG.debug("Trying to install package {}".format(command_value)) 118 LOG.debug("Installed package finished {}".format(package)) 120 LOG.debug("Trying to uninstall package {}".format(command_value)) 128 LOG.debug("uninstall package finished {}".format(app_name)) 142 LOG.debug("Trying to push the file local {} to remote{}".format(src, dst)) 148 LOG.debug("Push file finished from {} to {}".format(src, dst)) 167 LOG.debug("STSKit setup, device:{}, params:{}". 192 LOG.debug("STSKi [all...] |
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 129 LOG.debug("Thread %s start" % self.name) 178 LOG.debug("Execute result: %s" % execute_result) 206 LOG.debug("Thread %s free environment", execute_message.get_thread_name()) 209 LOG.debug("Thread %s put result", self.name) 256 LOG.debug("Common module config path: {}".format(module_config_path)) 268 LOG.debug("Device %s need kit setup is false" % device) 287 LOG.debug("Set device %s need kit setup to false" % device) 333 LOG.debug("Thread %s, listener %s" % (self.name, listener)) 358 LOG.debug("Get unpassed test params %s", unpassed_test_params) 525 LOG.debug("Ge [all...] |
/test/testfwk/xdevice/plugins/devicetest/runner/ |
H A D | prepare.py | 44 self.log.debug("parse prepare config case path:{}". 56 self.log.debug(traceback.format_exc()) 75 self.log.debug("prepare xml path:{}".format(xml_path)) 79 self.log.debug("prepare config:{}".format( 138 self.log.debug("in prepare {}".format(func)) 148 self.log.debug("prepare path:{}".format(prepare_path)) 161 self.log.debug( 192 self.log.debug("exit prepare {}".format(func))
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_log.h | 28 * mpp_dbg is for all optional message. it can be controlled by debug and flag. 34 #define _mpp_dbg(debug, flag, fmt, ...) \ 36 if (debug & flag) \ 47 #define _mpp_dbg_f(debug, flag, fmt, ...) \ 49 if (debug & flag) \ 75 * in h264d module define module debug flag variable like: h265d_debug 88 * finally use environment control the debug flag 94 * sub-module debug flag usage example: 98 * 0~15 bit: software debug print 99 * 16~23 bit: hardware debug prin [all...] |