Home
last modified time | relevance | path

Searched defs:route (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Droute_utils_test.cpp36 Route route; in GetRoute() local
59 Route route; in GetRoute2() local
82 Route route; in GetRoute3() local
105 Route route; in GetRoute4() local
165 Route route; variable
191 Route route; variable
211 Route route; variable
268 Route route = {}; variable
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/config/
H A Dethernet_interfaces.json11 "route":"", string
22 "route":"", string
33 "route":"", string
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_adj_iface_info.cpp45 for (const auto &route : routeList_) { in Marshalling() local
76 sptr<Route> route; in Unmarshalling() local
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_lan_management.cpp96 for (const auto &route : newNetLinkInfo.routeList_) { in ReleaseLanNetLink() local
156 for (const auto &route : newNetLinkInfo.routeList_) { in SetRoute() local
175 for (const auto &route : netLinkInfo_.routeList_) { in DelRoute() local
H A Dethernet_configuration.cpp172 std::string route = cJSON_GetObjectItem(jsonData, CONFIG_KEY_ETH_ROUTE.c_str())->valuestring; in ConvertJsonToConfiguration() local
278 INetAddr route; in ConvertToConfiguration() local
313 for (const auto &route : routeList) { in GetGatewayFromRouteList() local
349 for (const auto &route : devLinkInfo->routeList_) { in MakeInterfaceConfiguration() local
612 for (auto &route : cfg->ipStatic_.routeList_) { in ParserIfaceIpAndRoute() local
H A Ddev_interface_state.cpp239 Route route; in UpdateLinkInfo() local
273 Route route; in UpdateLanLinkInfo() local
/ohos5.0/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp67 int32_t RouteUtils::AddRoute(int32_t netId, const Route &route) in AddRoute()
72 int32_t RouteUtils::RemoveRoute(int32_t netId, const Route &route) in RemoveRoute()
124 int32_t RouteUtils::ModifyRoute(routeOperateType op, int32_t netId, const Route &route) in ModifyRoute()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dvpn_config.cpp52 for (auto route : routes_) { in MarshallingAddrRoute() local
130 sptr<Route> route = Route::Unmarshalling(parcel); in UnmarshallingAddrRoute() local
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Droute_test.cpp62 sptr<Route> route = new (std::nothrow) Route(); variable
H A Dnative_net_conn_test.cpp79 sptr<Route> route = (std::make_unique<Route>()).release(); in GetRouteSample() local
116 sptr<Route> route = GetRouteSample(); in GetNetLinkInfoSample() local
422 sptr<Route> route = GetRouteSample(); variable
H A Dnet_link_info_test.cpp59 sptr<Route> route = (std::make_unique<Route>()).release(); in GetNetLinkInfo() local
H A Dnet_conn_hievent_test.cpp79 sptr<Route> route = (std::make_unique<Route>()).release(); in GetNetLinkInfo() local
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_common_vdi.c321 static int32_t AudioCommonSinkToVdiSinkVdi(const struct AudioRoute *route, struct AudioRouteVdi *vd… in AudioCommonSinkToVdiSinkVdi()
349 static int32_t AudioCommonSourceToVdiSourceVdi(const struct AudioRoute *route, struct AudioRouteVdi… in AudioCommonSourceToVdiSourceVdi()
377 int32_t AudioCommonRouteToVdiRouteVdi(const struct AudioRoute *route, struct AudioRouteVdi *vdiRout… in AudioCommonRouteToVdiRouteVdi()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnet_vpn_impl.cpp236 for (auto &route : linkInfo->routeList_) { in UpdateNetLinkInfo() local
280 for (auto &route : vpnConfig_->routes_) { in DelNetLinkInfo() local
287 void NetVpnImpl::AdjustRouteInfo(Route &route) in AdjustRouteInfo()
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_ce_proxy.cpp75 bool NciCeProxy::AddAidRouting(const std::string &aidStr, int route, int aidInfo, in AddAidRouting()
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.h41 int route; member
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_ce_impl_default.cpp50 bool NciCeImplDefault::AddAidRouting(const std::string &aidStr, int route, in AddAidRouting()
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H A Dnci_ce_proxy_test.cpp113 int route = 0; variable
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp94 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged()
261 std::string route = ""; variable
H A Dnetsys_wrapper_test.cpp124 int32_t NetlinkNativeNotifyCallBack::OnRouteChanged(bool updated, const std::string &route, const s… in OnRouteChanged()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp149 const std::string &route = message->GetMessage(NetsysEventMessage::Type::ROUTE); in HandleRouteChange() local
277 void WrapperDistributor::NotifyRouteChange(bool updated, const std::string &route, const std::strin… in NotifyRouteChange()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp165 for (const auto &route : netLinkInfo_.routeList_) { in ReleaseBasicNetwork() local
321 netLinkInfo_.routeList_.remove_if([family](const Route &route) { in UpdateIpAddrs()
364 for (const auto &route : netLinkInfo_.routeList_) { in UpdateRoutes() local
386 for (const auto &route : newNetLinkInfo.routeList_) { in UpdateRoutes() local
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_notify_callback_test.h58 …bool updated, const std::string &route, const std::string &gateway, const std::string &ifName) ove… in OnRouteChanged()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_lan_management_test.cpp65 INetAddr route; in GetNewIfaceConfig() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/audio/src/
H A Daudio_sapm_test.c33 struct AudioSapmRoute *route = NULL; in AudioSapmAddRoutesTest() local

123