/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/ |
H A D | net_conn_client.h | 274 int32_t GetIfaceNameIdentMaps(NetBearType bearerType, SafeMap<std::string, std::string> &ifaceNameIdentMaps);
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/ |
H A D | net_conn_service_stub_test.h | 144 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
|
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/ |
H A D | net_conn_service_proxy.h | 54 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
|
H A D | i_net_conn_service.h | 62 virtual int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/ |
H A D | net_conn_service_stub_test.h | 144 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
|
H A D | net_conn_service_proxy_test.cpp | 508 * @tc.desc: Test NetConnServiceProxy GetIfaceNameIdentMaps. 514 int32_t ret = instance_->GetIfaceNameIdentMaps(NetBearType::BEARER_CELLULAR, data); in HWTEST_F()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 426 int32_t NetConnClient::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() function in OHOS::NetManagerStandard::NetConnClient 434 return proxy->GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in GetIfaceNameIdentMaps()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_conn_client_test.cpp | 1119 * @tc.desc: Test NetConnClient::GetIfaceNameIdentMaps 1126 int32_t ret = DelayedSingleton<NetConnClient>::GetInstance()->GetIfaceNameIdentMaps(NetBearType::BEARER_CELLULAR, in HWTEST_F() 1437 int32_t ret = NetConnClient::GetInstance().GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in HWTEST_F() 1441 ret = NetConnClient::GetInstance().GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_cached.cpp | 374 int32_t ret = NetConnClient::GetInstance().GetIfaceNameIdentMaps(NetBearType::BEARER_CELLULAR, ifaceNameIdentMap_); in LoadIfaceNameIdentMaps() 376 NETMGR_LOG_E("GetIfaceNameIdentMaps error. ret=%{public}d", ret); in LoadIfaceNameIdentMaps()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_service_test.cpp | 750 auto ret = NetConnService::GetInstance()->GetIfaceNameIdentMaps(BEARER_CELLULAR, data); in HWTEST_F() 1240 auto ret = NetConnService::GetInstance()->GetIfaceNameIdentMaps((NetBearType)-1, data); in HWTEST_F() 1242 ret = NetConnService::GetInstance()->GetIfaceNameIdentMaps(BEARER_CELLULAR, data); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 223 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
|
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 836 int32_t ret = GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in OnGetIfaceNameIdentMaps()
|
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 672 int32_t NetConnServiceProxy::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() function in OHOS::NetManagerStandard::NetConnServiceProxy
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/ |
H A D | net_conn_service_test.cpp | 749 auto ret = NetConnService::GetInstance()->GetIfaceNameIdentMaps(BEARER_CELLULAR, data); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 1738 int32_t NetConnService::GetIfaceNameIdentMaps(NetBearType bearerType, in GetIfaceNameIdentMaps() function in OHOS::NetManagerStandard::NetConnService 1750 NETMGR_LOG_I("Enter GetIfaceNameIdentMaps, netBearType=%{public}d", bearerType); in GetIfaceNameIdentMaps()
|