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:DfxAgent
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
dfx_agent.cpp
16
#define HST_LOG_TAG "
DfxAgent
"
24
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_DOMAIN_PLAYER, "
DfxAgent
" };
31
DfxAgent
::
DfxAgent
(const std::string& groupId, const std::string& appName) : groupId_(groupId), appName_(appName)
in DfxAgent()
function in OHOS::Media::DfxAgent
34
MEDIA_LOG_I("
DfxAgent
create for app " PUBLIC_LOG_S, appName_.c_str());
in DfxAgent()
37
DfxAgent
::~
DfxAgent
()
in ~DfxAgent()
42
void
DfxAgent
::SetDemuxer(std::weak_ptr<Pipeline::DemuxerFilter> demuxer)
in SetDemuxer()
47
void
DfxAgent
::SetSourceType(PlayerDfxSourceType type)
in SetSourceType()
52
void
DfxAgent
[all...]
H
A
D
dfx_agent.h
35
class
DfxAgent
: public std::enable_shared_from_this<
DfxAgent
> {
class
37
DfxAgent
(const std::string& groupId, const std::string& appName);
38
~
DfxAgent
();
H
A
D
hiplayer_impl.h
365
std::shared_ptr<
DfxAgent
> dfxAgent_{};
H
A
D
hiplayer_impl.cpp
108
dfxAgent_ = std::make_shared<
DfxAgent
>(playerId_, bundleName_);
in HiPlayerImpl()
Completed in 6 milliseconds