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:HdcHostUART
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hdc/src/host/
H
A
D
host_uart.cpp
27
HdcHostUART
::
HdcHostUART
(HdcServer &serverIn, ExternInterface &externInterface)
in HdcHostUART()
function in Hdc::HdcHostUART
33
HdcHostUART
::~
HdcHostUART
()
in ~HdcHostUART()
38
int
HdcHostUART
::Initial()
in Initial()
44
bool
HdcHostUART
::NeedStop(const HSession hSession)
in NeedStop()
49
bool
HdcHostUART
::IsDeviceOpened(const HdcUART &uart)
in IsDeviceOpened()
59
void
HdcHostUART
::UartWriteThread()
in UartWriteThread()
75
void
HdcHostUART
::UartReadThread(HSession hSession)
in UartReadThread()
115
bool
HdcHostUART
[all...]
H
A
D
host_uart.h
33
class
HdcHostUART
: public HdcUARTBase {
class
35
explicit
HdcHostUART
(HdcServer&, ExternInterface& = HdcUARTBase::defaultInterface);
36
~
HdcHostUART
();
68
HdcHostUART
*thisClass = static_cast<
HdcHostUART
*>(handle->data);
in UvWatchUartDevPlugin()
H
A
D
server.h
44
HdcHostUART
*clsUARTClt = nullptr;
H
A
D
server.cpp
107
clsUARTClt = new
HdcHostUART
(*this);
in Initial()
794
HdcHostUART
*hdcHostUART = (
HdcHostUART
*)hSession->classModule;
in UartPreConnect()
/developtools/hdc/test/unittest/common/
H
A
D
host_uart_test.cpp
64
class MockHdcHostUART : public
HdcHostUART
{
68
:
HdcHostUART
(daemonIn, externInterface)
in MockHdcHostUART()
131
// ~
HdcHostUART
will call close
in TearDown()
135
* @tc.name:
HdcHostUART
136
* @tc.desc: Check the behavior of the
HdcHostUART
function
139
HWTEST_F(HdcHostUARTTest,
HdcHostUART
, TestSize.Level1)
in HWTEST_F()
141
HdcHostUART
hostUart(mockServer);
in HWTEST_F()
186
return mockHostUART.
HdcHostUART
::Stop();
in HWTEST_F()
269
HdcHostUART
::UvWatchUartDevPlugin(nullptr);
in HWTEST_F()
274
HdcHostUART
in HWTEST_F()
[all...]
Completed in 4 milliseconds