Searched refs:SetMessageToMisc (Results 1 - 4 of 4) sorted by relevance
/base/update/updater/services/ |
H A D | updater_ui.cpp | 137 Utils::SetMessageToMisc("boot-updater", 0, "sdcard_intral_update"); // set retain userdata in DEFINE_ASYN_CALLBACK()
|
H A D | updater_main.cpp | 286 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 D | utils.h | 94 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo);
|
/base/update/updater/utils/ |
H A D | utils.cpp | 64 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