Home
last modified time | relevance | path

Searched refs:attr_cmd (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp771 const XMLAttribute *attr_cmd = sim_io->FindAttribute("cmd"); in GetSimOperator() local
772 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() local
918 if ((attr_cmd && attr_cmd->Value() != c) || in HandleSIM_IO()