Searched refs:CreateLocalRoute (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | dev_interface_state.cpp | 245 CreateLocalRoute(devName_, ifCfg_->ipStatic_.ipAddrList_, ifCfg_->ipStatic_.netMaskList_); in UpdateLinkInfo() 339 CreateLocalRoute(devName_, config->ipAddrList_, config->netMaskList_); in UpdateLinkInfo() 355 void DevInterfaceState::CreateLocalRoute(const std::string &iface, const std::vector<INetAddr> &ipAddrList, in CreateLocalRoute() function in OHOS::NetManagerStandard::DevInterfaceState
|
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | dev_interface_state.h | 73 void CreateLocalRoute(const std::string &iface, const std::vector<INetAddr> &ipAddrList,
|
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | dev_interface_state_test.cpp | 152 devInterfaceState.CreateLocalRoute("", ipAddrList, netMaskList); in HWTEST_F()
|
Completed in 2 milliseconds