Home
last modified time | relevance | path

Searched refs:string2ArrayBuffer (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subGattTest/
H A DgattServer.ets528 characteristicValue : string2ArrayBuffer("999") ,
543 value : string2ArrayBuffer("respond value")
581 manufactureValue : string2ArrayBuffer("OHOS CHN")
585 serviceValue : string2ArrayBuffer("OhosBle!")
588 serviceValue : string2ArrayBuffer("dudu_tiger")
596 manufactureValue : string2ArrayBuffer("OHOS CHN")
600 serviceValue : string2ArrayBuffer("OhosBle!")
603 serviceValue : string2ArrayBuffer("OhosBle")
811 characteristicValue : string2ArrayBuffer(cccValue) ,
837 value : string2ArrayBuffer(this.serverResponse_value)
[all …]
H A DgattClient.ets326 function string2ArrayBuffer(str: string) {
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subGattTestManager/
H A DgattServerManager.ets526 characteristicValue : string2ArrayBuffer("999") ,
541 value : string2ArrayBuffer("respond value")
579 manufactureValue : string2ArrayBuffer("OHOS CHN")
583 serviceValue : string2ArrayBuffer("OhosBle!")
586 serviceValue : string2ArrayBuffer("dudu_tiger")
594 manufactureValue : string2ArrayBuffer("OHOS CHN")
598 serviceValue : string2ArrayBuffer("OhosBle!")
601 serviceValue : string2ArrayBuffer("OhosBle")
811 characteristicValue : string2ArrayBuffer(cccValue) ,
837 value : string2ArrayBuffer(this.serverResponse_value)
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DgattServerInterface.ets98 descriptorValue : string2ArrayBuffer(curDescriptorValue)
107 characteristicValue : string2ArrayBuffer(curCharacteristicValue) ,
171 manufactureValue : string2ArrayBuffer("OHOS CHN")
175 serviceValue : string2ArrayBuffer("OhosBle!")
178 serviceValue : string2ArrayBuffer("dudu_tiger")
189 manufactureValue : string2ArrayBuffer("OHOS CHN")
193 serviceValue : string2ArrayBuffer("OhosBle!")
196 serviceValue : string2ArrayBuffer("OhosBle")
249 serviceValue : string2ArrayBuffer(advDataServiceData_serviceValue)
466 let arrayBufferCCC = string2ArrayBuffer('DaYuBlue');
[all …]
H A DgattServerManagerInterface.ets81 descriptorValue : string2ArrayBuffer(curDescriptorValue)
90 characteristicValue : string2ArrayBuffer(curCharacteristicValue) ,
147 manufactureValue : string2ArrayBuffer("OHOS CHN")
151 serviceValue : string2ArrayBuffer("OhosBle!")
154 serviceValue : string2ArrayBuffer("dudu_tiger")
163 manufactureValue : string2ArrayBuffer("OHOS CHN")
167 serviceValue : string2ArrayBuffer("OhosBle!")
170 serviceValue : string2ArrayBuffer("OhosBle")
223 serviceValue : string2ArrayBuffer(advDataServiceData_serviceValue)
428 let arrayBufferCCC = string2ArrayBuffer('DaYuBlue');
[all …]
H A DgattClientManagerInterface.ets352 descriptorValue : string2ArrayBuffer(descriptorValue)
417 descriptorValue : string2ArrayBuffer(descriptorValue)
478 descriptorValue : string2ArrayBuffer(descriptorValue)
534 descriptorValue : string2ArrayBuffer(descriptorValue)
586 descriptorValue : string2ArrayBuffer(descriptorValue)
607 export function string2ArrayBuffer(str: string) {
633 let bufferDesc = string2ArrayBuffer(descriptorValue);
757 descriptorValue : string2ArrayBuffer(descriptorValue)
H A DgattClientInterface.ets376 descriptorValue : string2ArrayBuffer(descriptorValue)
441 descriptorValue : string2ArrayBuffer(descriptorValue)
501 descriptorValue : string2ArrayBuffer(descriptorValue)
558 descriptorValue : string2ArrayBuffer(descriptorValue)
610 descriptorValue : string2ArrayBuffer(descriptorValue)
634 export function string2ArrayBuffer(str: string) {
660 let bufferDesc = string2ArrayBuffer(descriptorValue);
788 descriptorValue : string2ArrayBuffer(descriptorValue)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTest/
H A DgattClientVelocityBenchmarkTest.ets319 descriptorValue : string2ArrayBuffer(descriptorValue)
364 descriptorValue : string2ArrayBuffer(descriptorValue)
395 function string2ArrayBuffer(str: string) {
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTestManager/
H A DgattClientVelocityBenchmarkTestManager.ets318 descriptorValue : string2ArrayBuffer(descriptorValue)
361 descriptorValue : string2ArrayBuffer(descriptorValue)
392 function string2ArrayBuffer(str: string) {
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/
H A DPasteBoardApiExceptionJsunit.test.js1067 function string2ArrayBuffer(input) { function
1087 const inputArrayBuffer = string2ArrayBuffer('Hello world.' + (temp ? temp : ''));
H A DPasteBoardPromiseJsunit.test.js1709 let inputArrayBuffer = string2ArrayBuffer('Hello world.');
1892 function string2ArrayBuffer(input) { function
1912 const inputArrayBuffer = string2ArrayBuffer('Hello world.' + (temp ? temp : ''));
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTest/
H A DgattClientScenarioTest.ets316 export function string2ArrayBuffer(str: string) {
H A DgattServerScenarioTest.ets311 export function string2ArrayBuffer(str: string) {
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTestManager/
H A DgattClientScenarioTestManager.ets316 export function string2ArrayBuffer(str: string) {
H A DgattServerScenarioTestManager.ets311 export function string2ArrayBuffer(str: string) {