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_FAIL
(Results
1 - 15
of
15
) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H
A
D
log_ioctl.cpp
86
return
RET_FAIL
;
in ReceiveProcTagStats()
91
return
RET_FAIL
;
in ReceiveProcTagStats()
97
return
RET_FAIL
;
in ReceiveProcTagStats()
116
return
RET_FAIL
;
in ReceiveProcLogTypeStats()
121
return
RET_FAIL
;
in ReceiveProcLogTypeStats()
127
return
RET_FAIL
;
in ReceiveProcLogTypeStats()
137
return
RET_FAIL
;
in ReceiveProcStats()
146
return
RET_FAIL
;
in ReceiveProcStats()
151
return
RET_FAIL
;
in ReceiveProcStats()
157
return
RET_FAIL
;
in ReceiveProcStats()
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H
A
D
mem_profiler_collector_impl.cpp
52
return
RET_FAIL
;
in Prepare()
68
return
RET_FAIL
;
in Start()
84
return
RET_FAIL
;
in StartPrintNmd()
112
return
RET_FAIL
;
in Start()
143
return
RET_FAIL
;
in Start()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
H
A
D
properties.cpp
133
return
RET_FAIL
;
in PropertyGet()
140
return
RET_FAIL
;
in PropertyGet()
155
return
RET_FAIL
;
in PropertySet()
415
if (ret ==
RET_FAIL
) {
in IsKmsgSwitchOn()
444
if (ret ==
RET_FAIL
|| value[0] == 0) {
in GetBufferSize()
455
if (ret ==
RET_FAIL
) {
in IsStatsEnable()
465
if (ret ==
RET_FAIL
) {
in IsTagStatsEnable()
477
if (ret ==
RET_FAIL
|| value[0] == 0) {
in GetProcessQuota()
489
if (ret ==
RET_FAIL
|| value[0] == 0) {
in GetDomainQuota()
498
return key == "" ?
RET_FAIL
in SetBoolValue()
[all...]
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
log_kmsg.cpp
77
return
RET_FAIL
;
in LinuxReadAllKmsg()
84
return
RET_FAIL
;
in LinuxReadAllKmsg()
89
return
RET_FAIL
;
in LinuxReadAllKmsg()
H
A
D
main.cpp
90
return
RET_FAIL
;
in WriteStringToFile()
115
return
RET_FAIL
;
in RedirectStdStreamToLogFile()
178
return
RET_FAIL
;
in HilogdEntry()
H
A
D
log_persister.cpp
84
return
RET_FAIL
;
in InitCompression()
100
return
RET_FAIL
;
in InitCompression()
122
return
RET_FAIL
;
in InitFileRotator()
220
return
RET_FAIL
;
in PrepareUncompressedFile()
230
return
RET_FAIL
;
in PrepareUncompressedFile()
292
return
RET_FAIL
;
in WriteLogData()
298
return WriteUncompressedLogs(formatedLogStr) ? 0 :
RET_FAIL
;
in WriteLogData()
H
A
D
service_controller.cpp
100
return
RET_FAIL
;
in GetMsgHeader()
105
return
RET_FAIL
;
in GetMsgHeader()
114
return
RET_FAIL
;
in GetRqst()
119
return
RET_FAIL
;
in GetRqst()
586
return
RET_FAIL
;
in StartPersistStoreJob()
603
return
RET_FAIL
;
in HandlePersistStartRqst()
H
A
D
log_persister_rotator.cpp
89
return m_infoFile.is_open() ? RET_SUCCESS :
RET_FAIL
;
in OpenInfoFile()
H
A
D
log_buffer.cpp
436
return
RET_FAIL
;
in GenerateHilogMsgInside()
439
return
RET_FAIL
;
in GenerateHilogMsgInside()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H
A
D
mem_profiler_collector_impl.h
39
RET_FAIL
= -1,
enumerator
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H
A
D
log_ioctl.h
88
return
RET_FAIL
;
in RequestMsgHead()
101
return
RET_FAIL
;
in Request()
/base/hiviewdfx/hilog/test/unittest/common/
H
A
D
hilog_utils_test.cpp
241
return
RET_FAIL
;
in HWTEST_F()
249
return
RET_FAIL
;
in HWTEST_F()
252
EXPECT_EQ(ret,
RET_FAIL
);
in HWTEST_F()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H
A
D
hilog_common.h
33
#define
RET_FAIL
(-1)
macro
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H
A
D
log_utils.cpp
96
{
RET_FAIL
, "Unknown failure reason"},
144
},
RET_FAIL
, "Unknown error code");
511
if (func(path) !=
RET_FAIL
) {
in WaitingToDo()
519
return
RET_FAIL
;
in WaitingToDo()
/base/hiviewdfx/hilog/services/hilogtool/
H
A
D
main.cpp
934
PrintResult(
RET_FAIL
, (string("Persist task refresh")));
in PersistTaskRefresh()
948
PrintResult(
RET_FAIL
, (string("Persist log /data/log/hilog clear")));
in ClearPersistLog()
1103
return
RET_FAIL
;
in HilogEntry()
Completed in 11 milliseconds