Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dstk_service.cpp135 current_select_item_menu_ids_.push_back(menu_id); in HandleSendEnvelope()
171 current_select_item_menu_ids_.clear(); in GetCurrentSelectItem()
177 current_select_item_menu_ids_.clear(); in GetCurrentSelectItem()
191 auto iter = current_select_item_menu_ids_.begin(); in GetCurrentSelectItem()
192 for (; iter != current_select_item_menu_ids_.end(); ++iter) { in GetCurrentSelectItem()
218 current_select_item_menu_ids_.clear(); in OnUnsolicitedCommandForTR()
225 current_select_item_menu_ids_.clear(); in OnUnsolicitedCommandForTR()
231 current_select_item_menu_ids_.pop_back(); in OnUnsolicitedCommandForTR()
232 if (current_select_item_menu_ids_.size() >= 1) { in OnUnsolicitedCommandForTR()
264 current_select_item_menu_ids_.clear(); in OnUnsolicitedCommandForTR()
[all …]
Dstk_service.h70 std::vector<std::string> current_select_item_menu_ids_; variable