Home
last modified time | relevance | path

Searched refs:DfxEventHandleFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddfx_agent.h38 using DfxEventHandleFunc = std::function<void(std::weak_ptr<DfxAgent> ptr, const DfxEvent&)>; variable
61 static const std::map<DfxEventType, DfxEventHandleFunc> DFX_EVENT_HANDLERS_;
H A Ddfx_agent.cpp31 const std::map<DfxEventType, DfxEventHandleFunc> DfxAgent::DFX_EVENT_HANDLERS_ = {