Searched refs:E_NOTIMPL (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Runtime/darwin/
H A DRTErrConvertFromDarwinCOM.cpp47 case E_NOTIMPL: return VERR_NOT_IMPLEMENTED;
/vbox/src/VBox/Main/testcase/
H A DtstUSBLinux.h23 enum { S_OK = 0, E_NOTIMPL = 1 }; enumerator in enum:__anon16532
/vbox/src/VBox/Main/src-server/
H A DHostNetworkInterfaceImpl.cpp179 return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
440 return E_NOTIMPL;
493 return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
506 return E_NOTIMPL;
524 return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
548 return E_NOTIMPL;
554 return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
563 return E_NOTIMPL;
569 return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
H A DProgressProxyImpl.cpp597 return E_NOTIMPL;
606 return E_NOTIMPL;
689 return E_NOTIMPL;
697 return E_NOTIMPL;
H A DHostVideoInputDeviceImpl.cpp187 hr = E_NOTIMPL;
H A DHostImpl.cpp652 hr = E_NOTIMPL;
810 /* Note: The GUI depends on this method returning E_NOTIMPL with no
867 /* Note: The GUI depends on this method returning E_NOTIMPL with no
1273 return E_NOTIMPL;
1313 return r == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
1315 return E_NOTIMPL;
1334 /* Note: The GUI depends on this method returning E_NOTIMPL with no
1395 /* Note: The GUI depends on this method returning E_NOTIMPL with no
1449 /* Note: The GUI depends on this method returning E_NOTIMPL with no
1486 return E_NOTIMPL;
[all...]
H A DStorageControllerImpl.cpp638 return setError(E_NOTIMPL,
673 return setError(E_NOTIMPL,
H A DVirtualBoxImpl.cpp1020 return setError(E_NOTIMPL, "Not yet implemented");
1064 return E_NOTIMPL;
1082 hrc = E_NOTIMPL;
1924 return setError(E_NOTIMPL, "Not yet implemented");
1930 return setError(E_NOTIMPL, "Not yet implemented");
4840 // return E_NOTIMPL;
5030 return E_NOTIMPL;
5066 return E_NOTIMPL;
5083 return E_NOTIMPL;
5191 return E_NOTIMPL;
[all...]
H A DUSBDeviceFilterImpl.cpp1133 return setError(E_NOTIMPL,
1148 return setError(E_NOTIMPL,
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredentialProvider.cpp115 return E_NOTIMPL;
120 return E_NOTIMPL;
127 return E_NOTIMPL;
134 return E_NOTIMPL;
H A DVBoxCredProvCredential.cpp780 return E_NOTIMPL;
790 return E_NOTIMPL;
800 return E_NOTIMPL;
810 return E_NOTIMPL;
819 return E_NOTIMPL;
828 return E_NOTIMPL;
836 return E_NOTIMPL;
H A DVBoxCredProvProvider.cpp292 hr = E_NOTIMPL;
316 return E_NOTIMPL;
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp183 return E_NOTIMPL;
188 return E_NOTIMPL;
H A DVirtualBoxBase.cpp207 case E_NOTIMPL: aText = "The requested operation is not implemented"; break;
H A DGlobal.cpp537 case E_NOTIMPL: return VERR_NOT_IMPLEMENTED;
582 case VERR_NOT_IMPLEMENTED: return E_NOTIMPL;
/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp278 return E_NOTIMPL;
930 return E_NOTIMPL;
947 return E_NOTIMPL;
964 return E_NOTIMPL;
979 return E_NOTIMPL;
995 return E_NOTIMPL;
1014 return E_NOTIMPL;
1029 return E_NOTIMPL;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp76 STDMETHOD(COMGETTER(Id))(OUT_GUID a_pId) { return E_NOTIMPL; }
81 STDMETHOD(COMGETTER(Manufacturer))(BSTR *a_pManufacturer) { return E_NOTIMPL; }
82 STDMETHOD(COMGETTER(Product))(BSTR *a_pProduct) { return E_NOTIMPL; }
83 STDMETHOD(COMGETTER(SerialNumber))(BSTR *a_pSerialNumber) { return E_NOTIMPL; }
84 STDMETHOD(COMGETTER(Address))(BSTR *a_pAddress) { return E_NOTIMPL; }
H A DVBoxManageDisk.cpp679 if (rc == E_NOTIMPL)
698 if (rc == E_NOTIMPL)
1795 if (rc == E_NOTIMPL)
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp432 return E_NOTIMPL;
437 return E_NOTIMPL;
451 hr = E_NOTIMPL;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp614 return E_NOTIMPL;
619 return E_NOTIMPL;
1408 return E_NOTIMPL;
1420 return E_NOTIMPL;
1539 return E_NOTIMPL;
1552 return E_NOTIMPL;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp511 return E_NOTIMPL;
516 return E_NOTIMPL;
530 hr = E_NOTIMPL;
/vbox/include/VBox/com/
H A Ddefs.h370 #define E_NOTIMPL NS_ERROR_NOT_IMPLEMENTED macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c3193 return E_NOTIMPL;
3205 return E_NOTIMPL;
3231 return E_NOTIMPL;
3238 return E_NOTIMPL;
3245 return E_NOTIMPL;
3254 return E_NOTIMPL;
3261 return E_NOTIMPL;
3270 return E_NOTIMPL;
3297 return E_NOTIMPL;
3307 return E_NOTIMPL;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispKmt.cpp256 return E_NOTIMPL;
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py723 oDst.NS_ERROR_NOT_IMPLEMENTED = oDst.E_NOTIMPL
829 oDst.E_NOTIMPL = oDst.NS_ERROR_NOT_IMPLEMENTED

Completed in 142 milliseconds

123