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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2295 HRESULT VirtualBox::i_postEvent(Event *event) function in class:VirtualBox
2704 i_postEvent(new MachineEvent(this, VBoxEventType_OnMachineStateChanged, aId, aState));
2712 i_postEvent(new MachineEvent(this, VBoxEventType_OnMachineDataChanged, aId, aTemporary));
2781 i_postEvent(new ExtraDataEvent(this, aId, aKey, aValue));
2789 i_postEvent(new MachineEvent(this, VBoxEventType_OnMachineRegistered, aId, aRegistered));
2813 i_postEvent(new SessionEvent(this, aId, aState));
2840 i_postEvent(new SnapshotEvent(this, aMachineId, aSnapshotId,
2849 i_postEvent(new SnapshotEvent(this, aMachineId, aSnapshotId,
2858 i_postEvent(new SnapshotEvent(this, aMachineId, aSnapshotId,
2867 i_postEvent(ne
[all...]

Completed in 58 milliseconds