Home
last modified time | relevance | path

Searched refs:forceUpdate (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/base/
H A Dhiview_global.cpp58 bool 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/
H A Dhiview_global.h37 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
H A Dplugin.h256 bool forceUpdate __UNUSED) in SetHiviewProperty()
/base/update/updater/services/include/updater/
H A Dupdater.h45 bool forceUpdate = false; member
/base/update/updater/services/
H A Dupdater_main.cpp474 if (upParams.forceUpdate) { in DoUpdatePackages()
724 upParams.forceUpdate = true;
817 upParams.forceUpdate || upParams.factoryResetMode == "factory_wipe_data" ?
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h56 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) override;
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp943 bool HiviewPlatform::SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) in SetHiviewProperty() argument
946 if (forceUpdate || (propPair == hiviewProperty_.end())) { in SetHiviewProperty()

Completed in 6 milliseconds