Searched refs:oper_selection_mode_ (Results 1 – 2 of 2) sorted by relevance
130 oper_selection_mode_ = (OperatorSelectionMode)instance.network_selection_mode(); in InitializeServiceState()150 if (oper_selection_mode_ == OperatorSelectionMode::OPER_SELECTION_AUTOMATIC) { in InitializeNetworkOperator()153 } else if (oper_selection_mode_ == OperatorSelectionMode::OPER_SELECTION_MANUAL_AUTOMATIC) { in InitializeNetworkOperator()391 oper_selection_mode_ == OperatorSelectionMode::OPER_SELECTION_DEREGISTRATION) { in IsHasNetwork()471 ss << "+COPS: " << oper_selection_mode_ << ",2," << iter->numeric; in HandleQueryNetworkSelectionMode()473 ss << "+COPS: " << oper_selection_mode_ << ",0,0"; in HandleQueryNetworkSelectionMode()550 oper_selection_mode_ = OperatorSelectionMode::OPER_SELECTION_AUTOMATIC; in HandleSetNetworkSelectionMode()574 oper_selection_mode_ = OperatorSelectionMode::OPER_SELECTION_MANUAL; in HandleSetNetworkSelectionMode()622 oper_selection_mode_ = OperatorSelectionMode::OPER_SELECTION_DEREGISTRATION; in HandleSetNetworkSelectionMode()630 oper_selection_mode_ = OperatorSelectionMode::OPER_SELECTION_MANUAL_AUTOMATIC; in HandleSetNetworkSelectionMode()[all …]
133 OperatorSelectionMode oper_selection_mode_; variable