Home
last modified time | relevance | path

Searched refs:SetRoute (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_lan_management_test.cpp112 ret = ethernetLanManager.SetRoute(netLinkInfo); in HWTEST_F()
128 ret = ethernetLanManager.SetRoute(netLinkInfo); in HWTEST_F()
150 ret = ethernetLanManager.SetRoute(netLinkInfo); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_lan_management_test.cpp112 ret = ethernetLanManager.SetRoute(netLinkInfo); in HWTEST_F()
128 ret = ethernetLanManager.SetRoute(netLinkInfo); in HWTEST_F()
150 ret = ethernetLanManager.SetRoute(netLinkInfo); in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_lan_management.h31 int32_t SetRoute(const NetLinkInfo &newNetLinkInfo);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_lan_management.cpp67 ret += SetRoute(newNetLinkInfo); in UpdateLanLinkInfo()
154 int32_t EthernetLanManagement::SetRoute(const NetLinkInfo &newNetLinkInfo) in SetRoute() function in OHOS::NetManagerStandard::EthernetLanManagement
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp224 bool SetRoute(NetLinkInfo &linkInfo, CConnectionProperties &ret) in SetRoute() function
269 if (!SetLinkAddr(linkInfo, ret) || !SetDns(linkInfo, ret) || !SetRoute(linkInfo, ret)) { in CJ_GetConnectionProperties()

Completed in 3 milliseconds