Lines Matching refs:profilingStateMachine

144     ProfilingStateMachine profilingStateMachine;  variable
155 SendThread sendThread(profilingStateMachine, mockBuffer, sendCounterPacket);
161 profilingStateMachine,
167 profilingStateMachine.TransitionToState(ProfilingState::NotConnected);
168 profilingStateMachine.TransitionToState(ProfilingState::WaitingForAck);
181 if (profilingStateMachine.GetCurrentState() == ProfilingState::Active)
188 CHECK(profilingStateMachine.GetCurrentState() == ProfilingState::Active);
193 profilingStateMachine.TransitionToState(ProfilingState::NotConnected);
194 profilingStateMachine.TransitionToState(ProfilingState::WaitingForAck);
227 CHECK(profilingStateMachine.GetCurrentState() == ProfilingState::WaitingForAck);
234 CHECK(profilingStateMachine.GetCurrentState() == ProfilingState::WaitingForAck);
253 CHECK(profilingStateMachine.GetCurrentState() == ProfilingState::Active);
1776 ProfilingStateMachine profilingStateMachine; variable
1828 SendThread sendThread(profilingStateMachine, mockBuffer, sendCounterPacket);
1851 … readCounterValues, sendCounterPacket, profilingStateMachine);
1853 profilingStateMachine.TransitionToState(ProfilingState::Uninitialised);
1855 profilingStateMachine.TransitionToState(ProfilingState::NotConnected);
1857 profilingStateMachine.TransitionToState(ProfilingState::WaitingForAck);
1859 profilingStateMachine.TransitionToState(ProfilingState::Active);
2398 ProfilingStateMachine profilingStateMachine; variable
2412 SendThread sendThread(profilingStateMachine, mockBuffer, sendCounterPacket);
2466 ProfilingStateMachine profilingStateMachine; variable
2473 SendThread sendThread(profilingStateMachine, mockBuffer1, sendCounterPacket);
2477 … sendCounterPacket, sendTimelinePacket, profilingStateMachine);
2484 profilingStateMachine.TransitionToState(ProfilingState::Uninitialised);
2486 profilingStateMachine.TransitionToState(ProfilingState::NotConnected);
2488 profilingStateMachine.TransitionToState(ProfilingState::WaitingForAck);
2490 profilingStateMachine.TransitionToState(ProfilingState::Active);
2529 ProfilingStateMachine profilingStateMachine; variable
2536 SendThread sendThread(profilingStateMachine, mockBuffer1, sendCounterPacket);
2540 … sendCounterPacket, sendTimelinePacket, profilingStateMachine);
2554 profilingStateMachine.TransitionToState(ProfilingState::Uninitialised);
2556 profilingStateMachine.TransitionToState(ProfilingState::NotConnected);
2558 profilingStateMachine.TransitionToState(ProfilingState::WaitingForAck);
2560 profilingStateMachine.TransitionToState(ProfilingState::Active);