Searched refs:forceUpdate (Results 1 – 8 of 8) sorted by relevance
| /base/hiviewdfx/hiview/base/ |
| D | hiview_global.cpp | 58 …HiviewGlobal::SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) in SetHiviewProperty() argument 60 return context_.SetHiviewProperty(key, value, forceUpdate); in SetHiviewProperty()
|
| /base/hiviewdfx/hiview/base/include/ |
| D | hiview_global.h | 37 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
|
| D | plugin.h | 256 bool forceUpdate __UNUSED) in SetHiviewProperty()
|
| /base/update/updater/services/include/updater/ |
| D | updater.h | 47 bool forceUpdate = false; member
|
| /base/update/updater/services/ |
| D | updater_main.cpp | 430 if (upParams.forceUpdate) { in DoUpdatePackages() 634 upParams.forceUpdate = true; in InitOptionsFuncTab() 756 … upParams.forceUpdate || upParams.factoryReset ? Utils::DoShutdown() : Utils::UpdaterDoReboot(""); in UpdaterMain()
|
| /base/hiviewdfx/hiview/core/include/ |
| D | hiview_platform.h | 59 …bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) overrid…
|
| /base/hiviewdfx/hiview/ |
| D | hiview_zh.md | 384 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
|
| /base/hiviewdfx/hiview/core/ |
| D | hiview_platform.cpp | 900 …viewPlatform::SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) in SetHiviewProperty() argument 903 if (forceUpdate || (propPair == hiviewProperty_.end())) { in SetHiviewProperty()
|