Home
last modified time | relevance | path

Searched refs:attrType (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_utils.cpp75 const char * const attrType = "type"; in GetComponentType() local
76 jerry_value_t typeValHandler = jerryx_get_property_str(attrsPropValue, attrType); in GetComponentType()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp74 GattAttribute(uint16_t handle, UUID uuid, int attrType) in GattAttribute()
75 : handle(handle), actualHandle(0), uuid(uuid), attrType(attrType) {} in GattAttribute()
81 ss << ", attrType: " << GetAttributeTypeString(attrType); in ToLogString()
90 int attrType; member
140 static void AddAttribute(int serverId, int serviceIndex, int attrType, UUID uuid, uint16_t handle) in AddAttribute() argument
149 auto attribute = std::make_shared<GattAttribute>(handle, uuid, attrType); in AddAttribute()
192 return attr.attrType == attributeType && attr.uuid.Equals(uuid); in GetAttributeWithUuid()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h370 BleAttribType attrType; member

Completed in 4 milliseconds