Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dstk_service.cpp110 std::string menu_id(data.substr(data.size() - 2)); // get the last two char in HandleSendEnvelope() local
121 if (menu_id_attr && menu_id_attr->Value() == menu_id) { in HandleSendEnvelope()
127 LOG(ERROR) << "Not found menu id: " << menu_id; in HandleSendEnvelope()
135 current_select_item_menu_ids_.push_back(menu_id); in HandleSendEnvelope()
213 auto menu_id = data.substr(data.size() - 2); in OnUnsolicitedCommandForTR() local
217 if (menu_id == "10" || menu_id == "12") { in OnUnsolicitedCommandForTR()
230 if (menu_id == "11") { // BACKWARD_MOVE_BY_USER in OnUnsolicitedCommandForTR()
244 } else if (menu_id == "00") { // OK in OnUnsolicitedCommandForTR()
257 if (attr && attr->Value() == menu_id) { in OnUnsolicitedCommandForTR()
259 if (attr_value == menu_id) break; in OnUnsolicitedCommandForTR()
[all …]