Searched refs:FLASHD_LOGE (Results 1 – 8 of 8) sorted by relevance
/base/update/updater/services/flashd/ |
D | partition.cpp | 31 FLASHD_LOGE("buffer is null or writer_ is null or bufferSize is invaild"); in DoFlash() 36 FLASHD_LOGE("Write fail, ret = %d", ret); in DoFlash() 46 FLASHD_LOGE("open partition %s fail, error = %d", devName_.c_str(), errno); in DoErase() 61 FLASHD_LOGE("BLKDISCARD fail"); in DoErase() 67 FLASHD_LOGE("WriteFully fail"); in DoErase() 79 FLASHD_LOGE("FormatPartition fail, ret = %d", ret); in DoFormat() 84 FLASHD_LOGE("MountForPath fail, ret = %d", ret); in DoFormat()
|
/base/update/updater/services/flashd/daemon/ |
D | flash_commander.cpp | 35 FLASHD_LOGE("flash param count is %u, not invaild", params.size()); in DoCommand() 45 FLASHD_LOGE("MountForPath fail, ret = %d", ret); in DoCommand() 59 FLASHD_LOGE("payload is null or payloadSize is invaild"); in DoCommand() 88 FLASHD_LOGE("FlashdImageWriter GetWriter error"); in InitPartition() 99 FLASHD_LOGE("DoFlash InitPartition fail"); in DoFlash() 111 FLASHD_LOGE("DoFlash fail"); in DoFlash()
|
D | update_commander.cpp | 46 FLASHD_LOGE("update param count is %u, not invaild", params.size()); in DoCommand() 52 FLASHD_LOGE("MountForPath fail, ret = %d", ret); in DoCommand() 66 FLASHD_LOGE("open file fail, errno = %d ", errno); in DoCommand() 75 FLASHD_LOGE("payload is null or payloadSize is invaild"); in DoCommand() 88 FLASHD_LOGE("file fd is invaild"); in DoUpdate() 99 FLASHD_LOGE("WriteFully fail, errno = %d", errno); in DoUpdate() 128 FLASHD_LOGE("ExecUpdate failed"); in PostCommand()
|
D | daemon_updater.cpp | 50 FLASHD_LOGE("The devic is locked and operation is not allowed"); in CommandDispatch() 61 FLASHD_LOGE("command is invalid, command = %d", command); in CommandDispatch() 108 FLASHD_LOGE("flashd has been running"); in CreateCommander() 121 FLASHD_LOGE("payloadSize is invalid"); in CheckCommand() 137 FLASHD_LOGE("commander_ is null for cmd = %s", ctxNow.transferConfig.functionName.c_str()); in CheckCommand() 149 FLASHD_LOGE("commander_ is null"); in DataCommand() 154 FLASHD_LOGE("payloadSize is invaild"); in DataCommand() 168 FLASHD_LOGE("commander_ is null for cmd = %s", CMDSTR_ERASE_PARTITION); in EraseCommand() 178 FLASHD_LOGE("commander_ is null for cmd = %s", CMDSTR_FORMAT_PARTITION); in FormatCommand() 196 FLASHD_LOGE("GetLockStatus fail, ret = %d", ret); in IsDeviceLocked()
|
D | format_commander.cpp | 39 FLASHD_LOGE("payload is null or payloadSize is invaild"); in DoCommand() 47 FLASHD_LOGE("param is invaild"); in DoCommand() 53 FLASHD_LOGE("DoFormat fail, ret = %d", ret); in DoCommand()
|
D | commander.cpp | 44 FLASHD_LOGE("file size is invaild"); in UpdateProgress() 64 FLASHD_LOGE("callback_ is null"); in IsCallbackVaild()
|
D | erase_commander.cpp | 46 FLASHD_LOGE("param is invaild"); in DoCommand() 61 FLASHD_LOGE("DoErase fail, ret = %d", ret); in DoErase()
|
/base/update/updater/services/flashd/common/ |
D | flashd_define.h | 24 #define FLASHD_LOGE(format, ...) Logger(Updater::ERROR, (__FILE_NAME__), (__LINE__), format, ##__VA… macro
|