Searched defs:interested (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp24 * Another entity could subscribe to the event source for events it is interested in.
26 * registered at the moment of firing event as ones interested in this
728 VBoxEventType_T interested = aInterested[i]; local
732 if (implies(interested, candidate))
1016 com::SafeArray<VBoxEventType_T> interested(aInteresting);
1017 RecordHolder<ListenerRecord> lrh(new ListenerRecord(aListener, interested, aActive, this));
1080 /* Anyone interested in this event? */

Completed in 306 milliseconds