Searched refs:mCurrentPhaseError (Results 1 – 2 of 2) sorted by relevance
151 mCurrentPhaseError = std::make_unique<ComponentError>("ClientInterface", "Client death", in processClientCommand()445 if ((mCurrentPhaseError->source.find("PrebuiltGraph") == std::string::npos)) { in broadcastHalt()456 if (mCurrentPhaseError->source.find("ClientInterface") == std::string::npos) { in broadcastHalt()467 if ((mCurrentPhaseError->source.find("PrebuiltGraph") == std::string::npos) && mGraph) { in broadcastHalt()477 if (mCurrentPhaseError->source.find("ClientInterface") == std::string::npos) { in broadcastHalt()622 if (this->mCommandQueue.empty() && !mCurrentPhaseError) { in processCommands()628 if (mCurrentPhaseError) { in processCommands()629 mErrorQueue.push(*mCurrentPhaseError); in processCommands()631 processComponentError(mCurrentPhaseError->source); in processCommands()632 mCurrentPhaseError = nullptr; in processCommands()[all …]
267 std::unique_ptr<ComponentError> mCurrentPhaseError = nullptr; variable