Home
last modified time | relevance | path

Searched defs:route (Results 26 - 50 of 77) sorted by relevance

1234

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp261 std::string route = ""; in HWTEST_F() local
H A Dnetsys_wrapper_test.cpp124 int32_t NetlinkNativeNotifyCallBack::OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp155 std::string route = data.ReadString(); in CmdOnRouteChanged() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnotify_callback_proxy.cpp238 int32_t NotifyCallbackProxy::OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnative_net_conn_test.cpp79 sptr<Route> route = (std::make_unique<Route>()).release(); in GetRouteSample() local
116 sptr<Route> route = GetRouteSample(); GetNetLinkInfoSample() local
422 sptr<Route> route = GetRouteSample(); HWTEST_F() local
[all...]
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_proxy_test.cpp74 INetAddr route; in GetIfaceConfig() local
H A Dethernet_service_test.cpp72 INetAddr route; in GetIfaceConfig() local
182 std::string route; in HWTEST_F() local
[all...]
H A Dethernet_manager_test.cpp142 INetAddr route; in GetIfaceConfig() local
/foundation/communication/netmanager_ext/test/vpnmanager/fuzztest/vpnclient_fuzzer/
H A Dvpnclient_fuzzer.cpp88 Route route; in GetRouteData() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp368 int32_t AudioDeviceAdapterImpl::UpdateAudioRoute(const AudioRoute &route) in UpdateAudioRoute() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_manager_test.cpp142 INetAddr route; in GetIfaceConfig() local
H A Dethernet_service_test.cpp72 INetAddr route; in GetIfaceConfig() local
182 std::string route; in HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp67 int32_t RouteUtils::AddRoute(int32_t netId, const Route &route) in AddRoute() argument
72 int32_t RouteUtils::RemoveRoute(int32_t netId, const Route &route) in RemoveRoute() argument
124 int32_t RouteUtils::ModifyRoute(routeOperateType op, int32_t netId, const Route &route) in ModifyRoute() argument
[all...]
/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::string &gateway, in NotifyRouteChange() argument
/foundation/communication/netmanager_ext/services/wearabledistributednetmanager/src/
H A Dwearable_distributed_net_link_info.cpp283 Route route; in SetNetLinkRouteInfo() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dif_config.cpp372 struct rtentry route; in AddIpv4Route() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_amerge.c40 int route[SWR_CH_MAX]; /**< channels routing, see copy_samples */ member
120 int *route[SWR_CH_MAX]; in query_formats() local
191 copy_samples(int nb_inputs, struct amerge_input in[], int *route, uint8_t *ins[], uint8_t **outs, int ns, int bps) copy_samples() argument
[all...]
/third_party/alsa-utils/topology/
H A Dpre-process-dapm.c293 snd_config_t *top, *obj, *cfg, *route, *child, *parent_obj; in tplg_build_dapm_route_object() local
[all...]
/third_party/libdrm/nouveau/nvif/
H A Dioctl.h28 __u8 route; member
54 __u8 route; member
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp405 std::vector<Pointer> AccessibilityGestureRecognizer::GetPointerPath(std::vector<Pointer> &route) in GetPointerPath() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_manager_test.cpp103 sptr<Route> route = (std::make_unique<Route>()).release(); in GetUpdateLinkInfoSample() local
[all...]
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_config_utils.cpp361 bool ParseRoute(napi_env env, napi_value jsRoute, Route &route) in ParseRoute() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/
H A Dsetup_context.cpp302 static bool ParseRoute(napi_env env, napi_value jsRoute, Route &route) in ParseRoute() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/context/
H A Dsetup_context_ext.cpp278 static bool ParseRoute(napi_env env, napi_value jsRoute, Route &route) in ParseRoute() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp355 sptr<NetManagerStandard::Route> route = (std::make_unique<NetManagerStandard::Route>()).release(); local
[all...]

Completed in 18 milliseconds

1234