Home
last modified time | relevance | path

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

12

/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()
139 LOG(DEBUG) << "PartitionRecord: offset is " << offset_; in RecordPartitionUpdateStatus()
145 LOG(DEBUG) << "PartitionRecord: record " << partitionName << " successfully."; in RecordPartitionUpdateStatus()
/base/hiviewdfx/hilog/services/hilogd/
Dmain.cpp35 #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/
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/update/updater/services/fs_manager/
Dmount.cpp76 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/
Daccount_log_test.cpp65 AccountLogWrapper::SetLogLevel(AccountLogLevel::DEBUG);
66 EXPECT_EQ(AccountLogLevel::DEBUG, AccountLogWrapper::GetLogLevel());
/base/update/updater/services/include/log/
Dlog.h39 DEBUG = 3, enumerator
74 { DEBUG, "D" },
/base/update/updater/services/ui/control/
Dcallback_manager.cpp81 …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/
Dprovision_info.h27 DEBUG = 0, enumerator
86 ProvisionType type = DEBUG;
/base/web/webview/ohos_adapter/interfaces/
Dhilog_adapter.h23 DEBUG, enumerator
/base/notification/distributed_notification_service/frameworks/core/common/src/
Dans_log_wrapper.cpp20 AnsLogLevel AnsLogWrapper::level_ = {AnsLogLevel::DEBUG};
/base/telephony/telephony_data/common/src/
Ddata_storage_log_wrapper.cpp23 DataStorageLogLevel DataStorageLogWrapper::level_ = DataStorageLogLevel::DEBUG;
/base/update/updater/services/ui/
Dupdater_ui_facade.cpp165 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/
Dring_buffer.cpp84 LOG(DEBUG) << "RingBuffer full, wait !!!"; in Push()
115 LOG(DEBUG) << "RingBuffer empty, wait !!!"; in Pop()
/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/rust/hash_signed_data/src/
Dffi.rs44 DEBUG = 3, enumerator
/base/hiviewdfx/hiview/build/
Dgen_plugin_build.py26 DEBUG = False variable
31 if DEBUG:
87 if DEBUG:
298 if DEBUG:
329 if DEBUG:
/base/update/updater/services/updater_binary/
Dupdate_image_block.cpp102 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/
Dlabel_btn_adapter.cpp41 LOG(DEBUG) << "key OnFocus"; in OnFocus()
55 LOG(DEBUG) << "key OnBlur"; in OnBlur()
/base/account/os_account/frameworks/common/log/include/
Daccount_log_wrapper.h30 enum class AccountLogLevel { DEBUG = 0, INFO, WARN, ERROR, FATAL }; enumerator
/base/telephony/telephony_data/common/include/
Ddata_storage_log_wrapper.h26 DEBUG = 0, enumerator
/base/inputmethod/imf/test/unittest/cpp_test/mock/
Dglobal.h46 #if DEBUG
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dsocket.cpp67 #ifdef DEBUG in Create()
/base/update/updater/test/unittest/test_data/applypatch/
DTestGZipModeImagePatch.old.gz

12