Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.cpp160 current_operator_numeric_ = operator_list_.begin()->numeric; in InitializeNetworkOperator()
164 if (iter.numeric == current_operator_numeric_) { in InitializeNetworkOperator()
169 current_operator_numeric_ = operator_list_.begin()->numeric; in InitializeNetworkOperator()
187 if (iter->numeric == sim_operator_numeric) { in InitializeSimOperator()
221 std::string numeric = attr_numeric ? attr_numeric->Value() : ""; in InitializeSimOperator() local
222 if (numeric == sim_operator_numeric) { in InitializeSimOperator()
522 if (iter->numeric == current_operator_numeric_) { in HandleQueryNetworkSelectionMode()
527 ss << "+COPS: " << oper_selection_mode_ << ",2," << iter->numeric; in HandleQueryNetworkSelectionMode()
546 if (iter->numeric == current_operator_numeric_) { in HandleRequestOperator()
561 ss[2] << "+COPS: 0,2," << iter->numeric; in HandleRequestOperator()
[all …]
Dnetwork_service.h107 std::string numeric; member
118 : numeric(number), in NetworkOperator()
/device/google/cuttlefish/shared/telephony/
Ddevice_vendor.mk26 ro.cdma.home.operator.numeric=302780 \
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp6813 hidl_string numeric; in getOperatorResponse() local
6823 numeric = convertCharPtrToHidlString(resp[2]); in getOperatorResponse()
6826 responseInfo, longName, shortName, numeric); in getOperatorResponse()
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto2760 // For numeric types, contains the original text representation of the value.
5820 // The iid is the numeric value of either the GL Context or the VkDevice