Searched defs:CheckResult (Results 1 – 3 of 3) sorted by relevance
22 struct CheckResult { struct23 bool isExistNewVersion = false;24 NewVersionInfo newVersionInfo;
150 bool TransferManager::CheckResult(const CommandResult result, const std::string &cmd, const Command… in CheckResult() function in Updater::TransferManager
116 inline bool CheckResult(const std::vector<std::string> &expected, std::vector<std::string> &&checke… in CheckResult() function