/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | gattClientManagerInterface.ets | 331 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 D | gattClientInterface.ets | 355 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 D | gattClientVelocityBenchmarkTest.ets | 46 @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 D | gattClientVelocityBenchmarkTestManager.ets | 45 @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 D | gattClientManager.ets | 36 @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 D | gattClient.ets | 40 @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 D | gattClientScenarioTest.ets | 45 @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 D | gattClientScenarioTestManager.ets | 45 @State descriptorValue: string = 'DesValue'; 53 AppStorage.setOrCreate('descriptorValue' , this.descriptorValue);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_client.h | 386 const std::vector<uint8_t> &descriptorValue);
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/usb_manager/src/ |
H A D | usb_manager_addon.cpp | 28 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 D | napi_parser_utils.cpp | 160 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 D | napi_parser_utils.h | 29 std::vector<uint8_t> descriptorValue; member
|
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 91 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 D | common.ets | 26 descriptorValue: ArrayBufferLike;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-ble.md | 1377 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 D | js-apis-bluetooth.md | 1853 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 D | js-apis-bluetoothManager.md | 2776 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 D | gatt_server_service.cpp | 1198 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 D | napi_bluetooth_gatt_server.cpp | 168 … 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 D | gattClientAutoTest.ets | 41 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 D | gattClientAutoTestManager.ets | 45 AppStorage.setOrCreate('descriptorValue' , '00002902-0000-1000-8000-00805f9b34fb');
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 94 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 D | bluetooth_gatt_client.cpp | 868 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 D | js-apis-bluetooth-ble.md | 1364 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 D | GattManager测试使用说明文档.md | 104 >| descriptorValue | ArrayBuffer | 是 | 是 | 描述符对应的二进制值。 …
|