Searched refs:NetType (Results 1 – 5 of 5) sorted by relevance
527 allowNetwork: NetType;548 allowNetwork: NetType;907 export enum NetType { enum
122 enum class NetType { enum261 NetType allowNetwork = NetType::WIFI;266 NetType allowNetwork = NetType::WIFI;
442 ClientStatus ClientHelper::GetNetType(napi_env env, const napi_value arg, NetType &netType) in GetNetType()446 …static const std::list netTypeList = {NetType::CELLULAR, NetType::METERED_WIFI, NetType::NOT_METER… in GetNetType()447 NetType::WIFI, NetType::CELLULAR_AND_WIFI}; in GetNetType()450 netType = static_cast<NetType>(allowNetwork); in GetNetType()
219 static ClientStatus GetNetType(napi_env env, const napi_value arg, NetType &netType);
335 downloadOptions.allowNetwork = static_cast<NetType>(reply.ReadUint32()); in ReadDownloadOptions()361 resumeDownloadOptions.allowNetwork = static_cast<NetType>(reply.ReadUint32()); in ReadResumeDownloadOptions()