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:LoopUARTRead
(Results
1 - 3
of
3
) sorted by relevance
/developtools/hdc/test/unittest/common/
H
A
D
daemon_uart_test.cpp
65
MOCK_METHOD0(
LoopUARTRead
, int(void));
192
EXPECT_CALL(mockDaemonUART,
LoopUARTRead
).Times(0);
in HWTEST_F()
204
EXPECT_CALL(mockDaemonUART,
LoopUARTRead
).Times(1);
in HWTEST_F()
215
EXPECT_CALL(mockDaemonUART,
LoopUARTRead
).Times(1);
in HWTEST_F()
259
EXPECT_CALL(mockDaemonUART,
LoopUARTRead
).Times(0);
in HWTEST_F()
269
EXPECT_CALL(mockDaemonUART,
LoopUARTRead
).Times(0);
in HWTEST_F()
279
EXPECT_CALL(mockDaemonUART,
LoopUARTRead
).Times(0);
in HWTEST_F()
283
// case 4
LoopUARTRead
failed
in HWTEST_F()
289
EXPECT_CALL(mockDaemonUART,
LoopUARTRead
).Times(1).WillOnce(Return(-1));
in HWTEST_F()
314
* @tc.name:
LoopUARTRead
[all...]
/developtools/hdc/src/daemon/
H
A
D
daemon_uart.h
50
virtual int
LoopUARTRead
();
H
A
D
daemon_uart.cpp
111
if ((
LoopUARTRead
() != RET_SUCCESS)) {
in WatcherTimerCallBack()
112
WRITE_LOG(LOG_DEBUG, "
LoopUARTRead
fail ! ");
in WatcherTimerCallBack()
290
int HdcDaemonUART::
LoopUARTRead
()
in LoopUARTRead()
function in Hdc::HdcDaemonUART
Completed in 2 milliseconds