/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _native_color_space_manager.md | 142 | P3_HLG | Color space with the color primaries of P3_D65, the transfer characteristics of Hybrid L… 145 | DISPLAY_P3_LIMIT | Color space with the color primaries of P3_D65, the transfer characteristics o… 146 | SRGB_LIMIT | Color space with the color primaries of SRGB, the transfer characteristics of SRGB, … 147 | BT709_LIMIT | Color space with the color primaries of BT.709, the transfer characteristics of BT.… 148 | BT601_EBU_LIMIT | Color space with the color primaries of BT.601_P, the transfer characteristics … 150 | BT2020_HLG_LIMIT | Color space with the color primaries of BT.2020, the transfer characteristics … 151 | BT2020_PQ_LIMIT | Color space with the color primaries of BT.2020, the transfer characteristics o… 152 | P3_HLG_LIMIT | Color space with the color primaries of P3_D65, the transfer characteristics of HL… 153 | P3_PQ_LIMIT | Color space with the color primaries of P3_D65, the transfer characteristics of PQ,… 158 | DISPLAY_SRGB | Color space with the color primaries of SRGB, the transfer characteristics of SRGB… [all …]
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_utils.cpp | 45 napi_value characteristics; in ConvertGattServiceToJS() local 46 napi_create_array(env, &characteristics); in ConvertGattServiceToJS() 47 ConvertBLECharacteristicVectorToJS(env, characteristics, service.GetCharacteristics()); in ConvertGattServiceToJS() 48 napi_set_named_property(env, result, "characteristics", characteristics); in ConvertGattServiceToJS() 80 vector<GattCharacteristic>& characteristics) in ConvertBLECharacteristicVectorToJS() argument 82 HILOGI("size: %{public}zu", characteristics.size()); in ConvertBLECharacteristicVectorToJS() 84 if (characteristics.empty()) { in ConvertBLECharacteristicVectorToJS() 88 for (auto &characteristic : characteristics) { in ConvertBLECharacteristicVectorToJS()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_profile_callback.h | 54 … uint16_t serviceHandle, const std::map<uint16_t, GattCache::Characteristic> &characteristics) {}; in OnDiscoverAllCharacteristicOfServiceEvent() argument 56 … uint16_t serviceHandle, const std::map<uint16_t, GattCache::Characteristic> &characteristics) {}; in OnDiscoverCharacteristicByUUIDEvent() argument
|
H A D | gatt_client_service.cpp | 122 … uint16_t serviceHandle, const std::map<uint16_t, GattCache::Characteristic> &characteristics); 491 const std::map<uint16_t, GattCache::Characteristic> &characteristics) override in OnDiscoverAllCharacteristicOfServiceEvent() argument 499 std::ref(characteristics))); in OnDiscoverAllCharacteristicOfServiceEvent() 892 uint16_t serviceHandle, const std::map<uint16_t, GattCache::Characteristic> &characteristics) in OnDiscoverAllCharacteristicOfServiceEvent() argument 901 for (auto &ccc : characteristics) { in OnDiscoverAllCharacteristicOfServiceEvent()
|
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 143 for (let j = 0; j < services[i].characteristics.length; j++) { 144 if (services[i].characteristics[j].characteristicUuid != this.myCharacteristicUuid) { 147 for (let k = 0; k < services[i].characteristics[j].descriptors.length; k++) { 148 … if (services[i].characteristics[j].descriptors[k].descriptorUuid == this.myFirstDescriptorUuid) { 449 let characteristics: Array<ble.BLECharacteristic> = []; 451 characteristics.push(characteristic); 455 characteristics: characteristics
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 65 4. Read characteristics and descriptors from the server. 66 5. Write characteristics and descriptors to the server. 146 for (let j = 0; j < services[i].characteristics.length; j++) { 147 if (services[i].characteristics[j].characteristicUuid != this.myCharacteristicUuid) { 150 for (let k = 0; k < services[i].characteristics[j].descriptors.length; k++) { 151 … if (services[i].characteristics[j].descriptors[k].descriptorUuid == this.myFirstDescriptorUuid) { 453 let characteristics: Array<ble.BLECharacteristic> = []; 455 characteristics.push(characteristic); 459 characteristics: characteristics
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 352 int32_t characteristics = 0; in AvcVideoParam() local 368 …_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, &characteristics)); in AvcVideoParam() 390 int32_t characteristics = 0; in HevcVideoParam() local 405 …T_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, &characteristics)); in HevcVideoParam() 423 ASSERT_EQ(ACTUAL_CHARACTERISTICS, characteristics); in HevcVideoParam() 492 int32_t characteristics = 0; in OtherVideoParam() local 513 …_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, &characteristics)); in OtherVideoParam()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-deviceInfo.md | 56 const.build.characteristics 142 "const.build.characteristics=${device_type}",
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/startup/init/public/ |
H A D | parameter_contexts | 14 const.build.characteristics u:object_r:devinfo_type_param:s0
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subGattTest/ |
H A D | gattServer.ets | 516 characteristics : [] , 805 // build characteristics 806 let characteristics: Array<bluetooth.BLECharacteristic> = []; 815 characteristics.push(characteristic); 817 this.curGattService.characteristics = characteristics;
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subGattTestManager/ |
H A D | gattServerManager.ets | 514 characteristics : [] , 805 // build characteristics 806 let characteristics: Array<bluetooth.BLECharacteristic> = []; 815 characteristics.push(characteristic); 817 this.curGattService.characteristics = characteristics;
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | js-framework-resource-restriction.md | 6 …r more qualifiers that represent the application scenarios or device characteristics, covering the… 11 …ers to name your file based on your application scenarios and device characteristics, while follow…
|
/ohos5.0/base/startup/init/services/etc/param/ |
H A D | ohos.para | 20 const.build.characteristics=default
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | gattServerInterface.ets | 102 // build characteristics 103 let characteristics : Array<bluetooth.BLECharacteristic>= []; 110 characteristics.push(characteristic); 114 characteristics : characteristics ,
|
H A D | gattServerManagerInterface.ets | 85 // build characteristics 86 let characteristics: Array<bluetoothManager.BLECharacteristic> = []; 93 characteristics.push(characteristic); 97 characteristics : characteristics ,
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/ |
H A D | napi_parser_utils.cpp | 54 std::vector<NapiBleCharacteristic> characteristics {}; in NapiParseGattService() local 58 NAPI_BT_CALL_RETURN(NapiParseObjectArray(env, object, "characteristics", characteristics)); in NapiParseGattService() 66 outService.characteristics = std::move(characteristics); in NapiParseGattService()
|
H A D | napi_parser_utils.h | 45 std::vector<NapiBleCharacteristic> characteristics; member
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_ble_utils.h | 58 napi_env env, napi_value result, std::vector<GattCharacteristic> &characteristics);
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-deviceInfo.md | 56 const.build.characteristics 141 "const.build.characteristics=${device_type}",
|
H A D | subsys-security-selinux-overview.md | 5 …e Driver Foundation (HDF) services, based on the system architecture characteristics and SELinux. …
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Utils/ |
H A D | common.ets | 46 characteristics: Characteristic[];
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | design-effect-drawings.md | 22 …, at least for small, medium, and large devices. Based on the device characteristics involved, you…
|
H A D | animation-attributes.md | 3 …ns of these attributes can create animations of different styles and characteristics, such as stea… 18 …than simple animations. And animations should be designed based on the characteristics of graphics. 178 …astic curve for objects that move with the hand or that need to display the spring characteristics.
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | sync-app-data-across-devices-overview.md | 16 …ored in databases. You can use RDB stores or KV stores based on data characteristics and relations…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 310 vector<GattCharacteristic> &characteristics = service.GetCharacteristics(); in OnServiceAdded() local 311 for (auto item = characteristics.begin(); item != characteristics.end(); item++) { in OnServiceAdded()
|