Home
last modified time | relevance | path

Searched refs:SetAttribute (Results 1 - 16 of 16) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h42 int32_t (*SetAttribute)(struct UartHost *host, struct UartAttribute *attribute); member
122 if (host == NULL || host->method == NULL || host->method->SetAttribute == NULL) { in UartHostSetAttribute()
125 return host->method->SetAttribute(host, attribute); in UartHostSetAttribute()
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_method.h32 inline void SetAttribute(AutoPtr<ASTAttr> attr) in SetAttribute() function in OHOS::HDI::ASTMethod
H A Dast_struct_type.h35 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function in OHOS::HDI::ASTStructType
H A Dast_union_type.h35 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function in OHOS::HDI::ASTUnionType
H A Dast_enum_type.h72 inline void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function in OHOS::HDI::ASTEnumType
H A Dast_interface_type.h49 void SetAttribute(const AutoPtr<ASTAttr> &attr) in SetAttribute() function in OHOS::HDI::ASTInterfaceType
/drivers/peripheral/input/ddk_service/include/emit_event_manager/
H A Dvirtual_device.h50 bool SetAttribute();
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dvirtual_device.cpp91 if (!SetAttribute()) { in SetUp()
125 bool VirtualDevice::SetAttribute() in SetAttribute() function in OHOS::ExternalDeviceManager::VirtualDevice
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp398 interfaceType->SetAttribute(astAttr); in ParseInterface()
530 method->SetAttribute(ParseMethodAttr()); in ParseMethod()
628 method->SetAttribute(interface->GetAttribute()); in CheckMethodAttr()
1008 enumType->SetAttribute(ParseUserDefTypeAttr(attrs)); in ParseEnumDeclaration()
1119 structType->SetAttribute(ParseUserDefTypeAttr(attrs)); in ParseStructDeclaration()
1227 unionType->SetAttribute(ParseUserDefTypeAttr(attrs)); in ParseUnionDeclaration()
/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c58 .SetAttribute = NULL,
/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c503 .SetAttribute = UartAdapterSetAttribute,
/drivers/hdf_core/adapter/platform/uart/
H A Duart_gr5xx.c502 .SetAttribute = UartHostDevSetAttribute,
H A Duart_wm.c227 .SetAttribute = UartHostDevSetAttribute,
H A Duart_asr.c525 .SetAttribute = UartHostDevSetAttribute,
H A Duart_stm32f4xx.c319 .SetAttribute = UartHostDevSetAttribute,
H A Duart_bes.c419 .SetAttribute = UartHostDevSetAttribute,

Completed in 14 milliseconds