Searched refs:isDownloadSwitchOn (Results 1 – 2 of 2) sorted by relevance
243 void FirmwareManager::DoAutoDownloadSwitchChanged(bool isDownloadSwitchOn) in DoAutoDownloadSwitchChanged() argument245 …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() local340 StringUtils::GetBoolStr(isDownloadSwitchOn).c_str()); in HandleNetChanged()341 if (isDownloadSwitchOn) { in HandleNetChanged()
45 void DoAutoDownloadSwitchChanged(bool isDownloadSwitchOn);