Searched refs:SetMessageToMisc (Results 1 – 3 of 3) sorted by relevance
/base/update/updater/services/include/updater/ |
D | updater.h | 117 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo);
|
/base/update/updater/services/ |
D | updater_main.cpp | 250 SetMessageToMisc(upParams.miscCmd, upParams.retryCount + 1, "retry_count"); in InstallUpdaterPackage() 264 SetMessageToMisc(upParams.miscCmd, upParams.retryCount, "retry_count"); in InstallUpdaterPackage() 389 SetMessageToMisc(upParams.miscCmd, upParams.pkgLocation + 1, "upgraded_pkg_num"); in DoUpdatePackages() 450 SetMessageToMisc(upParams.miscCmd, 0, "sdcard_update"); in UpdaterFromSdcard()
|
D | updater_utils.cpp | 211 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo) in SetMessageToMisc() function
|