Searched refs:fCanceled (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp99 BOOL fCanceled;
100 if ( SUCCEEDED(mProgress->COMGETTER(Canceled(&fCanceled)))
101 && fCanceled)
122 BOOL fCanceled;
124 if ( SUCCEEDED(mProgress->COMGETTER(Canceled(&fCanceled)))
125 && !fCanceled
145 BOOL fCanceled;
147 if ( SUCCEEDED(mProgress->COMGETTER(Canceled(&fCanceled)))
148 && !fCanceled
351 BOOL fCanceled local
673 BOOL fCanceled = FALSE; local
948 BOOL fCanceled = FALSE; local
[all...]
H A DConsoleImplTeleporter.cpp527 static DECLCALLBACK(int) teleporterTcpOpClose(void *pvUser, bool fCanceled) argument
535 EofHdr.cb = fCanceled ? UINT32_MAX : 0;
595 BOOL fCanceled; local
596 hrc = pState->mptrProgress->COMGETTER(Canceled)(&fCanceled);
597 if (SUCCEEDED(hrc) && fCanceled)
636 BOOL fCanceled = TRUE; local
637 HRESULT hrc = pState->mptrProgress->COMGETTER(Canceled)(&fCanceled);
640 if (fCanceled)
1142 BOOL fCanceled = TRUE; local
1143 hrc = pProgress->COMGETTER(Canceled)(&fCanceled);
[all...]
H A DConsoleImpl.cpp7296 BOOL fCanceled; local
7297 rc = pPowerupProgress->COMGETTER(Canceled)(&fCanceled);
7301 if (fCanceled)
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp324 BOOL fCanceled; local
325 hrc = pOtherProgress->COMGETTER(Canceled)(&fCanceled);
327 fCanceled = FALSE;
328 if (fCanceled)
H A DVFSExplorerImpl.cpp251 BOOL fCanceled; local
252 pTask->progress->COMGETTER(Canceled)(&fCanceled);
253 if (fCanceled)
H A DApplianceImpl.cpp1042 BOOL fCanceled; local
1047 rc = pProgressThis->COMGETTER(Canceled)(&fCanceled);
1049 if (fCanceled)
1270 BOOL fCanceled; local
1271 pTask->pProgress->COMGETTER(Canceled)(&fCanceled);
1272 if (fCanceled)
H A DMachineImplCloneVM.cpp721 BOOL fCanceled = false; local
722 HRESULT rc = pProgress->COMGETTER(Canceled)(&fCanceled);
725 if (fCanceled) return VERR_CANCELLED;
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp940 BOOL fCanceled = FALSE; local
954 rc = COMGETTER(Canceled)(&fCanceled);
956 if (fCanceled)
967 if (!fCanceled)
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp95 volatile bool fCanceled; member in struct:RTFILEAIOREQINTERNAL
476 ASMAtomicXchgBool(&pReqInt->fCanceled, true);
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp575 static DECLCALLBACK(int) ftmR3TcpOpClose(void *pvUser, bool fCanceled) argument
583 EofHdr.cb = fCanceled ? UINT32_MAX : 0;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp703 BOOL fCanceled; local
704 CHECK_ERROR_BREAK(pProgress, COMGETTER(Canceled)(&fCanceled));
705 if (!fCanceled)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py497 fCanceled = self.o.canceled;
509 # % (self.sName, iOp, cOps, sOpDesc, iOpPct, iPct, fCanceled, fCancelable, fCompleted, \
511 _ = iPct; _ = sDesc; _ = fCancelable; _ = cSecsRemain; _ = fCanceled; _ = fCompleted; _ = iOp;
/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp5947 bool fCanceled = false; local
6121 fCanceled = true;
6156 return fCanceled;

Completed in 3289 milliseconds