Home
last modified time | relevance | path

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

/test/xts/acts/communication/wifi_standard/entry/src/ohosTest/ets/test/
H A DWifiManagerCandidateNetWork.test.js412 let configs1 = wifiMg.getCandidateConfigs();
413 console.info("[wifi_test] wifi get CandidateConfigs result : " + JSON.stringify(configs1));
414 console.info("[wifi_test] getconfig.length result : " + JSON.stringify(configs1.length));
415 expect(true).assertEqual(configs1.length != null);

Completed in 2 milliseconds