Home
last modified time | relevance | path

Searched refs:characteristics (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_native_color_space_manager.md142 | 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 Dnapi_bluetooth_ble_utils.cpp45 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 Dgatt_client_profile_callback.h54 … 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 Dgatt_client_service.cpp122 … 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 Dgatt-development-guide.md143 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 Dgatt-development-guide.md65 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 Dformat_test.cpp352 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 Dsubsys-boot-init-deviceInfo.md56 const.build.characteristics
142 "const.build.characteristics=${device_type}",
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/startup/init/public/
H A Dparameter_contexts14 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 DgattServer.ets516 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 DgattServerManager.ets514 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 Djs-framework-resource-restriction.md6 …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 Dohos.para20 const.build.characteristics=default
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DgattServerInterface.ets102 // build characteristics
103 let characteristics : Array<bluetooth.BLECharacteristic>= [];
110 characteristics.push(characteristic);
114 characteristics : characteristics ,
H A DgattServerManagerInterface.ets85 // 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 Dnapi_parser_utils.cpp54 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 Dnapi_parser_utils.h45 std::vector<NapiBleCharacteristic> characteristics; member
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_utils.h58 napi_env env, napi_value result, std::vector<GattCharacteristic> &characteristics);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md56 const.build.characteristics
141 "const.build.characteristics=${device_type}",
H A Dsubsys-security-selinux-overview.md5 …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 Dcommon.ets46 characteristics: Characteristic[];
/ohos5.0/docs/en/design/ux-design/
H A Ddesign-effect-drawings.md22 …, at least for small, medium, and large devices. Based on the device characteristics involved, you…
H A Danimation-attributes.md3 …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 Dsync-app-data-across-devices-overview.md16 …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 Dohos_bt_gatt_server.cpp310 vector<GattCharacteristic> &characteristics = service.GetCharacteristics(); in OnServiceAdded() local
311 for (auto item = characteristics.begin(); item != characteristics.end(); item++) { in OnServiceAdded()

1234