Searched refs:S_OK (Results 126 - 150 of 308) sorted by relevance

1234567891011>>

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp142 return S_OK;
309 return S_OK;
316 return S_OK;
325 HRESULT rc = S_OK;
350 return S_OK;
355 HRESULT rc = S_OK;
373 return S_OK;
381 return S_OK;
390 return S_OK;
399 return S_OK;
[all...]
H A DPerformance.cpp252 HRESULT ret = S_OK;
263 if (ret != S_OK)
288 HRESULT ret = S_OK;
309 if (ret != S_OK)
314 if (ret != S_OK)
318 if (ret == S_OK)
350 return S_OK;
448 int rc = S_OK;
552 return S_OK;
561 HRESULT rc = S_OK;
[all...]
H A DHostPower.cpp49 HRESULT rc = S_OK;
H A DApplianceImplImport.cpp88 HRESULT rc = S_OK;
104 return S_OK;
123 HRESULT rc = S_OK;
783 HRESULT rc = S_OK;
817 return S_OK;
911 HRESULT rc = S_OK;
928 HRESULT rc = S_OK;
1129 HRESULT rc = S_OK;
1219 HRESULT rc = S_OK;
1263 throw S_OK; /* tod
[all...]
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI.cpp210 return S_OK;
222 return S_OK;
236 return S_OK;
299 return S_OK;
328 return S_OK;
335 return S_OK;
683 return S_OK;
H A DtstCAPIGlue.c114 return S_OK;
122 return S_OK;
147 return S_OK;
152 return S_OK;
225 return S_OK;
309 return S_OK;
340 return S_OK;
349 return S_OK;
676 HRESULT rc2 = S_OK;
690 LONG resultCode = S_OK;
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h113 mResultCode(S_OK),
344 COMBase() : mRC(S_OK) {}
536 COMResult() : mRC(S_OK) {}
588 bool isReallyOk() const { return mRC == S_OK; }
703 B::mRC = S_OK;
717 B::mRC = S_OK;
754 bool isReallyOk() const { return !isNull() && B::mRC == S_OK; }
H A DCOMDefs.cpp154 HRESULT rc = S_OK;
241 mResultCode = S_OK;
352 if (rc == S_OK && err)
/vbox/src/VBox/Main/include/
H A DMachineImpl.h514 virtual HRESULT i_onNetworkAdapterChange(INetworkAdapter * /* networkAdapter */, BOOL /* changeAdapter */) { return S_OK; }
517 IN_BSTR /* guest port */, LONG /* guest port */ ) { return S_OK; }
518 virtual HRESULT i_onSerialPortChange(ISerialPort * /* serialPort */) { return S_OK; }
519 virtual HRESULT i_onParallelPortChange(IParallelPort * /* parallelPort */) { return S_OK; }
520 virtual HRESULT i_onVRDEServerChange(BOOL /* aRestart */) { return S_OK; }
521 virtual HRESULT i_onUSBControllerChange() { return S_OK; }
522 virtual HRESULT i_onStorageControllerChange() { return S_OK; }
523 virtual HRESULT i_onCPUChange(ULONG /* aCPU */, BOOL /* aRemove */) { return S_OK; }
524 virtual HRESULT i_onCPUExecutionCapChange(ULONG /* aExecutionCap */) { return S_OK; }
525 virtual HRESULT i_onMediumChange(IMediumAttachment * /* mediumAttachment */, BOOL /* force */) { return S_OK; }
[all...]
H A DAutoCaller.h85 * rc() will return S_OK).
177 * rc() will return S_OK).
184 mRC = S_OK;
241 * rc() will return S_OK).
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp73 return S_OK;
77 STDMETHOD(COMGETTER(VendorId))(USHORT *a_pusVendorId) { *a_pusVendorId = m_usVendorId; return S_OK; }
78 STDMETHOD(COMGETTER(ProductId))(USHORT *a_pusProductId) { *a_pusProductId = m_usProductId; return S_OK; }
79 STDMETHOD(COMGETTER(Revision))(USHORT *a_pusRevision) { *a_pusRevision = m_bcdRevision; return S_OK; }
80 STDMETHOD(COMGETTER(SerialHash))(ULONG64 *a_pullSerialHash) { *a_pullSerialHash = m_u64SerialHash; return S_OK; }
170 HRESULT rc = S_OK;
H A DVBoxManageGuestProp.cpp81 HRESULT rc = S_OK;
123 HRESULT rc = S_OK;
181 HRESULT rc = S_OK;
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp188 (aWarning && aResultCode != S_OK),
195 HRESULT rc = S_OK;
392 HRESULT rc = S_OK;
554 HRESULT rc = S_OK;
/vbox/src/VBox/Main/src-server/win/
H A DVBoxComEvents.cpp91 return S_OK;
/vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/
H A DUSBUninstall.cpp73 if (hr != S_OK)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dstateblock.c51 return S_OK;
H A Dshader.c48 return S_OK;
192 return S_OK;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dstateblock.c47 return S_OK;
/vbox/include/VBox/com/
H A Dlisteners.h100 return S_OK;
/vbox/src/VBox/Main/src-server/darwin/
H A DUSBProxyServiceDarwin.cpp51 * @returns S_OK on success and non-fatal failures, some COM error otherwise.
63 return S_OK;
72 return S_OK;
/vbox/src/VBox/Main/src-client/
H A DGuestProcessImpl.cpp101 return S_OK;
131 return S_OK;
295 return S_OK;
308 return S_OK;
323 return S_OK;
338 return S_OK;
353 return S_OK;
368 return S_OK;
383 return S_OK;
398 return S_OK;
[all...]
H A DGuestDnDPrivate.cpp324 hr = m_progress->i_notifyComplete(S_OK);
841 return S_OK;
848 return S_OK;
863 return S_OK;
877 return S_OK;
H A DGuestCtrlImpl.cpp150 HRESULT hr = S_OK;
511 HRESULT hr = S_OK;
566 return S_OK;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp102 hr = S_OK;
189 return S_OK;
391 hr = S_OK;
438 hr = S_OK;
502 return (LookupFormatEtc(pFormatEtc, NULL /* puIndex */)) ? S_OK : DV_E_FORMATETC;
/vbox/src/VBox/Main/testcase/
H A DtstUSBProxyLinux.cpp35 HRESULT USBProxyService::init() { return S_OK; }

Completed in 188 milliseconds

1234567891011>>