Searched refs:AttributeValue (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_database.h | 35 struct AttributeValue { struct 39 AttributeValue() : value_(nullptr), length_(0) in AttributeValue() argument 42 AttributeValue(uint8_t **value, size_t length) : value_(nullptr), length_(length) in AttributeValue() function 48 AttributeValue(const AttributeValue &src) = delete; 50 AttributeValue &operator=(const AttributeValue &src) 63 …AttributeValue(AttributeValue &&src) noexcept : value_(std::move(src.value_)), length_(src.length_) in AttributeValue() argument 68 AttributeValue &operator=(AttributeValue &&src) noexcept 88 ~AttributeValue() in ~AttributeValue() argument 95 AttributeValue value_; 115 AttributeValue value_; [all …]
|
H A D | gatt_server_profile.h | 62 void SetAttributeValue(uint16_t valueHandle, GattDatabase::AttributeValue &value) const;
|
H A D | gatt_database.cpp | 308 int GattDatabase::SetValueByHandle(const uint16_t handle, AttributeValue &value) in SetValueByHandle()
|
H A D | gatt_server_service.cpp | 854 GattDatabase::AttributeValue attValue; in SetCharacteristicValue()
|
H A D | gatt_server_profile.cpp | 1983 void GattServerProfile::SetAttributeValue(uint16_t valueHandle, GattDatabase::AttributeValue &value… in SetAttributeValue()
|
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/ |
H A D | x509_distinguished_name.h | 41 CfBlob *AttributeValue; // AttributeValue : Uint8Array DER format member
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/ |
H A D | napi_accessibility_element.h | 76 static napi_value AttributeValue(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 128 DECLARE_NAPI_FUNCTION("attributeValue", NAccessibilityElement::AttributeValue), in DefineJSAccessibilityElement() 298 napi_value NAccessibilityElement::AttributeValue(napi_env env, napi_callback_info info) in AttributeValue() function in NAccessibilityElement
|