Home
last modified time | relevance | path

Searched defs:netCaps (Results 1 – 25 of 29) sorted by relevance

12

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
Dnet_supplier_callback_stub_test.cpp31 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in RequestNetwork()
36 int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in ReleaseNetwork()
46 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in RequestNetwork()
51 int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in ReleaseNetwork()
84 std::set<NetCap> netCaps; variable
132 std::set<NetCap> netCaps; variable
Dnet_supplier_callback_base_test.cpp47 std::set<NetCap> netCaps; variable
56 std::set<NetCap> netCaps; variable
Dnet_conn_manager_test.cpp273 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
289 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
309 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
333 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
354 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; variable
486 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
528 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; variable
565 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
588 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
700 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; variable
Dnet_activate_test.cpp103 std::set<NetCap> netCaps; variable
127 std::set<NetCap> netCaps; variable
145 std::set<NetCap> netCaps; variable
191 NetCaps netCaps; variable
Dnet_score_test.cpp54 std::set<NetCap> netCaps {NET_CAPABILITY_MMS, NET_CAPABILITY_INTERNET}; variable
Dnet_caps_test.cpp71 std::unique_ptr<NetCaps> netCaps = std::make_unique<NetCaps>(caps); variable
Dnet_conn_service_test.cpp77 … inline int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in RequestNetwork()
81 … inline int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in ReleaseNetwork()
197 std::set<NetCap> netCaps; variable
217 std::set<NetCap> netCaps; variable
Dnet_conn_client_test.cpp138 int32_t RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in RequestNetwork()
143 int32_t ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) override in ReleaseNetwork()
753 std::set<NetCap> netCaps = {NET_CAPABILITY_INTERNET}; variable
769 std::set<NetCap> netCaps = {NET_CAPABILITY_INTERNET}; variable
837 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; variable
Dnet_conn_callback_stub_test.cpp122 NetAllCapabilities netCaps; variable
Dnet_conn_service_proxy_test.cpp246 std::set<NetCap> netCaps; variable
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
Dnet_supplier_callback_base.cpp20 … NetSupplierCallbackBase::RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps) in RequestNetwork()
25 … NetSupplierCallbackBase::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) in ReleaseNetwork()
Dnet_specifier.cpp36 void NetSpecifier::SetCapabilities(const std::set<NetCap> &netCaps) in SetCapabilities()
Dnet_all_capabilities.cpp167 void NetAllCapabilities::ToStrNetCaps(const std::set<NetCap> &netCaps, std::string &str) const in ToStrNetCaps() argument
Dnet_conn_client.cpp64 const std::set<NetCap> &netCaps, uint32_t &supplierId) in RegisterNetSupplier()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
Dnet_supplier_callback_stub.cpp65 std::set<NetCap> netCaps; in OnRequestNetwork() local
86 std::set<NetCap> netCaps; in OnReleaseNetwork() local
104 … NetSupplierCallbackStub::RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps) in RequestNetwork()
112 … NetSupplierCallbackStub::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) in ReleaseNetwork()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
Dnet_supplier_callback_proxy.cpp27 …NetSupplierCallbackProxy::RequestNetwork(const std::string &ident, const std::set<NetCap> &netCaps) in RequestNetwork()
57 …NetSupplierCallbackProxy::ReleaseNetwork(const std::string &ident, const std::set<NetCap> &netCaps) in ReleaseNetwork()
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
Dnet_manager_center_test.cpp57const std::set<NetCap> &netCaps, uint32_t &supplierId) override in RegisterNetSupplier()
233 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; variable
244 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET}; variable
267 std::set<NetCap> netCaps = {NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
284 std::set<NetCap> netCaps = {NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
299 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
319 std::set<NetCap> netCaps{NET_CAPABILITY_INTERNET, NET_CAPABILITY_MMS}; variable
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_supplier.cpp31 …plier(NetBearType bearerType, const std::string &netSupplierIdent, const std::set<NetCap> &netCaps) in NetSupplier()
187 bool NetSupplier::SupplierConnection(const std::set<NetCap> &netCaps) in SupplierConnection()
219 bool NetSupplier::SupplierDisconnection(const std::set<NetCap> &netCaps) in SupplierDisconnection()
Dnet_conn_service_iface.cpp33const std::set<NetCap> &netCaps, uint32_t &supplierId) in RegisterNetSupplier()
Dnet_activate.cpp115 bool NetActivate::CompareByNetworkCapabilities(const NetCaps &netCaps) in CompareByNetworkCapabilities()
Dnet_conn_service.cpp157 const std::set<NetCap> &netCaps, uint32_t &supplierId) in RegisterNetSupplier()
295const std::set<NetCap> &netCaps, uint32_t &supplierId) in RegisterNetSupplierAsync()
1068 const std::set<NetCap> &netCaps) in GetNetSupplierFromList()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
Ddev_interface_state_test.cpp52 std::set<NetCap> netCaps; variable
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_net_agent.cpp66 std::set<NetCap> netCaps {NetCap::NET_CAPABILITY_INTERNET}; in RegisterNetSupplier() local
341 const std::string &ident, const std::set<NetManagerStandard::NetCap> &netCaps) in RequestNetwork()
349 const std::string &ident, const std::set<NetManagerStandard::NetCap> &netCaps) in ReleaseNetwork()
/foundation/communication/netmanager_base/services/common/src/
Dnet_manager_center.cpp45 const std::set<NetCap> &netCaps, uint32_t &supplierId) in RegisterNetSupplier()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
Ddev_interface_state.cpp46 void DevInterfaceState::SetNetCaps(const std::set<NetCap> &netCaps) in SetNetCaps()

12