Searched refs:kConfigPhase (Results 1 – 2 of 2) sorted by relevance
128 if (mCurrentPhase != kConfigPhase) { in processClientCommand()157 if (mCurrentPhase != kConfigPhase) { in processClientCommand()182 if (mCurrentPhase != kConfigPhase && mCurrentPhase != kResetPhase) { in processClientCommand()293 mCurrentPhase = kConfigPhase; in broadcastClientConfig()433 mCurrentPhase = kConfigPhase; in broadcastStopComplete()480 mCurrentPhase = kConfigPhase; in broadcastHalt()690 if (mGraph && (mCurrentPhase == kConfigPhase || mCurrentPhase == kRunPhase in processCommands()
87 static constexpr char kConfigPhase[] = "Config"; variable