Home
last modified time | relevance | path

Searched refs:GetIfaceNameIdentMaps (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_conn_client.h274 int32_t GetIfaceNameIdentMaps(NetBearType bearerType, SafeMap<std::string, std::string> &ifaceNameIdentMaps);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_stub_test.h144 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_service_proxy.h54 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
H A Di_net_conn_service.h62 virtual int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_stub_test.h144 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
H A Dnet_conn_service_proxy_test.cpp508 * @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 Dnet_conn_client.cpp426 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 Dnet_conn_client_test.cpp1119 * @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 Dnet_stats_cached.cpp374 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 Dnet_conn_service_test.cpp750 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 Dnet_conn_service.h223 int32_t GetIfaceNameIdentMaps(NetBearType bearerType,
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp836 int32_t ret = GetIfaceNameIdentMaps(bearerType, ifaceNameIdentMaps); in OnGetIfaceNameIdentMaps()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp672 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 Dnet_conn_service_test.cpp749 auto ret = NetConnService::GetInstance()->GetIfaceNameIdentMaps(BEARER_CELLULAR, data); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1738 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()

Completed in 26 milliseconds