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:retCode_
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H
A
D
hisysevent_operation.cpp
28
return (eventBase.
retCode_
< SUCCESS);
in IsError()
33
if (eventBase.
retCode_
> SUCCESS) {
in ExplainRetCode()
35
eventBase.
retCode_
, ERR_MSG_LEVEL1[eventBase.
retCode_
- 1]);
in ExplainRetCode()
36
} else if (eventBase.
retCode_
< SUCCESS) {
in ExplainRetCode()
38
eventBase.
retCode_
, ERR_MSG_LEVEL0[-eventBase.
retCode_
- 1]);
in ExplainRetCode()
53
eventBase.
retCode_
= retCode;
in IsWarnAndUpdate()
63
eventBase.
retCode_
= ERR_KEY_NUMBER_TOO_MUCH;
in UpdateAndCheckKeyNumIsOver()
72
eventBase.
retCode_
in CombineBaseInfo()
[all...]
/base/update/updater/services/script/script_interpreter/
H
A
D
script_context.h
167
explicit ErrorValue(int32_t retCode) : UScriptValue(UScriptValue::VALUE_TYPE_ERROR),
retCode_
(retCode) {}
in ErrorValue()
173
return
retCode_
== USCRIPT_SUCCESS;
178
return
retCode_
;
in GetValue()
183
return
retCode_
= code;
in SetValue()
193
int32_t
retCode_
= 0;
member in Uscript::ErrorValue
H
A
D
script_context.cpp
566
return to_string(
retCode_
);
in ToString()
/base/powermgr/battery_statistics/test/unittest/include/servicetest/utils/
H
A
D
hisysevent_operation.h
38
:
retCode_
(0), keyCnt_(0), domain_(domain), eventName_(eventName), type_(type)
in EventBase()
42
int
retCode_
;
member in OHOS::PowerMgr::HiSysEventOperation::EventBase
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H
A
D
hisysevent.cpp
44
retCode_
= 0;
in EventBase()
67
return
retCode_
;
in GetRetCode()
72
retCode_
= retCode;
in SetRetCode()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H
A
D
hisysevent.h
304
int
retCode_
= 0;
member in OHOS::HiviewDFX::HiSysEvent::EventBase
Completed in 6 milliseconds