Searched refs:i_onStorageDeviceChange (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | MachineImpl.h | 530 virtual HRESULT i_onStorageDeviceChange(IMediumAttachment * /* mediumAttachment */, BOOL /* remove */, function in class:Machine 1340 HRESULT i_onStorageDeviceChange(IMediumAttachment *aMediumAttachment, BOOL aRemove, BOOL aSilent);
|
H A D | ConsoleImpl.h | 177 HRESULT i_onStorageDeviceChange(IMediumAttachment *aMediumAttachment, BOOL aRemove, BOOL aSilent);
|
/vbox/src/VBox/Main/src-client/ |
H A D | SessionImpl.cpp | 840 return mConsole->i_onStorageDeviceChange(aMediumAttachment, aRemove, aSilent);
|
H A D | ConsoleImpl.cpp | 5631 HRESULT Console::i_onStorageDeviceChange(IMediumAttachment *aMediumAttachment, BOOL aRemove, BOOL aSilent) function in class:Console
|
/vbox/src/VBox/Main/src-server/ |
H A D | MachineImpl.cpp | 3899 rc = i_onStorageDeviceChange(pAttachTemp, FALSE /* aRemove */, fSilent); 3997 rc = i_onStorageDeviceChange(pAttachTemp, FALSE /* aRemove */, fSilent); 4269 rc = i_onStorageDeviceChange(attachment, FALSE /* aRemove */, fSilent); 4353 rc = i_onStorageDeviceChange(pAttach, TRUE /* aRemove */, fSilent); 14035 HRESULT SessionMachine::i_onStorageDeviceChange(IMediumAttachment *aAttachment, BOOL aRemove, BOOL aSilent) function in class:SessionMachine
|
Completed in 3157 milliseconds