Searched defs:i_onStorageDeviceChange (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMachineImpl.h530 virtual HRESULT i_onStorageDeviceChange(IMediumAttachment * /* mediumAttachment */, BOOL /* remove */, function in class:Machine
1340 HRESULT i_onStorageDeviceChange(IMediumAttachment *aMediumAttachment, BOOL aRemove, BOOL aSilent);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp5631 HRESULT Console::i_onStorageDeviceChange(IMediumAttachment *aMediumAttachment, BOOL aRemove, BOOL aSilent) function in class:Console
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp3899 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 241 milliseconds