Lines Matching refs:pEventSource
289 const ComObjPtr<EventSource> pEventSource;
519 if (SUCCEEDED(rc = unconst(m->pEventSource).createObject()))
520 rc = m->pEventSource->init();
817 if (m->pEventSource)
823 m->pEventSource->uninit();
824 unconst(m->pEventSource).setNull();
1071 m->pEventSource.queryInterfaceTo(aEventSource.asOutParam());
2731 evDesc.init(m->pEventSource, VBoxEventType_OnExtraDataCanChange, id.raw(), aKey, aValue);
2909 fireNATRedirectEvent(m->pEventSource, aMachineId.toUtf16().raw(), ulSlot, fRemove, aName, aProto, aHostIp,
2915 fireNATNetworkChangedEvent(m->pEventSource, aName);
2920 fireNATNetworkStartStopEvent(m->pEventSource, aName, fStart);
2928 fireNATNetworkSettingEvent(m->pEventSource, aNetworkName, aEnabled,
2938 fireNATNetworkPortForwardEvent(m->pEventSource, aNetworkName, create,
2947 if (m->pEventSource)
2948 fireHostNameResolutionConfigurationChangeEvent(m->pEventSource);
4829 prepareEventDesc(mVirtualBox->m->pEventSource, evDesc);
5024 fireNATNetworkCreationDeletionEvent(m->pEventSource, Bstr(aNetworkName).raw(), TRUE);
5079 fireNATNetworkCreationDeletionEvent(m->pEventSource, name.raw(), FALSE);