Home
last modified time | relevance | path

Searched refs:forceUpdate (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/base/
Dhiview_global.cpp58 …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/
Dhiview_global.h37 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
Dplugin.h256 bool forceUpdate __UNUSED) in SetHiviewProperty()
/base/update/updater/services/include/updater/
Dupdater.h47 bool forceUpdate = false; member
/base/update/updater/services/
Dupdater_main.cpp430 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/
Dhiview_platform.h59 …bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) overrid…
/base/hiviewdfx/hiview/
Dhiview_zh.md384 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp900 …viewPlatform::SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) in SetHiviewProperty() argument
903 if (forceUpdate || (propPair == hiviewProperty_.end())) { in SetHiviewProperty()