Searched refs:oper_selection_mode_ (Results 1 – 2 of 2) sorted by relevance
137 oper_selection_mode_ = (OperatorSelectionMode)instance.network_selection_mode(); in InitializeServiceState()159 if (oper_selection_mode_ == OperatorSelectionMode::OPER_SELECTION_AUTOMATIC) { in InitializeNetworkOperator()162 } else if (oper_selection_mode_ == OperatorSelectionMode::OPER_SELECTION_MANUAL_AUTOMATIC) { in InitializeNetworkOperator()449 oper_selection_mode_ != in IsHasNetwork()527 ss << "+COPS: " << oper_selection_mode_ << ",2," << iter->numeric; in HandleQueryNetworkSelectionMode()529 ss << "+COPS: " << oper_selection_mode_ << ",0,0"; in HandleQueryNetworkSelectionMode()606 oper_selection_mode_ = OperatorSelectionMode::OPER_SELECTION_AUTOMATIC; in HandleSetNetworkSelectionMode()630 oper_selection_mode_ = OperatorSelectionMode::OPER_SELECTION_MANUAL; in HandleSetNetworkSelectionMode()678 oper_selection_mode_ = OperatorSelectionMode::OPER_SELECTION_DEREGISTRATION; in HandleSetNetworkSelectionMode()686 oper_selection_mode_ = OperatorSelectionMode::OPER_SELECTION_MANUAL_AUTOMATIC; in HandleSetNetworkSelectionMode()[all …]
134 OperatorSelectionMode oper_selection_mode_; variable