Searched defs:MsgCallback (Results 1 – 4 of 4) sorted by relevance
53 struct MsgCallback { struct68 bool RegistrationEvent(MsgCallback& msg) in RegistrationEvent() argument
31 struct MsgCallback { struct43 return (GetMsgCallback(id) != nullptr); in CheckKey() argument
29 using MsgCallback = std::function<void(const std::shared_ptr<Attributes> &)>; variable
19 typedef void (*MsgCallback)(void *privDate); typedef