Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddfx_agent.cpp31 const std::map<DfxEventType, DfxEventHandleFunc> DfxAgent::DFX_EVENT_HANDLERS_ = { member in OHOS::Media::DfxAgent
74 auto ret = DfxAgent::DFX_EVENT_HANDLERS_.find(event.type); in OnDfxEvent()
75 FALSE_RETURN(ret != DfxAgent::DFX_EVENT_HANDLERS_.end()); in OnDfxEvent()
H A Ddfx_agent.h61 static const std::map<DfxEventType, DfxEventHandleFunc> DFX_EVENT_HANDLERS_; variable