Searched defs:FinalConstruct (Results 26 - 50 of 63) sorted by relevance

123

/vbox/src/VBox/Main/src-server/
H A DHostNetworkInterfaceImpl.cpp48 HRESULT HostNetworkInterface::FinalConstruct() function in class:HostNetworkInterface
H A DSerialPortImpl.cpp37 HRESULT SerialPort::FinalConstruct() function in class:SerialPort
H A DDHCPServerImpl.cpp78 HRESULT DHCPServer::FinalConstruct() function in class:DHCPServer
H A DMediumAttachmentImpl.cpp89 HRESULT MediumAttachment::FinalConstruct() function in class:MediumAttachment
H A DPerformanceImpl.cpp156 HRESULT PerformanceCollector::FinalConstruct() function in class:PerformanceCollector
799 HRESULT PerformanceMetric::FinalConstruct() function in class:PerformanceMetric
H A DProgressProxyImpl.cpp46 HRESULT ProgressProxy::FinalConstruct() function in class:ProgressProxy
53 HRESULT rc = Progress::FinalConstruct();
H A DStorageControllerImpl.cpp108 HRESULT StorageController::FinalConstruct() function in class:StorageController
H A DUSBDeviceFilterImpl.cpp189 HRESULT USBDeviceFilter::FinalConstruct() function in class:USBDeviceFilter
843 HRESULT HostUSBDeviceFilter::FinalConstruct() function in class:HostUSBDeviceFilter
H A DUSBDeviceFiltersImpl.cpp78 HRESULT USBDeviceFilters::FinalConstruct() function in class:USBDeviceFilters
H A DVRDEServerImpl.cpp58 HRESULT VRDEServer::FinalConstruct() function in class:VRDEServer
H A DHostUSBDeviceImpl.cpp38 HRESULT HostUSBDevice::FinalConstruct() function in class:HostUSBDevice
H A DNATEngineImpl.cpp75 HRESULT NATEngine::FinalConstruct() function in class:NATEngine
H A DNetworkAdapterImpl.cpp48 HRESULT NetworkAdapter::FinalConstruct() function in class:NetworkAdapter
H A DNATNetworkImpl.cpp104 HRESULT NATNetwork::FinalConstruct() function in class:NATNetwork
H A DSystemPropertiesImpl.cpp61 HRESULT SystemProperties::FinalConstruct() function in class:SystemProperties
/vbox/src/VBox/Main/src-client/
H A DEmulatedUSBImpl.cpp348 HRESULT EmulatedUSB::FinalConstruct() function in class:EmulatedUSB
H A DGuestFileImpl.cpp108 HRESULT GuestFile::FinalConstruct(void) function in class:GuestFile
H A DSessionImpl.cpp52 HRESULT Session::FinalConstruct() function in class:Session
H A DGuestImpl.cpp50 HRESULT Guest::FinalConstruct() function in class:Guest
H A DMachineDebuggerImpl.cpp51 HRESULT MachineDebugger::FinalConstruct() function in class:MachineDebugger
H A DMouseImpl.cpp40 HRESULT FinalConstruct();
81 HRESULT MousePointerShape::FinalConstruct() function in class:MousePointerShape
226 HRESULT Mouse::FinalConstruct() function in class:Mouse
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp57 HRESULT Progress::FinalConstruct() function in class:Progress
H A DEventImpl.cpp87 HRESULT VBoxEvent::FinalConstruct() function in class:VBoxEvent
240 HRESULT VBoxVetoEvent::FinalConstruct() function in class:VBoxVetoEvent
946 HRESULT EventSource::FinalConstruct() function in class:EventSource
1241 HRESULT FinalConstruct() function in class:PassiveEventListener
1281 HRESULT FinalConstruct() function in class:ProxyEventListener
1336 HRESULT FinalConstruct() function in class:EventSourceAggregator
/vbox/include/VBox/com/
H A Ddefs.h390 * FinalConstruct()/FinalRelease() functionality on Linux. */
399 HRESULT FinalConstruct() { return S_OK; } function in class:CComObjectRootEx
426 * template, so it calls FinalConstruct() right after object creation
428 * The result from FinalConstruct() is returned to the caller.
449 NS_ADDREF(inst); /* protect FinalConstruct() */ \
450 rv = inst->FinalConstruct(); \
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp81 HRESULT VBoxSDLFB::FinalConstruct() function in class:VBoxSDLFB

Completed in 115 milliseconds

123