Home
last modified time | relevance | path

Searched refs:descriptorValue (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DgattClientManagerInterface.ets331 let descriptorValue: string = AppStorage.get('descriptorValue') !;
352 descriptorValue : string2ArrayBuffer(descriptorValue)
396 let descriptorValue: string = AppStorage.get('descriptorValue') !;
417 descriptorValue : string2ArrayBuffer(descriptorValue)
457 let descriptorValue: string = AppStorage.get('descriptorValue') !;
478 descriptorValue : string2ArrayBuffer(descriptorValue)
514 let descriptorValue: string = AppStorage.get('descriptorValue') !;
534 descriptorValue : string2ArrayBuffer(descriptorValue)
565 let descriptorValue: string = AppStorage.get('descriptorValue') !;
586 descriptorValue : string2ArrayBuffer(descriptorValue)
[all …]
H A DgattClientInterface.ets355 let descriptorValue: string = AppStorage.get('descriptorValue') !;
376 descriptorValue : string2ArrayBuffer(descriptorValue)
420 let descriptorValue: string = AppStorage.get('descriptorValue') !;
441 descriptorValue : string2ArrayBuffer(descriptorValue)
483 let descriptorValue: string = AppStorage.get('descriptorValue') !;
501 descriptorValue : string2ArrayBuffer(descriptorValue)
537 let descriptorValue: string = AppStorage.get('descriptorValue') !;
558 descriptorValue : string2ArrayBuffer(descriptorValue)
589 let descriptorValue: string = AppStorage.get('descriptorValue') !;
610 descriptorValue : string2ArrayBuffer(descriptorValue)
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTest/
H A DgattClientVelocityBenchmarkTest.ets46 @State descriptorValue: string = "DesValue";
54 AppStorage.setOrCreate("descriptorValue" , this.descriptorValue);
297 let descriptorValue: string = AppStorage.get('descriptorValue') !;
319 descriptorValue : string2ArrayBuffer(descriptorValue)
343 let descriptorValue: string = AppStorage.get('descriptorValue') !;
364 descriptorValue : string2ArrayBuffer(descriptorValue)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTestManager/
H A DgattClientVelocityBenchmarkTestManager.ets45 @State descriptorValue: string = "DesValue";
53 AppStorage.setOrCreate("descriptorValue" , this.descriptorValue);
296 let descriptorValue: string = AppStorage.get('descriptorValue') !;
318 descriptorValue : string2ArrayBuffer(descriptorValue)
342 let descriptorValue: string = AppStorage.get('descriptorValue') !;
361 descriptorValue : string2ArrayBuffer(descriptorValue)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subGattTestManager/
H A DgattClientManager.ets36 @State descriptorValue: string = 'DesValue';
44 AppStorage.setOrCreate('descriptorValue' , this.descriptorValue);
149 this.descriptorValue = strInput;
151 AppStorage.setOrCreate('descriptorValue' , strInput);
188 @State descriptorValue: string = 'DesValue';
206 AppStorage.setOrCreate('descriptorValue' , this.descriptorValue);
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subGattTest/
H A DgattClient.ets40 @State descriptorValue: string = 'DesValue';
48 AppStorage.setOrCreate('descriptorValue' , this.descriptorValue);
152 this.descriptorValue = strInput;
154 AppStorage.setOrCreate('descriptorValue' , strInput);
188 @State descriptorValue: string = 'DesValue';
207 AppStorage.setOrCreate('descriptorValue' , this.descriptorValue);
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTest/
H A DgattClientScenarioTest.ets45 @State descriptorValue: string = 'DesValue';
53 AppStorage.setOrCreate('descriptorValue' , this.descriptorValue);
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTestManager/
H A DgattClientScenarioTestManager.ets45 @State descriptorValue: string = 'DesValue';
53 AppStorage.setOrCreate('descriptorValue' , this.descriptorValue);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h386 const std::vector<uint8_t> &descriptorValue);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/
H A Dusb_manager_addon.cpp28 napi_value descriptorValue = nullptr; in Init() local
29 NAPI_CALL(env, napi_create_object(env, &descriptorValue)); in Init()
30 CreateDescriptorEnum(env, descriptorValue); in Init()
34 DECLARE_NAPI_PROPERTY("Descriptor", descriptorValue), in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp160 std::vector<uint8_t> descriptorValue {}; in NapiParseGattDescriptor() local
165 … NAPI_BT_CALL_RETURN(NapiParseObjectArrayBuffer(env, object, "descriptorValue", descriptorValue)); in NapiParseGattDescriptor()
175 outDescriptor.descriptorValue = std::move(descriptorValue); in NapiParseGattDescriptor()
H A Dnapi_parser_utils.h29 std::vector<uint8_t> descriptorValue; member
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md91 descriptorValue: value
130 let value = new Uint8Array(des.descriptorValue);
132 for (let i = 0; i < des.descriptorValue.byteLength; i++) {
387 descriptorValue: value
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Utils/
H A Dcommon.ets26 descriptorValue: ArrayBufferLike;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-ble.md1377 descriptorUuid: '00002902-0000-1000-8000-00805F9B34FB', descriptorValue: arrayBuffer};
2589 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2655 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2715 let value = new Uint8Array(BLEDescriptor.descriptorValue);
2726 descriptorValue: bufferDesc
2785 descriptorValue: bufferDesc
2839 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2911 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2972 descriptorValue: bufferDesc
3037 descriptorValue: bufferDesc
[all …]
H A Djs-apis-bluetooth.md1853 descriptorUuid: '00002902-0000-1000-8000-00805F9B34FB', descriptorValue: arrayBuffer};
1970 descriptorUuid: '00002902-0000-1000-8000-00805F9B34FB', descriptorValue: arrayBuffer};
2651 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2700 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2747 let value = new Uint8Array(BLEDescriptor.descriptorValue);
2757 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2796 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2836 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2888 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2967 descriptorUuid: '00002902-0000-1000-8000-00805F9B34FB', descriptorValue: arrayBuffer};
[all …]
H A Djs-apis-bluetoothManager.md2776 descriptorUuid: '00002902-0000-1000-8000-00805F9B34FB', descriptorValue: arrayBuffer};
2930 descriptorUuid: '00002902-0000-1000-8000-00805F9B34FB', descriptorValue: arrayBuffer};
3781 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
3848 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
3909 let value = new Uint8Array(BLEDescriptor.descriptorValue);
3920 descriptorValue: bufferDesc
3980 descriptorValue: bufferDesc
4033 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
4094 descriptorValue: bufferDesc
4192 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp1198 auto descriptorValue = profile_->GetAttributeEntity(descriptor.second.handle_); in BuildService() local
1200 bluetooth::Descriptor gattDescriptor(descriptorValue.value().get().type_, in BuildService()
1202 descriptorValue.value().get().permissions_, in BuildService()
1203 descriptorValue.value().get().value_.value_.get(), in BuildService()
1204 descriptorValue.value().get().value_.length_); in BuildService()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp168 … descriptor.SetValue(napiDescriptor.descriptorValue.data(), napiDescriptor.descriptorValue.size()); in CheckGattsAddService()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subAutoTest/subGattAutoTest/
H A DgattClientAutoTest.ets41 AppStorage.setOrCreate('descriptorValue' , '00002902-0000-1000-8000-00805f9b34fb');
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subAutoTestManager/subGattAutoTestManager/
H A DgattClientAutoTestManager.ets45 AppStorage.setOrCreate('descriptorValue' , '00002902-0000-1000-8000-00805f9b34fb');
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dgatt-development-guide.md94 descriptorValue: value
133 let value = new Uint8Array(des.descriptorValue);
135 for (let i = 0; i < des.descriptorValue.byteLength; i++) {
391 descriptorValue: value
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp868 const std::vector<uint8_t> &descriptorValue) in SetNotifyCharacteristicInner() argument
902 descriptor->GetHandle(), descriptorValue.data(), descriptorValue.size())); in SetNotifyCharacteristicInner()
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-ble.md1364 descriptorUuid: '00002902-0000-1000-8000-00805F9B34FB', descriptorValue: arrayBuffer};
2576 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2642 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2702 let value = new Uint8Array(BLEDescriptor.descriptorValue);
2713 descriptorValue: bufferDesc
2772 descriptorValue: bufferDesc
2826 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2898 descriptorUuid: '00002903-0000-1000-8000-00805F9B34FB', descriptorValue: bufferDesc};
2959 descriptorValue: bufferDesc
3024 descriptorValue: bufferDesc
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/GattManagerDoc/
H A DGattManager测试使用说明文档.md104 >| descriptorValue | ArrayBuffer | 是 | 是 | 描述符对应的二进制值。 …

12