Home
last modified time | relevance | path

Searched refs:DoAutoDownloadSwitchChanged (Results 1 - 3 of 3) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_manager.h47 void DoAutoDownloadSwitchChanged(bool isDownloadSwitchOn);
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp244 void FirmwareManager::DoAutoDownloadSwitchChanged(bool isDownloadSwitchOn) in DoAutoDownloadSwitchChanged() function in OHOS::UpdateEngine::FirmwareManager
246 FIRMWARE_LOGI("DoAutoDownloadSwitchChanged isDownloadSwitchOn %{public}s", isDownloadSwitchOn ? "on" : "off"); in DoAutoDownloadSwitchChanged()
251 FIRMWARE_LOGI("DoAutoDownloadSwitchChanged no task"); in DoAutoDownloadSwitchChanged()
254 FIRMWARE_LOGI("DoAutoDownloadSwitchChanged current task status %{public}d", task.status); in DoAutoDownloadSwitchChanged()
/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp281 DelayedSingleton<FirmwareManager>::GetInstance()->DoAutoDownloadSwitchChanged(policy.downloadStrategy); in SetUpgradePolicy()

Completed in 3 milliseconds