Home
last modified time | relevance | path

Searched defs:AttributeValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.h35 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() argument
63AttributeValue(AttributeValue &&src) noexcept : value_(std::move(src.value_)), length_(src.length_) in AttributeValue() argument
88 ~AttributeValue() in ~AttributeValue() argument
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_distinguished_name.h41 CfBlob *AttributeValue; // AttributeValue : Uint8Array DER format member
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp298 napi_value NAccessibilityElement::AttributeValue(napi_env env, napi_callback_info info) in AttributeValue() function in NAccessibilityElement