Searched refs:attr_cmd (Results 1 – 1 of 1) sorted by relevance
771 const XMLAttribute *attr_cmd = sim_io->FindAttribute("cmd"); in GetSimOperator() local772 std::string attr_value = attr_cmd ? attr_cmd->Value() : ""; in GetSimOperator()773 if (attr_cmd && attr_value == "B0") { in GetSimOperator()911 const XMLAttribute *attr_cmd = final->FindAttribute("cmd"); in HandleSIM_IO() local918 if ((attr_cmd && attr_cmd->Value() != c) || in HandleSIM_IO()