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:FAIL_RETURN
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H
A
D
error_code.h
51
#ifndef
FAIL_RETURN
52
#define
FAIL_RETURN
(exec) \
macro
56
MEDIA_LOG_E("
FAIL_RETURN
on ErrorCode(" PUBLIC_LOG_S ").", GetErrorName(returnValue)); \
/foundation/multimedia/image_effect/interfaces/inner_api/native/common/
H
A
D
error_code.h
157
#ifndef
FAIL_RETURN
158
#define
FAIL_RETURN
(exec) \
macro
162
EFFECT_LOGE("
FAIL_RETURN
on ErrorCode(%{public}s).", GetErrorName(returnValue).c_str()); \
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H
A
D
pipeline_core.cpp
135
FAIL_RETURN
(outPort->Connect(inPort));
in LinkPorts()
136
FAIL_RETURN
(inPort->Connect(outPort));
in LinkPorts()
H
A
D
port.cpp
53
FAIL_RETURN
(ptr->Activate(modes, workMode_));
in Activate()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H
A
D
pipeline_core.cpp
211
FAIL_RETURN
(port1->Connect(port2));
in LinkPorts()
212
FAIL_RETURN
(port2->Connect(port1));
in LinkPorts()
H
A
D
port.cpp
60
FAIL_RETURN
(ptr->Activate(modes, workMode));
in Activate()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/
H
A
D
audio_decoder_filter.cpp
76
FAIL_RETURN
(CodecFilterBase::Stop());
in Stop()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H
A
D
video_decoder_filter.cpp
86
FAIL_RETURN
(CodecFilterBase::Stop());
in Stop()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H
A
D
async_mode.cpp
89
FAIL_RETURN
(CodecMode::Configure());
in Configure()
Completed in 5 milliseconds