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:RET_OK
(Results
1 - 10
of
10
) sorted by relevance
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
H
A
D
ActsMediaRecorderTest.cpp
29
const int32_t
RET_OK
= 0;
member
77
EXPECT_EQ(
RET_OK
, retStatus);
in HWTEST_F()
79
EXPECT_EQ(
RET_OK
, retStatus);
in HWTEST_F()
81
EXPECT_EQ(
RET_OK
, retStatus);
in HWTEST_F()
83
EXPECT_EQ(
RET_OK
, retStatus);
in HWTEST_F()
86
EXPECT_EQ(
RET_OK
, retStatus);
in HWTEST_F()
106
EXPECT_EQ(
RET_OK
, retStatus);
in HWTEST_F()
108
EXPECT_EQ(
RET_OK
, retStatus);
in HWTEST_F()
110
EXPECT_EQ(
RET_OK
, retStatus);
in HWTEST_F()
113
EXPECT_NE(
RET_OK
, retStatu
in HWTEST_F()
[all...]
/test/ostest/wukong/component_event/src/
H
A
D
tree_manager.cpp
54
auto res = Accessibility::
RET_OK
;
in RecursGetChildElementInfo()
69
if (res != Accessibility::
RET_OK
) {
in RecursGetChildElementInfo()
102
return res == Accessibility::
RET_OK
? true : false;
in RecursGetChildElementInfo()
262
if (bResult != Accessibility::
RET_OK
) {
in UpdateComponentInfo()
/test/xts/acts/multimedia/media/media_cpp_standard/include/
H
A
D
ndktest_log.h
22
#define
RET_OK
0
macro
/test/xts/acts/multimedia_lite/utils_posix/common/include/
H
A
D
ActsTestMediaUtils.h
32
const int32_t
RET_OK
= 0;
variable
47
* @return check result
RET_OK
or RET_ERR
55
* @return pic saved success or failed retur
RET_OK
or RET_ERR
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H
A
D
ActsMediaCameraTest.h
23
const int32_t
RET_OK
= 0;
member
H
A
D
ActsMediaCameraTest.cpp
207
return
RET_OK
;
in FileCheck()
/test/xts/acts/security_lite/permission_posix/pms/src/
H
A
D
ActsPMSTest.h
63
const int
RET_OK
= 0;
variable
/test/ostest/wukong/common/src/
H
A
D
component_manager.cpp
152
if (ability->RegisterAbilityListener(g_monitorInstance_) != Accessibility::
RET_OK
) {
in Connect()
157
if (ability->Connect() != Accessibility::
RET_OK
) {
in Connect()
/test/xts/acts/multimedia_lite/utils_posix/common/src/
H
A
D
ActsTestMediaUtils.cpp
53
return
RET_OK
;
in FileCheck()
/test/ostest/wukong/shell_command/src/
H
A
D
wukong_shell_command.cpp
144
if (aacPtr->GetRoot(root) != Accessibility::
RET_OK
) {
in RunTestCommand()
Completed in 9 milliseconds