Home
last modified time | relevance | path

Searched refs:IsDownloadTriggered (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updateservice/services/firmware/upgrade/status/src/
H A Dfirmware_status_cache.cpp50 bool FirmwareStatusCache::IsDownloadTriggered() in IsDownloadTriggered() function in OHOS::UpdateEngine::FirmwareStatusCache
55 return statusCache_->IsDownloadTriggered(); in IsDownloadTriggered()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/status/include/
H A Dfirmware_status_cache.h31 bool IsDownloadTriggered();
/ohos5.0/base/update/updateservice/services/core/ability/status_cache/include/
H A Dstatus_cache.h32 bool IsDownloadTriggered();
/ohos5.0/base/update/updateservice/services/core/ability/status_cache/src/
H A Dstatus_cache.cpp50 bool StatusCache::IsDownloadTriggered() in IsDownloadTriggered() function in OHOS::UpdateEngine::StatusCache
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp73 if (DelayedSingleton<FirmwareStatusCache>::GetInstance()->IsDownloadTriggered()) { in Download()