Home
last modified time | relevance | path

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

/test/xts/dcts/communication/dsoftbus/rpc/src/main/js/test/
H A DtestService.js22 var deviceList; variable
29 deviceList = deviceManager.getAvailableDeviceListSync();
30 console.info("getDeviceList success, deviceList id: " + JSON.stringify(deviceList));
42 let networkId = deviceList[0].networkId;
44 console.info("RpcClient: online deviceList id: " + JSON.stringify(deviceList));
74 let networkId = deviceList[0].networkId;
76 console.info("RpcClient: online deviceList id: " + JSON.stringify(deviceList));
[all...]
/test/xts/dcts/communication/dsoftbus_request/rpc/src/main/js/test/
H A DtestService.js21 var deviceList; variable
30 deviceList = deviceManager.getAvailableDeviceListSync();
31 console.info("getDeviceList success, deviceList id: " + JSON.stringify(deviceList))
43 let networkId = deviceList[0].networkId
45 console.info("RpcClient: online deviceList id: " + JSON.stringify(deviceList))
/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/
H A DtestService.js21 var deviceList; variable
29 deviceList = dmInstance.getAvailableDeviceListSync();
30 console.info("getDeviceList success, deviceList id: " + JSON.stringify(deviceList))
40 let networkId = deviceList[0].networkId
42 console.info("fileioClient: online deviceList id: " + JSON.stringify(deviceList))
/test/xts/dcts/multimedia/avsession/src/main/js/test/
H A DtestService.js23 var deviceList; variable
33 deviceList = dmInstance.getAvailableDeviceListSync();
34 console.info("getDeviceList success, deviceList id: " + JSON.stringify(deviceList));
45 let networkId = deviceList[0].networkId
47 console.info("avsessionClient: online deviceList id: " + JSON.stringify(deviceList))
/test/xts/dcts/ability/dmsfwk/dmsfwk/src/main/js/test/
H A DtestService.js24 var deviceList; variable
33 deviceList = dmInstance.getTrustedDeviceListSync();
34 console.info("getDeviceList success, deviceList id: " + JSON.stringify(deviceList));
50 let deviceId = deviceList[0].networkId;
52 console.info("dmsClient: online deviceList id: " + JSON.stringify(deviceList));
/test/xts/dcts/filemanagement/fileio/client/src/main/cpp/
H A Ddevicemanager.cpp34 std::vector<OHOS::DistributedHardware::DmDeviceInfo> deviceList; in DeviceOpenP2PConnection() local
35 deviceManager.GetTrustedDeviceList("com.acts.fileio.test.server", "", deviceList); in DeviceOpenP2PConnection()
37 int32_t ret = dfsmanager.OpenP2PConnection(deviceList[0]); in DeviceOpenP2PConnection()
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/js/test/
H A DRdbStoreSyncCustomDir.test.js44 let deviceList = undefined;
89 deviceList = dmInstance.getAvailableDeviceListSync();
90 deviceId = deviceList[0].networkId;
H A DRdbStoreSyncFirstLevelJsunit.test.js43 let deviceList = undefined;
88 deviceList = dmInstance.getAvailableDeviceListSync();
89 deviceId = deviceList[0].networkId;
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
H A DKvStoreSecurityLevelS1Jsunit.test.js37 let deviceList = undefined;
118 deviceList = dmInstance.getAvailableDeviceListSync();
119 deviceId = deviceList[0].networkId;

Completed in 22 milliseconds