Home
last modified time | relevance | path

Searched refs:netId (Results 1 - 11 of 11) sorted by relevance

/test/xts/acts/telephony/telephonyjstest/netmanager_base/network_netmanager/src/main/cpp/
H A Dnet_connection_ndk_test.cpp26 int32_t netId; in getNetCapabilities() local
27 napi_get_value_int32(env, args[0], &netId); in getNetCapabilities()
30 if (netId == -1) { in getNetCapabilities()
50 int32_t netId; in getAllNets() local
51 napi_get_value_int32(env, args[0], &netId); in getAllNets()
54 if (netId == -1) { in getAllNets()
72 int32_t netId; in getConnectionProperties() local
73 napi_get_value_int32(env, args[0], &netId); in getConnectionProperties()
76 if (netId == -1) { in getConnectionProperties()
96 int32_t netId; in getDefaultNet() local
118 int32_t netId; hasDefaultNet() local
140 int32_t netId; isDefaultNetMetered() local
165 int32_t netId; getDefaultHttpProxy() local
[all...]
/test/xts/dcts/communication/softbus_standard/common/
H A Dwifi_utils.cpp120 int netId; in ConnectTo() local
122 int ret = wifiDevicePtr->AddDeviceConfig(deviceConfig, netId, isCandidate); in ConnectTo()
126 LOG("[wifi]call AddDeviceConfig success, netId:%d", netId); in ConnectTo()
129 ret = wifiDevicePtr->ConnectToNetwork(netId, isCandidate); in ConnectTo()
134 LOG("[wifi]call ConnectTo success, netId:%d", netId); in ConnectTo()
/test/xts/acts/communication_lite/wifiservice_hal/src/
H A Dwifiservice_func_test.c252 RemoveDevice(config[i].netId); in WifiServiceFuncTestSuiteSetUp()
364 int netId = 0; variable
371 WifiErrorCode error = AddDeviceConfig(&config, &netId);
374 error = ConnectTo(netId);
381 error = RemoveDevice(netId);
392 int netId = 0; variable
409 WifiErrorCode error = AddDeviceConfig(&config, &netId);
419 error = AddDeviceConfig(&config, &netId);
432 error = AddDeviceConfig(&config, &netId);
442 error = RemoveDevice(allConfig[i].netId);
[all...]
/test/xts/acts/communication/wifi_standard/entry/src/ohosTest/ets/test/
H A DWifiManagerCandidateNetWork.test.js39 await wifiMg.removeCandidateConfig(getCandidate[i].netId)
118 var networkId = getCandidateResult[0].netId;
223 "netId": -1,
242 var networkId = getCandidateResult[0].netId;
283 var networkId = getCandidateResult[0].netId;
346 var networkId = getCandidateResult[i].netId;
404 var networkId = getCandidateResult[0].netId;
451 let connectToCandidateResult = wifiMg.connectToCandidateConfig(getCandidateResult[0].netId);
463 var networkId = getCandidateResult1[0].netId;
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/
H A DWifiManagerP2PFunction.test.js78 netId : -1,
155 netId: -1,
215 netId: -1,
257 netId: -1,
299 netId: -1,
359 netId : -1,
402 netId : -1,
447 netId : -1,
489 netId: -1,
530 netId
[all...]
H A DWifiP2PFunction.test.js78 netId : -1,
158 netId: -1,
206 netId: -1,
251 netId: -1,
296 netId: -1,
344 netId : -1,
390 netId : -1,
438 netId : -1,
480 netId : -1,
H A DWifiManagerP2PEvent.test.js105 netId : -1,
179 netId : -2,
H A DWifiP2PEvent.test.js101 netId : -1,
178 netId : -2,
/test/xts/device_attest/test/fuzztest/devattestnetworkcallback_fuzzer/
H A Ddevattestnetworkcallback_fuzzer.cpp54 uint32_t netId = GetData<uint32_t>(); in NetCapabilitiesChange() local
56 handle->SetNetId(netId); in NetCapabilitiesChange()
/test/xts/acts/telephony/networkmanager/ndk/networkndk/entry/src/main/cpp/
H A Dnet_connection_ndk_test.cpp37 // 通过netId获取DNS结果。
312 ret = OH_NetConn_BindSocket(netHandle.netId, &netHandle); in OHNetConnBindSocket()
316 ret = OH_NetConn_BindSocket(netHandle.netId, nullptr); in OHNetConnBindSocket()
/test/xts/acts/communication/wifi_ErrorCode201/entry/src/ohosTest/js/test/
H A DActWifiErrorCode201.test.js611 netId : -1,
656 netId : -1,

Completed in 9 milliseconds