Searched refs:attrType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component_utils.cpp | 75 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 D | ohos_bt_gatt_server.cpp | 77 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 D | ohos_bt_gatt_server.h | 370 BleAttribType attrType; member
|