Searched refs:dropMsg (Results 1 – 1 of 1) sorted by relevance
240 BMessage dropMsg(M_WIRE_DROPPED); in MessageDropped() local241 dropMsg.AddPointer("from", reinterpret_cast<void *>(endPoint)); in MessageDropped()242 dropMsg.AddPointer("to", reinterpret_cast<void *>(this)); in MessageDropped()243 dropMsg.AddBool("success", success); in MessageDropped()245 BMessenger(v).SendMessage(&dropMsg); in MessageDropped()