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:GetInterfaceDef
(Results
1 - 3
of
3
) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H
A
D
parser.cpp
1646
if (ast_->
GetInterfaceDef
() != nullptr) {
in SetAstFileType()
1647
if (ast_->
GetInterfaceDef
()->IsCallback()) {
in SetAstFileType()
1686
if (ast_->
GetInterfaceDef
() != nullptr) {
in CheckIntegrity()
1701
AutoPtr<ASTInterfaceType> interface = ast_->
GetInterfaceDef
();
in CheckInterfaceAst()
1721
AutoPtr<ASTInterfaceType> interface = ast_->
GetInterfaceDef
();
in CheckCallbackAst()
1842
if (!interfaceType->AddExtendsInterface(extendsAst->
GetInterfaceDef
())) {
in ParseExtendsInfo()
1912
return astPair.second->
GetInterfaceDef
() != nullptr &&
in CheckExistExtends()
1913
astPair.second->
GetInterfaceDef
()->GetExtendsInterface() != nullptr;
in CheckExistExtends()
1943
if (ast.second->
GetInterfaceDef
() != nullptr) {
in GetGenNamespace()
1944
ns = ast.second->
GetInterfaceDef
()
in GetGenNamespace()
[all...]
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H
A
D
ast.h
120
inline AutoPtr<ASTInterfaceType>
GetInterfaceDef
()
in GetInterfaceDef()
function in OHOS::HDI::AST
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H
A
D
code_emitter.cpp
39
interface_ = ast_->
GetInterfaceDef
();
in Reset()
Completed in 5 milliseconds