/ohos5.0/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/ |
H A D | net_manager_center_test.cpp | 48 … inline int32_t GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNames) override in GetIfaceNames() 52 …inline int32_t GetIfaceNameByType(NetBearType bearerType, const std::string &ident, std::string &i… in GetIfaceNameByType() 56 inline int32_t RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier() 236 NetBearType bearerType = BEARER_CELLULAR; variable 247 NetBearType bearerType = BEARER_CELLULAR; variable 270 NetBearType bearerType = BEARER_CELLULAR; variable 287 NetBearType bearerType = BEARER_CELLULAR; variable 302 NetBearType bearerType = BEARER_CELLULAR; variable 322 NetBearType bearerType = BEARER_CELLULAR; variable 518 NetBearType bearerType = BEARER_CELLULAR; variable
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service_iface.cpp | 22 int32_t NetConnServiceIface::GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNam… in GetIfaceNames() 27 int32_t NetConnServiceIface::GetIfaceNameByType(NetBearType bearerType, const std::string &ident, in GetIfaceNameByType() 43 int32_t NetConnServiceIface::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier()
|
H A D | net_activate.cpp | 112 bool NetActivate::CompareByNetworkIdent(const std::string &ident, NetBearType bearerType, bool skip… in CompareByNetworkIdent() 142 bool NetActivate::CompareByNetworkNetType(NetBearType bearerType) in CompareByNetworkNetType()
|
H A D | net_conn_service.cpp | 233 int32_t NetConnService::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier() 413 int32_t NetConnService::RegisterNetSupplierAsync(NetBearType bearerType, const std::string &ident, in RegisterNetSupplierAsync() 1357 std::list<sptr<NetSupplier>> NetConnService::GetNetSupplierFromList(NetBearType bearerType, const s… in GetNetSupplierFromList() 1376 sptr<NetSupplier> NetConnService::GetNetSupplierFromList(NetBearType bearerType, const std::string … in GetNetSupplierFromList() 1424 int32_t NetConnService::GetSpecificNet(NetBearType bearerType, std::list<int32_t> &netIdList) in GetSpecificNet() 1527 int32_t NetConnService::GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNames) in GetIfaceNames() 1556 int32_t NetConnService::GetIfaceNameByType(NetBearType bearerType, const std::string &ident, std::s… in GetIfaceNameByType() 1586 int32_t NetConnService::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() 2546 …tor<sptr<NetSupplier>> NetConnService::FindSupplierWithInternetByBearerType(NetBearType bearerType) in FindSupplierWithInternetByBearerType() 2567 int32_t NetConnService::UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint3… in UpdateSupplierScore() [all …]
|
H A D | net_supplier.cpp | 32 NetSupplier::NetSupplier(NetBearType bearerType, const std::string &netSupplierIdent, const std::se… in NetSupplier()
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_manager_test.cpp | 188 NetBearType bearerType = BEARER_CELLULAR; variable 204 NetBearType bearerType = BEARER_CELLULAR; variable 224 NetBearType bearerType = BEARER_CELLULAR; variable 248 NetBearType bearerType = BEARER_CELLULAR; variable 269 NetBearType bearerType = BEARER_CELLULAR; variable 427 NetBearType bearerType = BEARER_CELLULAR; variable 506 NetBearType bearerType = BEARER_CELLULAR; variable 529 NetBearType bearerType = BEARER_CELLULAR; variable 641 NetBearType bearerType = BEARER_CELLULAR; variable 754 NetBearType bearerType = BEARER_ETHERNET; variable
|
H A D | net_conn_service_stub_test.h | 46 …int32_t RegisterNetSupplier(NetBearType bearerType, const std::string &ident, const std::set<NetCa… in RegisterNetSupplier() 109 int32_t GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNames) override in GetIfaceNames() 114 …int32_t GetIfaceNameByType(NetBearType bearerType, const std::string &ident, std::string &ifaceNam… in GetIfaceNameByType() 144 int32_t GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() 150 int32_t GetSpecificNet(NetBearType bearerType, std::list<int32_t> &netIdList) override in GetSpecificNet() 292 …int32_t UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32_t& supplierId… in UpdateSupplierScore()
|
H A D | net_specifier_test.cpp | 113 NetBearType bearerType = NetBearType::BEARER_WIFI; variable 127 NetBearType bearerType = NetBearType::BEARER_WIFI; variable
|
H A D | net_score_test.cpp | 49 NetBearType bearerType = BEARER_CELLULAR; variable
|
H A D | net_activate_test.cpp | 191 NetBearType bearerType = BEARER_WIFI; variable
|
H A D | native_net_conn_test.cpp | 125 NetBearType bearerType = BEARER_CELLULAR; in AddNetwork() local
|
/ohos5.0/foundation/communication/netmanager_base/services/common/src/ |
H A D | net_manager_center.cpp | 29 int32_t NetManagerCenter::GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNames) in GetIfaceNames() 37 int32_t NetManagerCenter::GetIfaceNameByType(NetBearType bearerType, const std::string &ident, std:… in GetIfaceNameByType() 45 int32_t NetManagerCenter::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_specifier.cpp | 52 void NetSpecifier::SetType(NetBearType bearerType) in SetType()
|
H A D | net_all_capabilities.cpp | 219 for (auto bearerType : bearerTypes) { in ToStrNetBearTypes() local
|
H A D | net_conn_client.cpp | 111 int32_t NetConnClient::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier() 383 int32_t NetConnClient::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() 892 int32_t NetConnClient::UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, uint32… in UpdateSupplierScore()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | net_conn_client.cpp | 78 int32_t NetConnClient::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/ |
H A D | get_traffic_stats_by_network_context.cpp | 118 void GetTrafficStatsByNetworkContext::SetNetBearType(uint32_t bearerType) in SetNetBearType()
|
H A D | get_traffic_stats_by_uid_network_context.cpp | 131 void GetTrafficStatsByUidNetworkContext::SetNetBearType(uint32_t bearerType) in SetNetBearType()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 356 NetBearType bearerType; in OnRegisterNetSupplier() local 707 NetBearType bearerType = static_cast<NetBearType>(netType); in OnGetIfaceNames() local 736 NetBearType bearerType = static_cast<NetBearType>(netType); in OnGetIfaceNameByType() local 765 NetBearType bearerType = static_cast<NetBearType>(netType); in OnGetIfaceNameIdentMaps() local 833 NetBearType bearerType = static_cast<NetBearType>(type); in OnGetSpecificNet() local 968 for (auto bearerType : netAllCap.bearerTypes_) { in OnGetNetCapabilities() local 1496 NetBearType bearerType = static_cast<NetBearType>(type); in OnUpdateSupplierScore() local
|
H A D | net_conn_callback_proxy.cpp | 92 for (auto bearerType : netAllCap->bearerTypes_) { in NetCapabilitiesChange() local
|
/ohos5.0/base/request/request/services/src/cxx/ |
H A D | network.cpp | 65 for (auto bearerType : netAllCap->bearerTypes_) { in HandleNetCap() local
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 137 int32_t NetConnServiceProxy::RegisterNetSupplier(NetBearType bearerType, const std::string &ident, in RegisterNetSupplier() 502 int32_t NetConnServiceProxy::GetIfaceNames(NetBearType bearerType, std::list<std::string> &ifaceNam… in GetIfaceNames() 542 int32_t NetConnServiceProxy::GetIfaceNameByType(NetBearType bearerType, const std::string &ident, in GetIfaceNameByType() 581 int32_t NetConnServiceProxy::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() 685 int32_t NetConnServiceProxy::GetSpecificNet(NetBearType bearerType, std::list<int32_t> &netIdList) in GetSpecificNet() 1627 int32_t NetConnServiceProxy::UpdateSupplierScore(NetBearType bearerType, uint32_t detectionStatus, … in UpdateSupplierScore()
|
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | event_report.h | 72 int32_t bearerType = 0; member
|
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/ |
H A D | net_conn_client_fuzzer.cpp | 165 uint32_t bearerType = NetConnGetData<uint32_t>() % CREATE_NET_TYPE_VALUE; in RegisterNetSupplierFuzzTest() local 766 uint32_t bearerType = NetConnGetData<uint32_t>() % CREATE_NET_TYPE_VALUE; in GetIfaceNamesFuzzTest() local 789 uint32_t bearerType = NetConnGetData<uint32_t>() % CREATE_NET_TYPE_VALUE; in GetIfaceNameByTypeFuzzTest() local 903 uint32_t bearerType = NetConnGetData<uint32_t>() % CREATE_NET_TYPE_VALUE; in GetSpecificNetFuzzTest() local
|
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/common_fuzzer/ |
H A D | common_fuzzer.cpp | 99 uint32_t bearerType = NetCommonGetData<uint32_t>() % CREATE_NET_TYPE_VALUE; in GetIfaceNameByTypeFuzzTest() local
|