Searched refs:aExecutionCap (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/include/
H A DSessionImpl.h97 HRESULT onCPUExecutionCapChange(ULONG aExecutionCap);
H A DConsoleImpl.h166 HRESULT i_onCPUExecutionCapChange(ULONG aExecutionCap);
/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp639 HRESULT Session::onCPUExecutionCapChange(ULONG aExecutionCap) argument
649 return mConsole->i_onCPUExecutionCapChange(aExecutionCap);
H A DConsoleImpl.cpp5051 HRESULT Console::i_onCPUExecutionCapChange(ULONG aExecutionCap) argument
5072 rc = VMR3SetCpuExecutionCap(ptrVM.rawUVM(), aExecutionCap);
5083 fireCPUExecutionCapChangedEvent(mEventSource, aExecutionCap);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp13843 HRESULT SessionMachine::i_onCPUExecutionCapChange(ULONG aExecutionCap) argument
13861 return directControl->OnCPUExecutionCapChange(aExecutionCap);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h17896 #define ICPUExecutionCapChangedEvent_get_ExecutionCap(p, aExecutionCap) ((p)->lpVtbl->GetExecutionCap(p, aExecutionCap))
17897 #define ICPUExecutionCapChangedEvent_GetExecutionCap(p, aExecutionCap) ((p)->lpVtbl->GetExecutionCap(p, aExecutionCap))

Completed in 570 milliseconds