Lines Matching defs:CallbackInfo
35 CallbackInfo* callbackInfo;
39 static std::map<InnerEvent::EventId, std::unordered_set<CallbackInfo *>> g_emitterImpls;
46 CallbackInfo::~CallbackInfo()
83 CallbackInfo *SearchCallbackInfo(const InnerEvent::EventId &eventIdValue, const std::string &callbackName)
102 void UpdateOnceFlag(CallbackInfo *callbackInfo, bool once)
142 callbackInfo = new (std::nothrow) CallbackInfo();
275 void ProcessCallback(const InnerEvent::Pointer& event, std::unordered_set<CallbackInfo *>& callbackInfos)
283 CallbackInfo* callbackInfo = *iter;
311 std::unordered_set<CallbackInfo *> callbackInfos;