Home
last modified time | relevance | path

Searched refs:FLASHD_LOGW (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dupdate_commander.cpp94 FLASHD_LOGW("all the data has been written"); in DoUpdate()
147 FLASHD_LOGW("Copy %s failed!", GetFileName(iter.second).c_str()); in SaveLog()
H A Dcommander.cpp49FLASHD_LOGW("currSize_ = %u, fileSize_ = %u, currentProces = %u", currentSize_, fileSize_, current… in UpdateProgress()
H A Dflash_commander.cpp106 FLASHD_LOGW("all the data is written"); in DoFlash()
H A Ddaemon_updater.cpp71 FLASHD_LOGW("flasd is not runing"); in SendToHost()
/ohos5.0/base/update/updater/services/flashd/common/
H A Dflashd_define.h27 #define FLASHD_LOGW(format, ...) Logger(Updater::WARNING, (UPDATER_LOG_FILE_NAME), (__LINE__), form… macro