Searched defs:aState (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp427 Global::stringifyMachineState(MachineState_T aState) argument
429 switch (aState)
457 AssertMsgFailed(("%d (%#x)\n", aState, aState));
459 RTStrPrintf(s_szMsg, sizeof(s_szMsg), "InvalidState-0x%08x\n", aState);
466 Global::stringifySessionState(SessionState_T aState) argument
468 switch (aState)
477 AssertMsgFailed(("%d (%#x)\n", aState, aState));
479 RTStrPrintf(s_szMsg, sizeof(s_szMsg), "InvalidState-0x%08x\n", aState);
[all...]
H A DAutoCaller.cpp350 void ObjectState::setState(ObjectState::State aState) argument
352 Assert(mState != aState);
353 mState = aState;
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp340 STDMETHODIMP RemoteUSBDevice::COMGETTER(State) (USBDeviceState_T *aState) argument
342 CheckComArgOutPointerValid(aState);
349 *aState = mData.state;
H A DSessionImpl.cpp135 HRESULT Session::getState(SessionState_T *aState) argument
139 *aState = mState;
H A DConsoleImpl.cpp1897 HRESULT Console::getState(MachineState_T *aState) argument
1902 *aState = mMachineState;
/vbox/src/VBox/Main/include/
H A DGlobal.h100 static bool IsOnline(MachineState_T aState) argument
102 return aState >= MachineState_FirstOnline &&
103 aState <= MachineState_LastOnline;
113 static bool IsTransient(MachineState_T aState) argument
115 return aState >= MachineState_FirstTransient &&
116 aState <= MachineState_LastTransient;
120 * Shortcut to <tt>IsOnline(aState) || IsTransient(aState)</tt>. When it returns
124 static bool IsOnlineOrTransient(MachineState_T aState) argument
126 return IsOnline(aState) || IsTransien
[all...]
/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPci.c412 PCIRAWPOWERSTATE aState,
420 rc = vboxPciOsDevPowerStateChange(pThis, aState);
422 switch (aState)
411 vboxPciDevPowerStateChange(PRAWPCIDEVPORT pPort, PCIRAWPOWERSTATE aState, uint64_t *pu64Param) argument
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp296 HRESULT HostUSBDevice::getState(USBDeviceState_T *aState) argument
300 *aState = i_canonicalState();
1552 * @param aState
1556 /*static*/ const char *HostUSBDevice::i_stateName(HostUSBDeviceState aState, argument
1560 switch (aState)
H A DMediumImpl.cpp1645 HRESULT Medium::getState(MediumState_T *aState) argument
1648 *aState = m->state;
2048 HRESULT Medium::refreshState(AutoCaller &autoCaller, MediumState_T *aState) argument
2073 *aState = m->state;
2182 * @note @a aState may be NULL if the state value is not needed (only for
2185 HRESULT Medium::i_unlockRead(MediumState_T *aState) argument
2226 if (aState)
2227 *aState = m->state;
2290 * @note @a aState may be NULL if the state value is not needed (only for
2293 HRESULT Medium::i_unlockWrite(MediumState_T *aState) argument
[all...]
H A DVirtualBoxImpl.cpp2649 MachineEvent(VirtualBox *aVB, VBoxEventType_T aWhat, const Guid &aId, MachineState_T aState) argument
2651 , mState(aState)
2702 void VirtualBox::i_onMachineStateChange(const Guid &aId, MachineState_T aState) argument
2704 i_postEvent(new MachineEvent(this, VBoxEventType_OnMachineStateChanged, aId, aState));
2795 SessionEvent(VirtualBox *aVB, const Guid &aMachineId, SessionState_T aState) argument
2797 , machineId(aMachineId.toUtf16()), sessionState(aState)
2811 void VirtualBox::i_onSessionStateChange(const Guid &aId, SessionState_T aState) argument
2813 i_postEvent(new SessionEvent(this, aId, aState));
H A DMachineImpl.cpp2692 HRESULT Machine::getState(MachineState_T *aState) argument
2696 *aState = mData->mMachineState;
7996 * @param aState Current machine state (NULL if not interested).
8002 MachineState_T *aState /* = NULL */,
8032 if (aState)
8033 *aState = mData->mMachineState;
12956 HRESULT SessionMachine::updateState(MachineState_T aState) argument
12958 return i_setMachineState(aState);
14611 HRESULT Machine::updateState(MachineState_T aState) argument
14613 NOREF(aState);
[all...]
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c953 int vboxPciOsDevPowerStateChange(PVBOXRAWPCIINS pIns, PCIRAWPOWERSTATE aState) argument
957 switch (aState)
986 vbpci_printk(KERN_DEBUG, pIns->pPciDev, "unknown power state %u\n", aState);
/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp471 PCIRAWPOWERSTATE aState,
910 PCIRAWPOWERSTATE aState,
916 int rc = pDevPort->pfnPowerStateChange(pDevPort, aState, pu64Param);
470 dummyPciDevPowerStateChange(PRAWPCIDEVPORT pPort, PCIRAWPOWERSTATE aState, uint64_t *pu64Param) argument
908 pcirawr0PowerStateChange(PSUPDRVSESSION pSession, PCIRAWDEVHANDLE TargetDevice, PCIRAWPOWERSTATE aState, uint64_t *pu64Param) argument
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp193 void updateCurrentState (KMachineState aState) argument
198 setIcon(0, gpConverter->toIcon(aState));
199 mMachineState = aState;
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp309 PixmapType AbstractControllerType::pixmap(ItemState aState) const
311 return mPixmaps [aState];
516 QPixmap RootItem::pixmap (ItemState /* aState */)
709 QPixmap ControllerItem::pixmap (ItemState aState) argument
711 return iconPool()->pixmap(mCtrType->pixmap(aState));
948 QPixmap AttachmentItem::pixmap (ItemState /* aState */)

Completed in 148 milliseconds