Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp77 GattAttribute(uint16_t handle, UUID uuid, int attrType) in GattAttribute()
78 : handle(handle), actualHandle(0), uuid(uuid), attrType(attrType) {} in GattAttribute()
84 ss << ", attrType: " << GetAttributeTypeString(attrType); in ToLogString()
93 int attrType; member
143 static void AddAttribute(int serverId, int serviceIndex, int attrType, UUID uuid, uint16_t handle) in AddAttribute() argument
152 auto attribute = std::make_shared<GattAttribute>(handle, uuid, attrType); in AddAttribute()
195 return attr.attrType == attributeType && attr.uuid.Equals(uuid); in GetAttributeWithUuid()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h370 BleAttribType attrType; member