Home
last modified time | relevance | path

Searched refs:GetIfaceNameIdentMaps (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_conn_service.h62 virtual int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
H A Dnet_conn_service_proxy.h50 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_stub_test.h144 int32_t GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() function
H A Dnet_conn_client_test.cpp1101 …int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->GetIfaceNameIdentMaps(NetBearType::B…
H A Dnet_conn_service_test.cpp724 auto ret = NetConnService::GetInstance()->GetIfaceNameIdentMaps(BEARER_CELLULAR, data);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h274 …int32_t GetIfaceNameIdentMaps(NetBearType bearerType, SafeMap<std::string, std::string> &ifaceName…
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp383 int32_t NetConnClient::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() function in OHOS::NetManagerStandard::NetConnClient
391 return proxy->GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in GetIfaceNameIdentMaps()
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_cached.cpp373 …int32_t ret = NetConnClient::GetInstance().GetIfaceNameIdentMaps(NetBearType::BEARER_CELLULAR, ifa… in LoadIfaceNameIdentMaps()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h220 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp581 int32_t NetConnServiceProxy::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() function in OHOS::NetManagerStandard::NetConnServiceProxy
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map35 …"OHOS::NetManagerStandard::NetConnClient::GetIfaceNameIdentMaps(OHOS::NetManagerStandard::NetBearT…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp767 int32_t ret = GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in OnGetIfaceNameIdentMaps()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1586 int32_t NetConnService::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() function in OHOS::NetManagerStandard::NetConnService