Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 50) sorted by relevance

12

/base/hiviewdfx/hiview/build/
Drun_oem_hook.py20 DEBUG = False variable
31 if DEBUG:
38 if DEBUG:
49 if DEBUG:
60 if DEBUG:
64 if DEBUG:
Dgen_plugin_build.py26 DEBUG = False variable
31 if DEBUG:
87 if DEBUG:
298 if DEBUG:
329 if DEBUG:
/base/update/updater/services/applypatch/
Dblock_writer.cpp44 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()
Dpartition_record.cpp59 … 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/
Dmain.cpp34 #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/
Dmount.cpp71 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/
Ddfx_log.h59 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__), #…
Ddfx_log.cpp71 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/
Dhilog_napi.cpp45 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/
Dans_log_wrapper.h34 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/
Daccount_log_test.cpp57 AccountLogWrapper::SetLogLevel(AccountLogLevel::DEBUG);
58 EXPECT_EQ(AccountLogLevel::DEBUG, AccountLogWrapper::GetLogLevel());
/base/notification/common_event_service/frameworks/common/log/include/
Devent_log_wrapper.h33 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/
Devent_log_test.cpp53 EXPECT_EQ(EventLogLevel::DEBUG, EventLogWrapper::GetLogLevel());
108 EventLogLevel level = EventLogLevel::DEBUG;
/base/security/appverify/interfaces/innerkits/appverify/include/provision/
Dprovision_info.h25 DEBUG = 0, enumerator
70 ProvisionType type = DEBUG;
/base/update/updater/services/ui/control/
Dcallback_manager.cpp78 …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/
Dans_log_wrapper.cpp20 AnsLogLevel AnsLogWrapper::level_ = {AnsLogLevel::DEBUG};
/base/notification/common_event_service/frameworks/common/log/src/
Devent_log_wrapper.cpp21 EventLogLevel EventLogWrapper::level_ = EventLogLevel::DEBUG;
/base/telephony/data_storage/common/src/
Ddata_storage_log_wrapper.cpp23 DataStorageLogLevel DataStorageLogWrapper::level_ = DataStorageLogLevel::DEBUG;
/base/web/webview/ohos_nweb/include/
Dnweb_console_log.h28 DEBUG = 1, enumerator
/base/update/updater/services/flashd/common/
Dflashd_define.h25 #define FLASHD_LOGD(format, ...) Logger(Updater::DEBUG, (__FILE_NAME__), (__LINE__), format, ##__VA…
/base/update/updater/services/include/log/
Dlog.h101 DEBUG, enumerator
135 { DEBUG, "DEBUG" },
/base/update/updater/services/ui/
Dupdater_ui_facade.cpp170 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/
Dupdate_image_block.cpp94 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/
Dlabel_btn_adapter.cpp40 LOG(DEBUG) << "key OnFocus"; in OnFocus()
54 LOG(DEBUG) << "key OnBlur"; in OnBlur()
/base/account/os_account/frameworks/common/log/include/
Daccount_log_wrapper.h24 enum class AccountLogLevel { DEBUG = 0, INFO, WARN, ERROR, FATAL }; enumerator

12