Home
last modified time | relevance | path

Searched refs:SetMessageToMisc (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/services/
H A Dupdater_ui.cpp137 Utils::SetMessageToMisc("boot-updater", 0, "sdcard_intral_update"); // set retain userdata in DEFINE_ASYN_CALLBACK()
H A Dupdater_main.cpp286 SetMessageToMisc(upParams.miscCmd, upParams.retryCount + 1, "retry_count"); in InstallUpdaterPackage()
441 SetMessageToMisc(upParams.miscCmd, upParams.pkgLocation + 1, "upgraded_pkg_num"); in DoInstallPackages()
553 SetMessageToMisc(upParams.miscCmd, 0, "sdcard_update");
/base/update/updater/utils/include/
H A Dutils.h94 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo);
/base/update/updater/utils/
H A Dutils.cpp64 LOG(ERROR) << "SetMessageToMisc read misc failed"; in UpdateInfoInMisc()
72 LOG(ERROR) << "SetMessageToMisc strncat_s failed"; in UpdateInfoInMisc()
76 LOG(ERROR) << "SetMessageToMisc strncat_s failed"; in UpdateInfoInMisc()
86 LOG(ERROR) << "SetMessageToMisc snprintf_s failed"; in UpdateInfoInMisc()
92 LOG(ERROR) << "SetMessageToMisc snprintf_s failed"; in UpdateInfoInMisc()
97 LOG(ERROR) << "SetMessageToMisc strncat_s failed"; in UpdateInfoInMisc()
815 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo) in SetMessageToMisc() function
823 LOG(ERROR) << "SetMessageToMisc read misc failed"; in SetMessageToMisc()
828 LOG(ERROR) << "SetMessageToMisc strncpy_s failed"; in SetMessageToMisc()
835 LOG(ERROR) << "SetMessageToMisc strncat_ in SetMessageToMisc()
[all...]

Completed in 4 milliseconds