Home
last modified time | relevance | path

Searched refs:ifaceNameIdentMaps (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_conn_service.h63 … SafeMap<std::string, std::string> &ifaceNameIdentMaps) = 0;
H A Dnet_conn_service_proxy.h51 SafeMap<std::string, std::string> &ifaceNameIdentMaps) override;
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_stub_test.h145 SafeMap<std::string, std::string> &ifaceNameIdentMaps) override in GetIfaceNameIdentMaps() argument
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp766 SafeMap<std::string, std::string> ifaceNameIdentMaps; in OnGetIfaceNameIdentMaps() local
767 int32_t ret = GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in OnGetIfaceNameIdentMaps()
772 if (!reply.WriteUint32(ifaceNameIdentMaps.Size())) { in OnGetIfaceNameIdentMaps()
776ifaceNameIdentMaps.Iterate([&err, &reply](const std::string &k, const std::string &v) -> void { in OnGetIfaceNameIdentMaps()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h274 …tIfaceNameIdentMaps(NetBearType bearerType, SafeMap<std::string, std::string> &ifaceNameIdentMaps);
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp384 SafeMap<std::string, std::string> &ifaceNameIdentMaps) in GetIfaceNameIdentMaps() argument
391 return proxy->GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in GetIfaceNameIdentMaps()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp582 … SafeMap<std::string, std::string> &ifaceNameIdentMaps) in GetIfaceNameIdentMaps() argument
616 ifaceNameIdentMaps.EnsureInsert(key, value); in GetIfaceNameIdentMaps()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1587 SafeMap<std::string, std::string> &ifaceNameIdentMaps) in GetIfaceNameIdentMaps() argument
1597 netConnEventHandler_->PostSyncTask([bearerType, &ifaceNameIdentMaps, this]() { in GetIfaceNameIdentMaps()
1599 ifaceNameIdentMaps.Clear(); in GetIfaceNameIdentMaps()
1614 ifaceNameIdentMaps.EnsureInsert(std::move(ifaceName), std::move(ident)); in GetIfaceNameIdentMaps()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h221 SafeMap<std::string, std::string> &ifaceNameIdentMaps) override;