Home
last modified time | relevance | path

Searched refs:miscCmd (Results 1 – 3 of 3) sorted by relevance

/base/update/updater/services/include/updater/
Dupdater.h53 std::string miscCmd {"boot_updater"};
117 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo);
/base/update/updater/services/
Dupdater_utils.cpp211 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo) in SetMessageToMisc() argument
218 if (strncpy_s(msg.command, sizeof(msg.command), miscCmd.c_str(), miscCmd.size() + 1) != EOK) { in SetMessageToMisc()
Dupdater_main.cpp250 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()