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/
H A Dfirmware_manager.cpp244 void FirmwareManager::DoAutoDownloadSwitchChanged(bool isDownloadSwitchOn) in DoAutoDownloadSwitchChanged() argument
246 FIRMWARE_LOGI("DoAutoDownloadSwitchChanged isDownloadSwitchOn %{public}s", isDownloadSwitchOn ? "on" : "off"); in DoAutoDownloadSwitchChanged()
247 preferencesUtil_->SaveBool(Firmware::AUTO_DOWNLOAD_SWITCH, isDownloadSwitchOn); in DoAutoDownloadSwitchChanged()
259 if (!isDownloadSwitchOn) { in DoAutoDownloadSwitchChanged()
340 bool isDownloadSwitchOn = preferencesUtil_->ObtainBool(Firmware::AUTO_DOWNLOAD_SWITCH, false); in HandleNetChanged() local
341 FIRMWARE_LOGI("HandleNetChanged isDownloadSwitchOn %{public}s", in HandleNetChanged()
342 StringUtils::GetBoolStr(isDownloadSwitchOn).c_str()); in HandleNetChanged()
343 if (isDownloadSwitchOn) { in HandleNetChanged()
/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_manager.h47 void DoAutoDownloadSwitchChanged(bool isDownloadSwitchOn);

Completed in 2 milliseconds