Searched refs:AttributeValue (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_database.h | 35 struct AttributeValue { struct in OHOS::bluetooth::GattDatabase 39 AttributeValue() : value_(nullptr), length_(0) in AttributeValue() function 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) in operator =() 63 AttributeValue(AttributeValue &&src) noexcept : value_(std::move(src.value_)), length_(src.length_) in length_() 68 AttributeValue [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) const in SetAttributeValue()
|
/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);
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 129 DECLARE_NAPI_FUNCTION("attributeValue", NAccessibilityElement::AttributeValue), in DefineJSAccessibilityElement() 299 napi_value NAccessibilityElement::AttributeValue(napi_env env, napi_callback_info info) in AttributeValue() function in NAccessibilityElement 389 napi_create_string_utf8(env, "AttributeValue", NAPI_AUTO_LENGTH, &resource); in AttributeValueAsync()
|
Completed in 11 milliseconds