/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...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/model/ |
H A D | KvStoreModel.js | 41 logger.debug(TAG, `createKVManager success, kvManager=${JSON.stringify(manager)}`) 54 logger.debug(TAG, `getKVStore success, kvStore=${store}`) 67 logger.debug(TAG, `broadcastMessage ${msg}`) 76 logger.debug(TAG, `kvStore.put ${key}=${value}`) 79 logger.debug(TAG, `kvStore.get ${key}=${JSON.stringify(data)}`) 81 logger.debug(TAG, `kvStore.put ${key} finished, data= ${JSON.stringify(data)}`) 88 logger.debug(TAG, `setOnMessageReceivedListener ${msg}`) 93 logger.debug(TAG, `dataChange ${JSON.stringify(data)} insert ${data.insertEntries.length} update ${data.updateEntries.length}`) 96 logger.debug(TAG, `insertEntries receive ${msg}=${JSON.stringify(data.insertEntries[i].value)}`) 103 logger.debug(TA [all...] |
H A D | RemoteDeviceModel.js | 62 logger.debug(TAG, `getTrustedDeviceListSync end, deviceList=${JSON.stringify(list)}`) 74 logger.debug(TAG, `deviceStateChange data=${JSON.stringify(data)}`) 79 logger.debug(TAG, `ready, updated device list=${JSON.stringify(this.deviceList)}`) 82 logger.debug(TAG, `getTrustedDeviceListSync end, deviceList=${JSON.stringify(list)}`) 101 logger.debug(TAG, `offline, updated device list=${JSON.stringify(data.device)}`) 110 logger.debug(TAG, `discoverSuccess data=${JSON.stringify(data)} deviceList=${this.deviceList} length=${this.deviceList.length}`) 121 logger.debug(TAG, `discoverFailure data=${JSON.stringify(data)}`) 148 logger.debug(TAG, `authDevice ${deviceId}`) 157 logger.debug(TAG, `authenticateDevice ${JSON.stringify(this.discoverList[i])}`) 172 logger.debug(TA [all...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/ |
H A D | kvstoreModel.js | 42 logger.debug(`createKVManager success, kvManager=${JSON.stringify(manager)}`) 54 logger.debug(TAG, `getKVStore success, kvStore=${store}`) 64 logger.debug(TAG, `kvStore.put ${key}=${value}`) 67 logger.debug(TAG, `kvStore.put ${key} finished, data=${JSON.stringify(data)}`) 103 logger.debug(TAG, `setOnMessageReceivedListener ${msg}`) 108 logger.debug(TAG, `dataChange, ${JSON.stringify(data)}`) 109 logger.debug(TAG, `dataChange, insert ${data.insertEntries.length} update ${data.updateEntries.length}`) 124 logger.debug(TAG, `Entries receive ${msg}=${value}`) 126 logger.debug(TAG, `Entries receive valueResult = ${valueResult}`)
|
/foundation/ability/ability_runtime/frameworks/js/napi/dataUriUtils/ |
H A D | data_uri_utils.js | 19 console.debug('DataUriUtils getId called.'); 34 console.debug('DataUriUtils updateId called.'); 45 console.debug('DataUriUtils deleteId called.'); 60 console.debug('DataUriUtils attachId called.');
|
/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
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
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)
|
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...] |
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 67 logger.debug(TAG, `on player status changed, isPlaying=${isPlaying} refresh ui`) 93 logger.debug(TAG, `grantPermission,requestPermissionsFromUser,result.requestCode=${result.requestCode}`) 98 logger.debug(TAG, `featureAbility.getWant=${JSON.stringify(want)}`) 104 logger.debug(TAG, `restorePlayingStatus finished, index=${index}`) 141 logger.debug(TAG, `refreshSongInfo ${index}/${this.playerModel.playlist.audioFiles.length}`) 156 logger.debug(TAG, `refreshSongInfo this.title=${this.title} this.totalMs=${this.totalMs}` 160 logger.debug(TAG, `setProgress ${e.mode}, ${e.value}`) 164 logger.debug(TAG, `setProgress ignored, totalMs=${this.totalMs}`) 170 logger.debug(TAG, `player.seek ${currentMs}`) 215 logger.debug(TA [all...] |
/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...] |
/device/soc/rockchip/common/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) \ 74 * in h264d module define module debug flag variable like: h265d_debug 87 * finally use environment control the debug flag 93 * sub-module debug flag usage example: 97 * 0~15 bit: software debug print 98 * 16~23 bit: hardware debug prin [all...] |
/foundation/ability/ability_runtime/frameworks/js/napi/abilityDataUriUtils/ |
H A D | ability_data_uri_utils.js | 42 console.debug('DataUriUtils getId called.'); 57 console.debug('DataUriUtils updateId called.'); 68 console.debug('DataUriUtils deleteId called.'); 83 console.debug('DataUriUtils attachId called.');
|
/foundation/multimodalinput/input/service/rust/src/ |
H A D | lib.rs | 17 use hilog_rust::{error, hilog, debug, HiLogLabel, LogType}; 628 debug!(LOG_LABEL, "get_speed_gain_mouse enter vin is set to {} speed {}, device_type {}", in get_speed_gain_mouse() 652 debug!(LOG_LABEL, "slope is set to {}, gain is {}", @public(item.slopes[i]), @public(*gain)); in get_speed_gain_mouse() 657 debug!(LOG_LABEL, "slope is set to {}, gain is {}", @public(item.slopes[len - 1]), @public(*gain)); in get_speed_gain_mouse() 659 debug!(LOG_LABEL, "get_speed_gain_mouse leave"); in get_speed_gain_mouse() 665 debug!(LOG_LABEL, "get_speed_gain_touchpad enter vin is set to {}, speed {}, device_type {}", in get_speed_gain_touchpad() 689 debug!(LOG_LABEL, "gain is set to {}", @public((*gain * vin - item.diff_nums[i])/ vin)); in get_speed_gain_touchpad() 694 debug!(LOG_LABEL, "gain is set to {}", @public((*gain * vin - item.diff_nums[3])/ vin)); in get_speed_gain_touchpad() 696 debug!(LOG_LABEL, "get_speed_gain_touchpad leave"); in get_speed_gain_touchpad() 701 debug!(LOG_LABE in get_axis_gain_touchpad() [all...] |
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/examples/ |
H A D | basic.rs | 18 use hilog_rust::{debug, hilog, info}; 38 debug!(LOG_LABEL, "ReqeustStub On Remote"); in on_remote_request()
|
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/ |
H A D | hilog.rs | 17 macro_rules! debug { macros 25 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | hilog.rs | 16 macro_rules! debug { macros 24 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | hilog.rs | 16 macro_rules! debug { macros 24 hilog_rust::debug!(LOG_LABEL,"{}",@public(log));
|
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injector_utils.h | 43 static void SetDebugEnabled(bool debug) in SetDebugEnabled() argument 45 debugEnabled_ = debug; in SetDebugEnabled()
|
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/ |
H A D | bundle_active_user_service.h | 38 BundleActiveUserService(const int32_t userId, BundleActiveCore& listener, const bool debug):listener_(listener) in BundleActiveUserService() argument 46 if (debug) { in BundleActiveUserService() 100 void PrintInMemPackageStats(const int32_t idx, const bool debug); 101 void PrintInMemEventStats(const bool debug); 102 void PrintInMemFormStats(const bool debug, const bool printform);
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 37 BundleActiveGroupController::BundleActiveGroupController(const bool debug) in BundleActiveGroupController() argument 39 timeoutForDirectlyUse_ = debug ? THREE_MINUTE : ONE_HOUR; in BundleActiveGroupController() 40 timeoutForNotifySeen_ = debug ? ONE_MINUTE : TWELVE_HOUR; in BundleActiveGroupController() 41 timeoutForSystemInteraction_ = debug ? ONE_MINUTE : TEN_MINUTE; in BundleActiveGroupController() 42 screenTimeLevel_ = {0, 0, debug ? TWO_MINUTE : ONE_HOUR, debug ? FOUR_MINUTE : TWO_HOUR}; in BundleActiveGroupController() 43 bootTimeLevel_ = {0, debug ? TWO_MINUTE : TWELVE_HOUR, debug ? FOUR_MINUTE : TWENTY_FOUR_HOUR, in BundleActiveGroupController() 44 debug ? SIXTEEN_MINUTE : FOURTY_EIGHT_HOUR}; in BundleActiveGroupController()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/ |
H A D | Makefile | 14 BUILD ?= debug 49 ifeq ($(BUILD),debug)
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/ |
H A D | Makefile | 14 BUILD ?= debug 49 ifeq ($(BUILD),debug)
|
/foundation/ability/ability_runtime/test/fuzztest/getapplicationinfobyprocessid_fuzzer/ |
H A D | getapplicationinfobyprocessid_fuzzer.cpp | 49 bool debug; in DoSomethingInterestingWithMyAPI() local 51 if (appMgrClient->GetApplicationInfoByProcessID(pid, application, debug) != 0) { in DoSomethingInterestingWithMyAPI()
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/ |
H A D | main.py | 41 parser.add_argument('-d', action='store_true', default=False, help='enable debug info') 50 argument.debug = argument.d 70 if args.debug:
|