Home
last modified time | relevance | path

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

/test/xts/acts/communication/bluetooth_standard/src/main/js/test/
H A DBtSetLocalName.test.js203 let newName = 'my bluetooth';
204 let result = bluetooth.setLocalName(newName);
209 expect(true).assertEqual(newName == getNewName);
222 let newName = 'bluetooth1234ABCDEFGH';
223 let result = bluetooth.setLocalName(newName);
228 expect(true).assertEqual(newName == getNewName);
241 let newName = '蓝牙设备bluetooth';
242 let result = bluetooth.setLocalName(newName);
247 expect(true).assertEqual(newName == getNewName);
314 let newName
[all...]
/test/xts/hats/hdf/bluetooth/hdiService/
H A Dbluetooth_hci_services_test.cpp205 char newName[] = "John Jacob Jingleheimer Schmidt ___________________0"; in HWTEST_F() local
206 size_t newNameLength = strlen(newName); in HWTEST_F()
208 writeName.push_back(static_cast<uint8_t>(newName[i])); in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk.cpp437 char newName[] = "/data/storage/el2/base/files/testRenameNew.txt"; in Rename() local
438 int resultValue = rename(oldName, newName); in Rename()
/test/xts/acts/communication/btmanager_switchoff/entry/src/ohosTest/ets/test/
H A DbtManagerSwitchOff003.test.js281 let newName = 'my bluetooth';
282 bluetoothManager.setLocalName(newName);

Completed in 4 milliseconds