Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
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() function
63AttributeValue(AttributeValue &&src) noexcept : value_(std::move(src.value_)), length_(src.length_) in AttributeValue() function
88 ~AttributeValue() in ~AttributeValue() argument
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
Dnapi_accessibility_element.cpp287 napi_value NAccessibilityElement::AttributeValue(napi_env env, napi_callback_info info) in AttributeValue() function in NAccessibilityElement