Searched refs:SetMessageToMisc (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/update/updater/services/ |
H A D | updater_main.cpp | 285 SetMessageToMisc(upParams.miscCmd, upParams.retryCount + 1, "retry_count"); in InstallUpdaterPackage() 442 SetMessageToMisc(upParams.miscCmd, upParams.pkgLocation + 1, "upgraded_pkg_num"); in DoInstallPackages() 554 SetMessageToMisc(upParams.miscCmd, 0, "sdcard_update"); in UpdaterFromSdcard()
|
/ohos5.0/base/update/updater/utils/include/ |
H A D | utils.h | 93 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo);
|
/ohos5.0/base/update/updater/utils/ |
H A D | utils.cpp | 817 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo) in SetMessageToMisc() function
|