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

/vbox/src/VBox/Main/src-client/
H A DBusAssignmentManager.cpp271 void listAttachedPCIDevices(std::vector<ComPtr<IPCIDeviceAttachment> > &aAttached);
397 void BusAssignmentManager::State::listAttachedPCIDevices(std::vector<ComPtr<IPCIDeviceAttachment> > &aAttached) argument
399 aAttached.resize(mPCIMap.size());
410 dev.queryInterfaceTo(aAttached[i].asOutParam());
507 void BusAssignmentManager::listAttachedPCIDevices(std::vector<ComPtr<IPCIDeviceAttachment> > &aAttached) argument
509 pState->listAttachedPCIDevices(aAttached);
H A DConsoleImpl.cpp5435 i_onUSBDeviceStateChange(aDevice, true /* aAttached */, aError);
5458 i_onUSBDeviceStateChange(aDevice, true /* aAttached */, pError);
5527 i_onUSBDeviceStateChange(pUSBDevice, false /* aAttached */, aError);
5550 i_onUSBDeviceStateChange(pUSBDevice, false /* aAttached */, pError);
6663 void Console::i_onUSBDeviceStateChange(IUSBDevice *aDevice, bool aAttached, argument
6669 fireUSBDeviceStateChangedEvent(mEventSource, aDevice, aAttached, aError);
8646 i_onUSBDeviceStateChange(pUSBDevice, true /* aAttached */, NULL);
8751 i_onUSBDeviceStateChange(aHostDevice, false /* aAttached */, NULL);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6601 HRESULT Machine::getCPUStatus(ULONG aCpu, BOOL *aAttached) argument
6603 *aAttached = false;
6611 *aAttached = true;
6616 *aAttached = mHWData->mCPUAttached[aCpu];

Completed in 101 milliseconds