Home
last modified time | relevance | path

Searched refs:IsNetAvailable (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/update/updateservice/services/utils/src/
H A Ddupdate_net_manager_empty.cpp55 bool NetManager::IsNetAvailable(NetType netType) in IsNetAvailable() function in OHOS::UpdateEngine::NetManager
H A Ddupdate_net_manager.cpp81 bool NetManager::IsNetAvailable(NetType netType) in IsNetAvailable() function in OHOS::UpdateEngine::NetManager
/ohos5.0/base/update/updateservice/services/utils/include/
H A Ddupdate_net_manager.h44 bool IsNetAvailable(NetType netType = NetType::CELLULAR_AND_WIFI);
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/agent/core/
H A Dapp_domain_verify_agent_service.cpp198 bool AppDomainVerifyAgentService::IsNetAvailable() in IsNetAvailable() function in OHOS::AppDomainVerify::AppDomainVerifyAgentService
209 if (!isDoSyncDone && IsNetAvailable()) { in DoSync()
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/agent/core/
H A Dapp_domain_verify_agent_service.h63 bool IsNetAvailable();
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_manual_check_mode.cpp66 if (!DelayedSingleton<NetManager>::GetInstance()->IsNetAvailable()) { in GetStepAfterInit()
H A Dfirmware_download_mode.cpp74 if (!DelayedSingleton<NetManager>::GetInstance()->IsNetAvailable()) { in GetStepAfterInit()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp319 if (!DelayedSingleton<NetManager>::GetInstance()->IsNetAvailable()) { in HandleNetChanged()
330 if (!DelayedSingleton<NetManager>::GetInstance()->IsNetAvailable(NetType::NOT_METERED_WIFI)) { in HandleNetChanged()