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:extCode
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/common/
H
A
D
media_errors.cpp
454
MediaServiceExtErrCode
extCode
= MSERRCODE_TO_EXTERRORCODE.at(code);
in MSErrorToExtErrorString()
local
455
if (MSEXTERRCODE_INFOS.count(
extCode
) != 0) {
in MSErrorToExtErrorString()
456
return MSEXTERRCODE_INFOS.at(
extCode
);
in MSErrorToExtErrorString()
466
MediaServiceExtErrCodeAPI9
extCode
= MSERRCODE_TO_EXTERRORCODEAPI9.at(code);
in MSErrorToExtErrorAPI9String()
local
467
if (MSEXTERRAPI9CODE_FUNCS.count(
extCode
) != 0) {
in MSErrorToExtErrorAPI9String()
468
return MSEXTERRAPI9CODE_FUNCS.at(
extCode
)(param1, param2);
in MSErrorToExtErrorAPI9String()
/foundation/multimedia/av_codec/frameworks/native/common/
H
A
D
avcodec_errors.cpp
296
OH_AVErrCode
extCode
= AVCSERRCODE_TO_OHAVCODECERRCODE.at(code);
in AVCSErrorToOHAVErrCodeString()
local
297
if (OHAVCODECERRCODE_INFOS.count(
extCode
) != 0) {
in AVCSErrorToOHAVErrCodeString()
298
return OHAVCODECERRCODE_INFOS.at(
extCode
);
in AVCSErrorToOHAVErrCodeString()
Completed in 2 milliseconds