Home
last modified time | relevance | path

Searched refs:bearType (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_all_capabilities_test.cpp62 std::set<NetBearType> bearType = { in HWTEST_F() local
71 allCap->bearerTypes_ = bearType; in HWTEST_F()
100 std::set<NetBearType> bearType = { in HWTEST_F() local
109 allCap->bearerTypes_ = bearType; in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp54 ProbeThread::ProbeThread(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo, in ProbeThread() argument
60 httpProbe_ = std::make_unique<NetHttpProbe>(netId, bearType, netLinkInfo); in ProbeThread()
H A Dnet_http_probe.cpp82 NetHttpProbe::NetHttpProbe(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo) in NetHttpProbe() argument
83 : netId_(netId), netBearType_(bearType), netLinkInfo_(netLinkInfo) in NetHttpProbe()
H A Dnet_monitor.cpp79 NetMonitor::NetMonitor(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo, in NetMonitor() argument
83 netBearType_ = bearType; in NetMonitor()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dprobe_thread.h39 ProbeThread(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo,
H A Dnet_monitor.h43 * @param bearType bearType network type
47 NetMonitor(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo,
H A Dnet_http_probe.h34 NetHttpProbe(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo);
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection_adapter.cpp227 for (const auto &bearType : netAllCapsObj.bearerTypes_) { in Conv2NetAllCapabilities()
233 BearTypeMap::iterator iterMap = bearTypeMap.find(bearType); in Conv2NetAllCapabilities()
271 auto bearType = netAllCaps->bearerTypes[i]; in ConvFromNetAllCapabilities() local
272 auto iterMap = reverseBearTypeMap.find(bearType); in ConvFromNetAllCapabilities()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_supplier_callback_proxy.cpp44 for (auto bearType : netrequest.bearTypes) { in RequestNetwork()
45 data.WriteUint32(static_cast<uint32_t>(bearType)); in RequestNetwork()
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp149 std::for_each(BEAR_TYPE_LIST.begin(), BEAR_TYPE_LIST.end(), [&message, this](const auto &bearType) { in GetDumpMessage()
151 if (NetManagerCenter::GetInstance().GetIfaceNames(bearType, ifaceNames)) { in GetDumpMessage()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp35 static DeviceManagerAdapter::NetworkType Convert(NetManagerStandard::NetBearType bearType) in Convert() argument
37 switch (bearType) { in Convert()

Completed in 6 milliseconds