/base/hiviewdfx/hiview/build/ |
D | run_oem_hook.py | 20 DEBUG = False variable 31 if DEBUG: 38 if DEBUG: 49 if DEBUG: 60 if DEBUG: 64 if DEBUG:
|
D | gen_plugin_build.py | 26 DEBUG = False variable 31 if DEBUG: 87 if DEBUG: 298 if DEBUG: 329 if DEBUG:
|
/base/update/updater/services/applypatch/ |
D | block_writer.cpp | 44 LOG(DEBUG) << "BlockWriter: try to write " << len << " byte(s)"; in Write() 48 LOG(DEBUG) << "blockIndex = " << blockIndex_; in Write() 53 LOG(DEBUG) << "block write overflow"; in Write() 61 LOG(DEBUG) << "Init currentBlockLeft_ = " << currentBlockLeft_; in Write() 69 … LOG(DEBUG) << "Current block " << blockIndex_ << " left " << currentBlockLeft_ << " to written."; in Write()
|
D | partition_record.cpp | 59 … LOG(DEBUG) << "PartitionRecord: Found " << partitionName << " record in misc partition"; in IsPartitionUpdated() 60 LOG(DEBUG) << "PartitionRecord: update status: " << pri->updated; in IsPartitionUpdated() 109 LOG(DEBUG) << "PartitionRecord: offset is " << offset_; in RecordPartitionUpdateStatus() 115 LOG(DEBUG) << "PartitionRecord: record " << partitionName << " successfully."; in RecordPartitionUpdateStatus()
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | main.cpp | 34 #ifdef DEBUG 47 #ifdef DEBUG 54 #ifdef DEBUG in SigHandler() 107 #ifdef DEBUG 140 #ifdef DEBUG in HilogdEntry() 160 #ifdef DEBUG in HilogdEntry() 165 #ifdef DEBUG in HilogdEntry()
|
/base/update/updater/services/fs_manager/ |
D | mount.cpp | 71 LOG(DEBUG) << "Updater filesystem config info:"; in LoadFstab() 73 LOG(DEBUG) << "\tDevice: " << item->deviceName; in LoadFstab() 74 LOG(DEBUG) << "\tMount point : " << item->mountPoint; in LoadFstab() 75 LOG(DEBUG) << "\tFs type : " << item->fsType; in LoadFstab() 76 LOG(DEBUG) << "\tMount options: " << item->mountOptions; in LoadFstab() 95 LOG(DEBUG) << "Umount for path " << path; in UmountForPath() 120 LOG(DEBUG) << "Mount for path " << path; in MountForPath()
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | dfx_log.h | 59 DEBUG = 0, 70 #define DfxLogDebug(fmt, ...) DfxLog(DEBUG, LOG_DOMAIN, LOG_TAG, fmt, ##__VA_ARGS__) 76 #define LOGD(fmt, ...) DfxLog(DEBUG, LOG_DOMAIN, LOG_TAG, "[%s:%d]" fmt, (FILE_NAME), (__LINE__), #…
|
D | dfx_log.cpp | 71 return Level::DEBUG >= g_LogLevel ? true : false; in CheckDebugLevel() 87 if ((logLevel < Level::DEBUG) || (logLevel > Level::FATAL)) { in DfxLog() 93 case static_cast<int>(DEBUG): in DfxLog()
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/ |
D | hilog_napi.cpp | 45 napi_value DEBUG = nullptr; in LogLevelTypeEnumInit() local 50 napi_create_int32(env, LogLevel::LOG_DEBUG, &DEBUG); in LogLevelTypeEnumInit() 57 NVal::DeclareNapiStaticProperty("DEBUG", DEBUG), in LogLevelTypeEnumInit()
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
D | ans_log_wrapper.h | 34 enum class AnsLogLevel : uint8_t { DEBUG = 0, INFO, WARN, ERROR, FATAL }; enumerator 93 #define ANS_LOGD(fmt, ...) PRINT_LOG(DEBUG, Debug, fmt, ##__VA_ARGS__) 108 #define ANSR_LOGD(fmt, ...) PRINT_REMINDER_LOG(DEBUG, Debug, fmt, ##__VA_ARGS__)
|
/base/account/os_account/frameworks/common/test/unittest/common_account_test/ |
D | account_log_test.cpp | 57 AccountLogWrapper::SetLogLevel(AccountLogLevel::DEBUG); 58 EXPECT_EQ(AccountLogLevel::DEBUG, AccountLogWrapper::GetLogLevel());
|
/base/notification/common_event_service/frameworks/common/log/include/ |
D | event_log_wrapper.h | 33 DEBUG = 0, enumerator 93 #define EVENT_LOGD(fmt, ...) PRINT_LOG(DEBUG, Debug, fmt, ##__VA_ARGS__)
|
/base/notification/common_event_service/frameworks/common/test/unittest/common_event_log_test/ |
D | event_log_test.cpp | 53 EXPECT_EQ(EventLogLevel::DEBUG, EventLogWrapper::GetLogLevel()); 108 EventLogLevel level = EventLogLevel::DEBUG;
|
/base/security/appverify/interfaces/innerkits/appverify/include/provision/ |
D | provision_info.h | 25 DEBUG = 0, enumerator 70 ProvisionType type = DEBUG;
|
/base/update/updater/services/ui/control/ |
D | callback_manager.cpp | 78 …LOG(DEBUG) << "register " << cbCfg.func << " for " << ComInfo {cbCfg.pageId, cbCfg.comId} << " suc… in Register() 94 LOG(DEBUG) << "register key action listerner succeed"; in Init()
|
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
D | ans_log_wrapper.cpp | 20 AnsLogLevel AnsLogWrapper::level_ = {AnsLogLevel::DEBUG};
|
/base/notification/common_event_service/frameworks/common/log/src/ |
D | event_log_wrapper.cpp | 21 EventLogLevel EventLogWrapper::level_ = EventLogLevel::DEBUG;
|
/base/telephony/data_storage/common/src/ |
D | data_storage_log_wrapper.cpp | 23 DataStorageLogLevel DataStorageLogWrapper::level_ = DataStorageLogLevel::DEBUG;
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_console_log.h | 28 DEBUG = 1, enumerator
|
/base/update/updater/services/flashd/common/ |
D | flashd_define.h | 25 #define FLASHD_LOGD(format, ...) Logger(Updater::DEBUG, (__FILE_NAME__), (__LINE__), format, ##__VA…
|
/base/update/updater/services/include/log/ |
D | log.h | 101 DEBUG, enumerator 135 { DEBUG, "DEBUG" },
|
/base/update/updater/services/ui/ |
D | updater_ui_facade.cpp | 170 LOG(DEBUG) << "show success page"; in ShowSuccessPage() 183 LOG(DEBUG) << "show failed page"; in ShowFailedPage() 196 LOG(DEBUG) << "show confirm page"; in ShowFactoryConfirmPage()
|
/base/update/updater/services/updater_binary/ |
D | update_image_block.cpp | 94 LOG(DEBUG) << "new patch file name: " << info->newPatch; in UnpackNewData() 107 LOG(DEBUG) << info->newPatch << " info: size " << file->packedSize << " unpacked size " << in UnpackNewData() 123 LOG(DEBUG) << "new data writer ending..."; in UnpackNewData() 250 LOG(DEBUG) << "partitionName is " << infos.partitionName; in ExtractDiffPackageAndLoad() 276 …LOG(DEBUG) << "Rename " << diffPackage << " to zip\nExtract " << diffPackage << " done\nReload " <… in ExtractDiffPackageAndLoad() 313 … LOG(DEBUG) << "Retry updater, check if current partition updatered already during last time"; in ExecuteUpdateBlock() 353 LOG(DEBUG) << "Patch data size is: " << globalParams->patchDataSize; in ExecuteUpdateBlock()
|
/base/update/updater/services/ui/view/component/ |
D | label_btn_adapter.cpp | 40 LOG(DEBUG) << "key OnFocus"; in OnFocus() 54 LOG(DEBUG) << "key OnBlur"; in OnBlur()
|
/base/account/os_account/frameworks/common/log/include/ |
D | account_log_wrapper.h | 24 enum class AccountLogLevel { DEBUG = 0, INFO, WARN, ERROR, FATAL }; enumerator
|