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:GetUartSpeed
(Results
1 - 6
of
6
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
uart.h
93
int
GetUartSpeed
(int speed);
H
A
D
uart_wrapper.cpp
24
return static_cast<int32_t>(
GetUartSpeed
(static_cast<int>(speed)));
in GetUartSpeedExt()
H
A
D
uart.cpp
318
int
GetUartSpeed
(int speed) {
function
413
newttys1.c_cflag =
GetUartSpeed
(nSpeed);
/developtools/hdc/test/unittest/common/
H
A
D
uart_test.cpp
638
* @tc.name:
GetUartSpeed
639
* @tc.desc: Check the behavior of the
GetUartSpeed
function
643
HWTEST_F(HdcUARTBaseTest,
GetUartSpeed
, TestSize.Level1)
in HWTEST_F()
645
EXPECT_EQ(mockUARTBase.
GetUartSpeed
(UART_SPEED2400), B2400);
in HWTEST_F()
646
EXPECT_EQ(mockUARTBase.
GetUartSpeed
(UART_SPEED4800), B4800);
in HWTEST_F()
647
EXPECT_EQ(mockUARTBase.
GetUartSpeed
(UART_SPEED9600), B9600);
in HWTEST_F()
648
EXPECT_EQ(mockUARTBase.
GetUartSpeed
(UART_SPEED115200), B115200);
in HWTEST_F()
649
EXPECT_EQ(mockUARTBase.
GetUartSpeed
(UART_SPEED921600), B921600);
in HWTEST_F()
650
EXPECT_EQ(mockUARTBase.
GetUartSpeed
(-1), B921600);
in HWTEST_F()
655
* @tc.desc: Check the behavior of the
GetUartSpeed
functio
[all...]
/developtools/hdc/src/common/
H
A
D
uart.h
202
int
GetUartSpeed
(int speed);
H
A
D
uart.cpp
96
int HdcUARTBase::
GetUartSpeed
(int speed)
in GetUartSpeed()
function in Hdc::HdcUARTBase
187
newttys1.c_cflag =
GetUartSpeed
(nSpeed);
in SetSerial()
Completed in 5 milliseconds