Home
last modified time | relevance | path

Searched refs:UpdateRoutes (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/common/include/
H A Droute_utils.h87 static int32_t UpdateRoutes(int32_t netId, const NetLinkInfo &newnl, const NetLinkInfo &oldnl);
/ohos5.0/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Droute_utils_test.cpp254 EXPECT_TRUE(RouteUtils::UpdateRoutes(TEST_NETID, nlin, nlio));
263 EXPECT_TRUE(RouteUtils::UpdateRoutes(TEST_NETID, nlin, nlio));
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h52 void UpdateRoutes(const NetLinkInfo &newNetLinkInfo);
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_hievent_test.cpp165 network->UpdateRoutes(*netLinkInfo);
H A Dnetwork_test.cpp139 instance_->UpdateRoutes(info);
/ohos5.0/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp77 int32_t RouteUtils::UpdateRoutes(int32_t netId, const NetLinkInfo &newnl, const NetLinkInfo &oldnl) in UpdateRoutes() function in OHOS::NetManagerStandard::RouteUtils
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp217 UpdateRoutes(netLinkInfo); in UpdateNetLinkInfo()
359 void Network::UpdateRoutes(const NetLinkInfo &newNetLinkInfo) in UpdateRoutes() function in OHOS::NetManagerStandard::Network