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:serialPortInfo
(Results
1 - 4
of
4
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/
H
A
D
uart.cpp
31
std::vector<string>
serialPortInfo
;
local
81
auto it = std::find(
serialPortInfo
.begin(),
serialPortInfo
.end(), port);
82
if (it ==
serialPortInfo
.end()) {
109
auto it = std::find(
serialPortInfo
.begin(),
serialPortInfo
.end(), port);
110
if (it ==
serialPortInfo
.end()) {
120
for (auto &oldPort :
serialPortInfo
) {
131
if (
serialPortInfo
.size() != newPortInfo.size()) {
136
serialPortInfo
[all...]
/developtools/hdc/src/host/
H
A
D
host_uart.cpp
166
auto it = std::find(
serialPortInfo
.begin(),
serialPortInfo
.end(), port);
in EnumSerialPort()
167
if (it ==
serialPortInfo
.end()) {
in EnumSerialPort()
199
auto it = std::find(
serialPortInfo
.begin(),
serialPortInfo
.end(), port);
in EnumSerialPort()
200
if (it ==
serialPortInfo
.end()) {
in EnumSerialPort()
211
for (auto &oldPort :
serialPortInfo
) {
in EnumSerialPort()
222
if (
serialPortInfo
.size() != newPortInfo.size()) {
in EnumSerialPort()
227
serialPortInfo
.swap(newPortInfo);
in EnumSerialPort()
545
for (const auto &port :
serialPortInfo
) {
in EnumSerialPort()
[all...]
H
A
D
host_uart.h
111
std::vector<string>
serialPortInfo
;
member in Hdc::HdcHostUART
/developtools/hdc/test/unittest/common/
H
A
D
host_uart_test.cpp
145
EXPECT_EQ(hostUart.
serialPortInfo
.empty(), true);
in HWTEST_F()
318
mockHostUART.
serialPortInfo
.clear();
in HWTEST_F()
319
mockHostUART.
serialPortInfo
.emplace_back("COMX");
in HWTEST_F()
320
mockHostUART.
serialPortInfo
.emplace_back("COMY");
in HWTEST_F()
346
mockHostUART.
serialPortInfo
.clear();
in HWTEST_F()
347
mockHostUART.
serialPortInfo
.emplace_back("COMX");
in HWTEST_F()
348
mockHostUART.
serialPortInfo
.emplace_back("COMY");
in HWTEST_F()
Completed in 4 milliseconds