Searched refs:forceUpdate (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/hiview/base/ |
H A D | hiview_global.cpp | 58 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 D | hiview_global.h | 37 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate);
|
H A D | plugin.h | 256 bool forceUpdate __UNUSED)
in SetHiviewProperty()
|
/base/update/updater/services/include/updater/ |
H A D | updater.h | 45 bool forceUpdate = false; member
|
/base/update/updater/services/ |
H A D | updater_main.cpp | 474 if (upParams.forceUpdate) { in DoUpdatePackages() 724 upParams.forceUpdate = true; 817 upParams.forceUpdate || upParams.factoryResetMode == "factory_wipe_data" ?
|
/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 56 bool SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) override;
|
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 943 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