Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetAttribute
(Results
1 - 16
of
16
) sorted by relevance
/drivers/hdf_core/framework/support/platform/include/uart/
H
A
D
uart_core.h
42
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
D
ast_method.h
32
inline void
SetAttribute
(AutoPtr<ASTAttr> attr)
in SetAttribute()
function in OHOS::HDI::ASTMethod
H
A
D
ast_struct_type.h
35
inline void
SetAttribute
(const AutoPtr<ASTAttr> &attr)
in SetAttribute()
function in OHOS::HDI::ASTStructType
H
A
D
ast_union_type.h
35
inline void
SetAttribute
(const AutoPtr<ASTAttr> &attr)
in SetAttribute()
function in OHOS::HDI::ASTUnionType
H
A
D
ast_enum_type.h
72
inline void
SetAttribute
(const AutoPtr<ASTAttr> &attr)
in SetAttribute()
function in OHOS::HDI::ASTEnumType
H
A
D
ast_interface_type.h
49
void
SetAttribute
(const AutoPtr<ASTAttr> &attr)
in SetAttribute()
function in OHOS::HDI::ASTInterfaceType
/drivers/peripheral/input/ddk_service/include/emit_event_manager/
H
A
D
virtual_device.h
50
bool
SetAttribute
();
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H
A
D
virtual_device.cpp
91
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
D
parser.cpp
398
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
D
uart_sample.c
58
.
SetAttribute
= NULL,
/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H
A
D
uart_adapter.c
503
.
SetAttribute
= UartAdapterSetAttribute,
/drivers/hdf_core/adapter/platform/uart/
H
A
D
uart_gr5xx.c
502
.
SetAttribute
= UartHostDevSetAttribute,
H
A
D
uart_wm.c
227
.
SetAttribute
= UartHostDevSetAttribute,
H
A
D
uart_asr.c
525
.
SetAttribute
= UartHostDevSetAttribute,
H
A
D
uart_stm32f4xx.c
319
.
SetAttribute
= UartHostDevSetAttribute,
H
A
D
uart_bes.c
419
.
SetAttribute
= UartHostDevSetAttribute,
Completed in 14 milliseconds