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:ret2
(Results
1 - 5
of
5
) sorted by relevance
/ide/tools/previewer/test/unittest/mock_lite/
H
A
D
VibratorModuleImplTest.cpp
27
int32_t
ret2
= Vibrate(vibMode2);
in TEST()
local
28
EXPECT_EQ(
ret2
, 0);
in TEST()
H
A
D
BatteryModuleImplTest.cpp
39
int32_t
ret2
= GetBatteryStatus(&testCharging, &testLevel);
in TEST()
local
40
EXPECT_EQ(
ret2
, 0); // 0 is function return value
in TEST()
H
A
D
VirtualLocationTest.cpp
87
bool
ret2
= VirtualLocation::GetInstance().IsPostionChanged();
in TEST()
local
88
EXPECT_TRUE(
ret2
);
in TEST()
/ide/tools/previewer/test/fuzztest/
H
A
D
ChangeJsonUtil.cpp
107
errno_t
ret2
= strcpy_s(item->valuestring, length, strVal.c_str()); // 复制字符串内容
in ModifyObject4ChangeType()
local
108
if (
ret2
!= EOK) {
in ModifyObject4ChangeType()
/ide/tools/previewer/test/unittest/jsapp/
H
A
D
StageContextTest.cpp
257
std::vector<uint8_t>*
ret2
=
in TEST_F()
local
260
EXPECT_FALSE(
ret2
== nullptr);
in TEST_F()
Completed in 2 milliseconds