Home
last modified time | relevance | path

Searched refs:IncrementHistoryIndex (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Ddevicepwrreqstatemachine.cpp128 m_States.History[IncrementHistoryIndex()] = m_CurrentState; in FxDevicePwrRequirementMachine()
378 m_States.History[IncrementHistoryIndex()] = (UCHAR) newState; in ProcessEventInner()
H A Dwakeinterruptstatemachine.cpp135 m_States.History[IncrementHistoryIndex()] = m_CurrentState; in FxWakeInterruptMachine()
383 m_States.History[IncrementHistoryIndex()] = (UCHAR) newState; in ProcessEventInner()
H A Dnotpowerpolicyownerstatemachine.cpp306 m_PowerPolicyMachine.IncrementHistoryIndex()] = (USHORT) newState; in NotPowerPolicyOwnerEnterNewState()
H A Dpowerpolicystatemachine.cpp2545 m_States.History[IncrementHistoryIndex()] = WdfDevStatePwrPolObjectCreated; in FxPowerPolicyMachine()
3399 m_PowerPolicyMachine.IncrementHistoryIndex()] = (USHORT) newState; in PowerPolicyEnterNewState()
H A Dpnpstatemachine.cpp1206 m_PnpMachine.m_States.History[m_PnpMachine.IncrementHistoryIndex()] = in PnpEnterNewState()
H A Dpowerstatemachine.cpp1562 m_PowerMachine.m_States.History[m_PowerMachine.IncrementHistoryIndex()] = in PowerEnterNewState()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxpnpstatemachine.hpp214 m_States.History[IncrementHistoryIndex()] = WdfDevStatePnpObjectCreated; in FxPnpMachine()
H A Dfxpowerstatemachine.hpp222 m_States.History[IncrementHistoryIndex()] = WdfDevStatePowerObjectCreated; in FxPowerMachine()
H A Dfxeventqueue.hpp144 IncrementHistoryIndex( in IncrementHistoryIndex() function