Lines Matching refs:mCurrentPhase
91 if (mCurrentPhase != kResetPhase) { in processClientConfigUpdate()
121 if (mCurrentPhase != kResetPhase) { in processClientCommand()
128 if (mCurrentPhase != kConfigPhase) { in processClientCommand()
135 if (mCurrentPhase != kRunPhase) { in processClientCommand()
143 if (mCurrentPhase == kResetPhase) { in processClientCommand()
152 mCurrentPhase, false); in processClientCommand()
157 if (mCurrentPhase != kConfigPhase) { in processClientCommand()
164 if (mCurrentPhase != kRunPhase) { in processClientCommand()
173 if (mCurrentPhase != kRunPhase) { in processClientCommand()
182 if (mCurrentPhase != kConfigPhase && mCurrentPhase != kResetPhase) { in processClientCommand()
230 if (mCurrentPhase == kRunPhase) { in DispatchGraphTerminationMessage()
293 mCurrentPhase = kConfigPhase; in broadcastClientConfig()
367 mCurrentPhase = kRunPhase; in broadcastStartRun()
412 mCurrentPhase = kStopPhase; in broadcastStopWithFlush()
433 mCurrentPhase = kConfigPhase; in broadcastStopComplete()
480 mCurrentPhase = kConfigPhase; in broadcastHalt()
501 mCurrentPhase = kResetPhase; in broadcastReset()
688 if (mGraph && (mCurrentPhase == kConfigPhase || mCurrentPhase == kRunPhase in processCommands()
689 || mCurrentPhase == kStopPhase)) { in processCommands()
704 if (mCurrentPhase == kRunPhase || mCurrentPhase == kStopPhase) { in processComponentError()
721 mCurrentPhaseError = std::make_unique<ComponentError>(source, msg, mCurrentPhase, fatal); in queueError()