Searched refs:controlCmd_ (Results 1 – 2 of 2) sorted by relevance
282 if (!Option::GetOptionValue(args, "--control", controlCmd_)) { in GetOptions()435 if (!ParseControlCmd(controlCmd_)) { in CheckOptions()456 if (controlCmd_.empty()) { in ParseOption()493 if (!hasTarget and (controlCmd_.empty() or controlCmd_ == CONTROL_CMD_PREPARE)) { in CheckTargetProcessOptions()497 if (controlCmd_ == CONTROL_CMD_PREPARE) { in CheckTargetProcessOptions()1028 if (controlCmd_.empty()) { in ProcessControl()1032 if (controlCmd_ == CONTROL_CMD_PREPARE) { in ProcessControl()1041 if (controlCmd_ == CONTROL_CMD_START) { in ProcessControl()1043 } else if (controlCmd_ == CONTROL_CMD_RESUME) { in ProcessControl()1045 } else if (controlCmd_ == CONTROL_CMD_PAUSE) { in ProcessControl()[all …]
265 std::string controlCmd_ = {}; variable