Searched refs:controlCmd_ (Results 1 – 2 of 2) sorted by relevance
277 if (!Option::GetOptionValue(args, "--control", controlCmd_)) { in GetOptions()427 if (!ParseControlCmd(controlCmd_)) { in CheckOptions()445 if (controlCmd_.empty()) { in ParseOption()482 if (!hasTarget and (controlCmd_.empty() or controlCmd_ == CONTROL_CMD_PREPARE)) { in CheckTargetProcessOptions()486 if (controlCmd_ == CONTROL_CMD_PREPARE) { in CheckTargetProcessOptions()1007 if (controlCmd_.empty()) { in ProcessControl()1011 if (controlCmd_ == CONTROL_CMD_PREPARE) { in ProcessControl()1020 if (controlCmd_ == CONTROL_CMD_START) { in ProcessControl()1022 } else if (controlCmd_ == CONTROL_CMD_RESUME) { in ProcessControl()1024 } else if (controlCmd_ == CONTROL_CMD_PAUSE) { in ProcessControl()[all …]
262 std::string controlCmd_ = {}; variable