/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() 139 LOG(DEBUG) << "PartitionRecord: offset is " << offset_; in RecordPartitionUpdateStatus() 145 LOG(DEBUG) << "PartitionRecord: record " << partitionName << " successfully."; in RecordPartitionUpdateStatus()
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | main.cpp | 35 #ifdef DEBUG 48 #ifdef DEBUG 55 #ifdef DEBUG in SigHandler() 107 #ifdef DEBUG 140 #ifdef DEBUG in HilogdEntry() 160 #ifdef DEBUG in HilogdEntry() 165 #ifdef DEBUG in HilogdEntry()
|
/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/update/updater/services/fs_manager/ |
D | mount.cpp | 76 LOG(DEBUG) << "Updater filesystem config info:"; in LoadFstab() 78 LOG(DEBUG) << "\tDevice: " << item->deviceName; in LoadFstab() 79 LOG(DEBUG) << "\tMount point : " << item->mountPoint; in LoadFstab() 80 LOG(DEBUG) << "\tFs type : " << item->fsType; in LoadFstab() 81 LOG(DEBUG) << "\tMount options: " << item->mountOptions; in LoadFstab() 105 LOG(DEBUG) << "Umount for path " << path; in UmountForPath() 202 LOG(DEBUG) << "Mount for path " << path; in MountForPath()
|
/base/account/os_account/frameworks/common/test/unittest/common_account_test/ |
D | account_log_test.cpp | 65 AccountLogWrapper::SetLogLevel(AccountLogLevel::DEBUG); 66 EXPECT_EQ(AccountLogLevel::DEBUG, AccountLogWrapper::GetLogLevel());
|
/base/update/updater/services/include/log/ |
D | log.h | 39 DEBUG = 3, enumerator 74 { DEBUG, "D" },
|
/base/update/updater/services/ui/control/ |
D | callback_manager.cpp | 81 …LOG(DEBUG) << "register " << cbCfg.func << " for " << ComInfo {cbCfg.pageId, cbCfg.comId} << " suc… in Register() 97 LOG(DEBUG) << "register key action listerner succeed"; in Init()
|
/base/security/appverify/interfaces/innerkits/appverify/include/provision/ |
D | provision_info.h | 27 DEBUG = 0, enumerator 86 ProvisionType type = DEBUG;
|
/base/web/webview/ohos_adapter/interfaces/ |
D | hilog_adapter.h | 23 DEBUG, enumerator
|
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
D | ans_log_wrapper.cpp | 20 AnsLogLevel AnsLogWrapper::level_ = {AnsLogLevel::DEBUG};
|
/base/telephony/telephony_data/common/src/ |
D | data_storage_log_wrapper.cpp | 23 DataStorageLogLevel DataStorageLogWrapper::level_ = DataStorageLogLevel::DEBUG;
|
/base/update/updater/services/ui/ |
D | updater_ui_facade.cpp | 165 LOG(DEBUG) << "show success page"; in ShowSuccessPage() 178 LOG(DEBUG) << "show failed page"; in ShowFailedPage() 191 LOG(DEBUG) << "show confirm page"; in ShowFactoryConfirmPage()
|
/base/update/updater/services/common/ring_buffer/ |
D | ring_buffer.cpp | 84 LOG(DEBUG) << "RingBuffer full, wait !!!"; in Push() 115 LOG(DEBUG) << "RingBuffer empty, wait !!!"; in Pop()
|
/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/rust/hash_signed_data/src/ |
D | ffi.rs | 44 DEBUG = 3, enumerator
|
/base/hiviewdfx/hiview/build/ |
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/updater_binary/ |
D | update_image_block.cpp | 102 LOG(DEBUG) << "new patch file name: " << info->newPatch; in UnpackNewData() 110 LOG(DEBUG) << info->newPatch << " info: size " << file->packedSize << " unpacked size " << in UnpackNewData() 120 LOG(DEBUG) << "new data writer ending..."; in UnpackNewData() 243 LOG(DEBUG) << "partitionName is " << infos.partitionName; in ExtractDiffPackageAndLoad() 269 …LOG(DEBUG) << "Rename " << diffPackage << " to zip\nExtract " << diffPackage << " done\nReload " <… in ExtractDiffPackageAndLoad() 326 LOG(DEBUG) << "outBuf data size is: " << buffSize; in ExtractFileByName() 339 … LOG(DEBUG) << "Retry updater, check if current partition updatered already during last time"; in ExecuteUpdateBlock()
|
/base/update/updater/services/ui/view/component/ |
D | label_btn_adapter.cpp | 41 LOG(DEBUG) << "key OnFocus"; in OnFocus() 55 LOG(DEBUG) << "key OnBlur"; in OnBlur()
|
/base/account/os_account/frameworks/common/log/include/ |
D | account_log_wrapper.h | 30 enum class AccountLogLevel { DEBUG = 0, INFO, WARN, ERROR, FATAL }; enumerator
|
/base/telephony/telephony_data/common/include/ |
D | data_storage_log_wrapper.h | 26 DEBUG = 0, enumerator
|
/base/inputmethod/imf/test/unittest/cpp_test/mock/ |
D | global.h | 46 #if DEBUG
|
/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
D | socket.cpp | 67 #ifdef DEBUG in Create()
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|