Home
last modified time | relevance | path

Searched refs:FLASHD_LOGI (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updater/services/flashd/daemon/
H A Derase_commander.cpp30 FLASHD_LOGI("unsupport");
35 FLASHD_LOGI("start to erase"); in DoCommand()
38 FLASHD_LOGI("payload is null or payloadSize is invaild"); in DoCommand()
58 FLASHD_LOGI("start to erase %s", partitionName.c_str()); in DoErase()
H A Dformat_commander.cpp31 FLASHD_LOGI("unsupport");
36 FLASHD_LOGI("start to format"); in DoCommand()
58 FLASHD_LOGI("format success"); in DoCommand()
69 FLASHD_LOGI("start to format %s", partitionName.c_str()); in DoFormat()
H A Ddaemon_updater.cpp38 FLASHD_LOGI("~DaemonUpdater refCount %d", refCount); in ~DaemonUpdater()
132FLASHD_LOGI("functionName = %s, options = %s, fileSize = %u", ctxNow.transferConfig.functionName.c… in CheckCommand()
204 FLASHD_LOGI("InvalidDaemon init"); in InvalidDaemon()
209 FLASHD_LOGI("~InvalidDaemon refCount %d", refCount); in ~InvalidDaemon()
H A Dflash_commander.cpp32 FLASHD_LOGI("start to flash"); in DoCommand()
73 FLASHD_LOGI("flash success, size = %u bytes, %.3lf s", fileSize_, useSec); in DoCommand()
H A Dupdate_commander.cpp42 FLASHD_LOGI("start to update"); in DoCommand()
108 FLASHD_LOGI("update write file success, size = %u bytes, %.3lf s", fileSize_, useSec); in DoUpdate()
/ohos5.0/base/update/updater/services/flashd/common/
H A Dflashd_define.h26 #define FLASHD_LOGI(format, ...) Logger(Updater::INFO, (UPDATER_LOG_FILE_NAME), (__LINE__), format,… macro
/ohos5.0/base/update/updater/services/flashd/
H A Dpartition.cpp54 FLASHD_LOGI("BLKSECDISCARD success"); in DoErase()