Home
last modified time | relevance | path

Searched refs:NEED_RETRY (Results 1 – 4 of 4) sorted by relevance

/base/update/updater/test/unittest/applypatch_test/
Dtransfer_manager_unittest.cpp55 tm->CheckResult(CommandResult::NEED_RETRY, cmd, CommandType::ZERO);
/base/update/updater/services/include/applypatch/
Dcommand.h44 NEED_RETRY = 1 enumerator
/base/update/updater/services/applypatch/
Dcommand_process.cpp139 UPDATER_CHECK_ONLY_RETURN(errno != EIO, return NEED_RETRY); in Execute()
145 UPDATER_CHECK_ONLY_RETURN(errno != EIO, return NEED_RETRY); in Execute()
Dtransfer_manager.cpp166 case NEED_RETRY: in CheckResult()