Home
last modified time | relevance | path

Searched refs:DfxAgent (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddfx_agent.cpp16 #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 Ddfx_agent.h35 class DfxAgent : public std::enable_shared_from_this<DfxAgent> { class
37 DfxAgent(const std::string& groupId, const std::string& appName);
38 ~DfxAgent();
H A Dhiplayer_impl.h365 std::shared_ptr<DfxAgent> dfxAgent_{};
H A Dhiplayer_impl.cpp108 dfxAgent_ = std::make_shared<DfxAgent>(playerId_, bundleName_); in HiPlayerImpl()

Completed in 6 milliseconds