Home
last modified time | relevance | path

Searched refs:GetNetType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updateservice/services/utils/src/
H A Ddupdate_net_manager_empty.cpp50 NetType NetManager::GetNetType() in GetNetType() function in OHOS::UpdateEngine::NetManager
H A Ddupdate_net_manager.cpp76 NetType NetManager::GetNetType() in GetNetType() function in OHOS::UpdateEngine::NetManager
/ohos5.0/base/update/updateservice/services/utils/include/
H A Ddupdate_net_manager.h43 NetType GetNetType();
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/include/
H A Dclient_helper.h76 static ClientStatus GetNetType(napi_env env, const napi_value arg, NetType &netType);
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_download_mode.cpp76 DelayedSingleton<NetManager>::GetInstance()->GetNetType()); in GetStepAfterInit()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp467 ClientStatus ClientHelper::GetNetType(napi_env env, const napi_value arg, NetType &netType) in GetNetType() function in OHOS::UpdateEngine::ClientHelper
503 ClientStatus ret = GetNetType(env, arg, downloadOptions.allowNetwork); in GetOptionsFromArg()
523 return GetNetType(env, arg, resumeDownloadOptions.allowNetwork); in GetOptionsFromArg()