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:CloseSerialPort
(Results
1 - 6
of
6
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
uart.h
101
bool
CloseSerialPort
(int& handle);
H
A
D
uart_wrapper.cpp
68
return static_cast<uint8_t>(
CloseSerialPort
(fd));
in CloseSerialPortExt()
H
A
D
uart.cpp
237
WRITE_LOG(LOG_DEBUG, "
CloseSerialPort
");
547
bool
CloseSerialPort
(int &handle) {
function
/developtools/hdc/src/host/
H
A
D
host_uart.cpp
298
CloseSerialPort
(hUART);
in EnumSerialPort()
412
CloseSerialPort
(&uart);
in EnumSerialPort()
636
void HdcHostUART::
CloseSerialPort
(const HUART hUART)
in EnumSerialPort()
function in Hdc::HdcHostUART
668
CloseSerialPort
(session->hUART);
in EnumSerialPort()
685
CloseSerialPort
(session->hUART); // huart will free , so we must clost it here
in EnumSerialPort()
H
A
D
host_uart.h
81
virtual void
CloseSerialPort
(const HUART hUART);
/developtools/hdc/test/unittest/common/
H
A
D
host_uart_test.cpp
73
MOCK_METHOD1(
CloseSerialPort
, void(const HUART));
751
* @tc.name:
CloseSerialPort
752
* @tc.desc: Check the behavior of the
CloseSerialPort
function
755
HWTEST_F(HdcHostUARTTest,
CloseSerialPort
, TestSize.Level1)
in HWTEST_F()
758
mockHostUART.
CloseSerialPort
(&myUART);
in HWTEST_F()
793
EXPECT_CALL(mockHostUART,
CloseSerialPort
(mySession.hUART)).WillOnce(Return());
in HWTEST_F()
828
EXPECT_CALL(mockHostUART,
CloseSerialPort
(mySession.hUART)).WillOnce(Return());
in HWTEST_F()
Completed in 4 milliseconds