Home
last modified time | relevance | path

Searched refs:isDownloadSwitchOn (Results 1 – 2 of 2) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/flow/src/
Dfirmware_manager.cpp243 void FirmwareManager::DoAutoDownloadSwitchChanged(bool isDownloadSwitchOn) in DoAutoDownloadSwitchChanged() argument
245 …FIRMWARE_LOGI("DoAutoDownloadSwitchChanged isDownloadSwitchOn %{public}s", isDownloadSwitchOn ? "o… in DoAutoDownloadSwitchChanged()
246 preferencesUtil_->SaveBool(Firmware::AUTO_DOWNLOAD_SWITCH, isDownloadSwitchOn); in DoAutoDownloadSwitchChanged()
258 if (!isDownloadSwitchOn) { in DoAutoDownloadSwitchChanged()
338 … bool isDownloadSwitchOn = preferencesUtil_->ObtainBool(Firmware::AUTO_DOWNLOAD_SWITCH, false); in HandleNetChanged() local
340 StringUtils::GetBoolStr(isDownloadSwitchOn).c_str()); in HandleNetChanged()
341 if (isDownloadSwitchOn) { in HandleNetChanged()
/base/update/updateservice/services/firmware/upgrade/flow/include/
Dfirmware_manager.h45 void DoAutoDownloadSwitchChanged(bool isDownloadSwitchOn);