Searched refs:fCanceled (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | GuestSessionImplTasks.cpp | 99 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 D | ConsoleImplTeleporter.cpp | 527 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 D | ConsoleImpl.cpp | 7296 BOOL fCanceled; local 7297 rc = pPowerupProgress->COMGETTER(Canceled)(&fCanceled); 7301 if (fCanceled)
|
/vbox/src/VBox/Main/src-server/ |
H A D | ProgressProxyImpl.cpp | 324 BOOL fCanceled; local 325 hrc = pOtherProgress->COMGETTER(Canceled)(&fCanceled); 327 fCanceled = FALSE; 328 if (fCanceled)
|
H A D | VFSExplorerImpl.cpp | 251 BOOL fCanceled; local 252 pTask->progress->COMGETTER(Canceled)(&fCanceled); 253 if (fCanceled)
|
H A D | ApplianceImpl.cpp | 1042 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 D | MachineImplCloneVM.cpp | 721 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 D | ProgressImpl.cpp | 940 BOOL fCanceled = FALSE; local 954 rc = COMGETTER(Canceled)(&fCanceled); 956 if (fCanceled) 967 if (!fCanceled)
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | fileaio-posix.cpp | 95 volatile bool fCanceled; member in struct:RTFILEAIOREQINTERNAL 476 ASMAtomicXchgBool(&pReqInt->fCanceled, true);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | FTM.cpp | 575 static DECLCALLBACK(int) ftmR3TcpOpClose(void *pvUser, bool fCanceled) argument 583 EofHdr.cb = fCanceled ? UINT32_MAX : 0;
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageGuestCtrl.cpp | 703 BOOL fCanceled; local 704 CHECK_ERROR_BREAK(pProgress, COMGETTER(Canceled)(&fCanceled)); 705 if (!fCanceled)
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | vboxwrappers.py | 497 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 D | DevAHCI.cpp | 5947 bool fCanceled = false; local 6121 fCanceled = true; 6156 return fCanceled;
|
Completed in 132 milliseconds