Searched refs:DfxEventHandleFunc (Results 1 – 2 of 2) sorted by relevance
38 using DfxEventHandleFunc = std::function<void(std::weak_ptr<DfxAgent> ptr, const DfxEvent&)>; variable61 static const std::map<DfxEventType, DfxEventHandleFunc> DFX_EVENT_HANDLERS_;
31 const std::map<DfxEventType, DfxEventHandleFunc> DfxAgent::DFX_EVENT_HANDLERS_ = {