Searched refs:DFX_EVENT_HANDLERS_ (Results 1 – 2 of 2) sorted by relevance
31 const std::map<DfxEventType, DfxEventHandleFunc> DfxAgent::DFX_EVENT_HANDLERS_ = { member in OHOS::Media::DfxAgent74 auto ret = DfxAgent::DFX_EVENT_HANDLERS_.find(event.type); in OnDfxEvent()75 FALSE_RETURN(ret != DfxAgent::DFX_EVENT_HANDLERS_.end()); in OnDfxEvent()
61 static const std::map<DfxEventType, DfxEventHandleFunc> DFX_EVENT_HANDLERS_; variable