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:lastErrMsg_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/player_framework/services/services/transcoder/server/
H
A
D
transcoder_server.cpp
110
lastErrMsg_
= MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode));
in OnError()
111
FaultEventWrite(
lastErrMsg_
, "TransCoder");
in OnError()
113
transCoderCb_->OnError(errorCode,
lastErrMsg_
);
in OnError()
426
if (
lastErrMsg_
.size() != 0) {
in DumpInfo()
427
dumpString += "TransCoderServer last error is: " +
lastErrMsg_
+ "\n";
in DumpInfo()
H
A
D
transcoder_server.h
96
std::string
lastErrMsg_
;
member in OHOS::Media::TransCoderServer
/foundation/multimedia/player_framework/services/services/player/server/
H
A
D
player_server.cpp
112
lastErrMsg_
.c_str(), config_.speedMode, config_.looping?"true":"false", config_.effectMode,
in Init()
707
lastErrMsg_
.clear();
in HandleReset()
1498
if (
lastErrMsg_
.size() != 0) {
in DumpInfo()
1499
dumpString += "PlayerServer last error is: " +
lastErrMsg_
+ "\n";
in DumpInfo()
1574
lastErrMsg_
= errorMsg;
in OnErrorCb()
1575
FaultEventWrite(
lastErrMsg_
, "Player");
in OnErrorCb()
H
A
D
player_server.h
175
std::string
lastErrMsg_
;
member in OHOS::Media::PlayerServer
/foundation/multimedia/av_codec/services/services/codec/server/
H
A
D
codec_server.h
141
std::string
lastErrMsg_
;
member in OHOS::MediaAVCodec::CodecServer
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
recorder_server.h
181
std::string
lastErrMsg_
;
member in OHOS::Media::RecorderServer
H
A
D
recorder_server.cpp
142
lastErrMsg_
= MSErrorToExtErrorString(static_cast<MediaServiceErrCode>(errorCode));
in OnError()
143
FaultEventWrite(
lastErrMsg_
, "Recorder");
in OnError()
144
SetErrorInfo(errorCode,
lastErrMsg_
);
in OnError()
1010
if (
lastErrMsg_
.size() != 0) {
in DumpInfo()
1011
dumpString += "RecorderServer last error is: " +
lastErrMsg_
+ "\n";
in DumpInfo()
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H
A
D
player_server_mem.cpp
133
lastErrMsg_
= playerServerConfig_.lastErrMsg;
in SetPlayerServerConfig()
141
playerServerConfig_.lastErrMsg =
lastErrMsg_
;
in GetPlayerServerConfig()
Completed in 10 milliseconds