Searched refs:GetNetType (Results 1 - 6 of 6) sorted by relevance
/base/update/updateservice/services/utils/src/ |
H A D | dupdate_net_manager_empty.cpp | 50 NetType NetManager::GetNetType() in GetNetType() function in OHOS::UpdateEngine::NetManager
|
H A D | dupdate_net_manager.cpp | 76 NetType NetManager::GetNetType() in GetNetType() function in OHOS::UpdateEngine::NetManager
|
/base/update/updateservice/services/utils/include/ |
H A D | dupdate_net_manager.h | 43 NetType GetNetType();
|
/base/update/updateservice/frameworks/js/napi/update/common/include/ |
H A D | client_helper.h | 76 static ClientStatus GetNetType(napi_env env, const napi_value arg, NetType &netType);
|
/base/update/updateservice/services/firmware/upgrade/mode/src/ |
H A D | firmware_download_mode.cpp | 76 DelayedSingleton<NetManager>::GetInstance()->GetNetType()); in GetStepAfterInit()
|
/base/update/updateservice/frameworks/js/napi/update/common/src/ |
H A D | client_helper.cpp | 467 ClientStatus ClientHelper::GetNetType(napi_env env, const napi_value arg, NetType &netType) in GetNetType() function in OHOS::UpdateEngine::ClientHelper 474 "GetNetType error, invalid NetType:%{public}d", allowNetwork); in GetNetType() 503 ClientStatus ret = GetNetType(env, arg, downloadOptions.allowNetwork); in GetOptionsFromArg() 505 "GetDownloadOptionsFromArg GetNetType error"); in GetOptionsFromArg() 523 return GetNetType(env, arg, resumeDownloadOptions.allowNetwork); in GetOptionsFromArg()
|
Completed in 5 milliseconds