Home
last modified time | relevance | path

Searched defs:netId (Results 1 - 25 of 123) sorted by relevance

12345

/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/
H A Ddemo_entry_cmsis.c29 int netId = ConnectToHotspot(); in NetDemoTask() local
H A Dwifi_connecter.c81 int netId = -1; in ConnectToHotspot() local
120 void DisconnectWithHotspot(int netId) in DisconnectWithHotspot() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dlocal_network.cpp25 LocalNetwork::LocalNetwork(uint16_t netId) : NetsysNetwork(netId) {} in LocalNetwork() argument
H A Dnetsys_network.cpp25 NetsysNetwork::NetsysNetwork(uint16_t netId) : netId_(netId) {} in NetsysNetwork() argument
H A Dvirtual_network.cpp30 VirtualNetwork::VirtualNetwork(uint16_t netId, bool hasDns) : NetsysNetwork(netId), hasDns_(hasDns) {} in VirtualNetwork() argument
H A Dphysical_network.cpp26 PhysicalNetwork::PhysicalNetwork(uint16_t netId, NetworkPermission permission) in PhysicalNetwork() argument
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dfwmark_command.h26 uint32_t netId; member
H A Dfwmark.h28 uint16_t netId : 16; member
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_handle.h32 explicit NetHandle(int32_t netId) : netId_(netId) {} in NetHandle() argument
39 void SetNetId(int32_t netId) in SetNetId() argument
/vendor/hisilicon/hispark_pegasus/demo/easy_wifi_demo/demo/
H A Dwifi_connect_demo.c44 int netId = ConnectToHotspot(&apConfig); in WifiConnectTask() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_handle_test.cpp45 int32_t netId = 101; in HWTEST_F() local
55 int32_t netId = 101; in HWTEST_F() local
66 int32_t netId = 5; in HWTEST_F() local
77 int32_t netId = 5; in HWTEST_F() local
88 int32_t netId = 5; in HWTEST_F() local
99 int32_t netId = 5; HWTEST_F() local
[all...]
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dsharing_event_callback_stub.cpp48 int32_t netId = 0; in OnRemoteRequest() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dinvitation_request_state.cpp56 int netId = groupManager.GetCurrentGroup().GetNetworkId(); in ExecuteStateMsg() local
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/
H A Dnetsys_sock_client.cpp93 void SetNetForApp(int netId) in SetNetForApp() argument
H A Dfwmark_client.cpp41 int32_t FwmarkClient::BindSocket(int32_t fd, uint32_t netId) in BindSocket() argument
125 extern int32_t BindSocket(int32_t fd, uint32_t netId) in BindSocket() argument
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dnet_conn_client.cpp37 AddNetworkRoute( int32_t netId, const std::string &ifName, const std::string &destination, const std::string &nextHop) AddNetworkRoute() argument
47 RemoveNetworkRoute( int32_t netId, const std::string &ifName, const std::string &destination, const std::string &nextHop) RemoveNetworkRoute() argument
/test/xts/device_attest/test/fuzztest/devattestnetworkcallback_fuzzer/
H A Ddevattestnetworkcallback_fuzzer.cpp54 uint32_t netId = GetData<uint32_t>(); in NetCapabilitiesChange() local
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dwifi_connecter.c81 int netId = -1; in ConnectToHotspot() local
120 void DisconnectWithHotspot(int netId) in DisconnectWithHotspot() argument
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dwifi_connecter.c71 int netId = -1; in ConnectToHotspotconst() local
103 void DisconnectWithHotspot(int netId) in DisconnectWithHotspot() argument
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dprobe_thread.cpp54 ProbeThread::ProbeThread(uint32_t netId, NetBearType bearType, const NetLinkInfo &netLinkInfo, in ProbeThread() argument
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Droute_utils_test.cpp271 int32_t netId = 100; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_resolv_config.cpp50 void DnsResolvConfig::SetNetId(uint16_t netId) in SetNetId() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_param_cache_test.cpp54 uint16_t netId = 1; in HWTEST_F() local
75 uint16_t netId = 1; in HWTEST_F() local
89 uint16_t netId = 1; in HWTEST_F() local
118 uint16_t netId = 1; HWTEST_F() local
135 uint16_t netId = 1; HWTEST_F() local
147 uint16_t netId = 1; HWTEST_F() local
155 uint16_t netId = 0; HWTEST_F() local
168 uint16_t netId = 0; HWTEST_F() local
194 uint16_t netId = 0; HWTEST_F() local
[all...]
H A Dmock_netsys_native_client_test.cpp56 int32_t netId = 0; in HWTEST_F() local
105 int32_t netId = 0; in HWTEST_F() local
189 int32_t netId = 0; HWTEST_F() local
[all...]
H A Dresolver_config_test.cpp114 uint16_t netId = 1; in HWTEST_F() local

Completed in 7 milliseconds

12345