Lines Matching refs:OperatorInfo
58 using network::OperatorInfo;
67 CellIdentityCdma makeCellIdentityCdma(OperatorInfo operatorInfo) { in makeCellIdentityCdma()
81 std::string getMcc(const OperatorInfo& operatorInfo) { in getMcc()
85 std::string getMnc(const OperatorInfo& operatorInfo) { in getMnc()
89 CellIdentityGsm makeCellIdentityGsm(OperatorInfo operatorInfo, in makeCellIdentityGsm()
106 CellIdentityLte makeCellIdentityLte(OperatorInfo operatorInfo, in makeCellIdentityLte()
125 CellIdentityNr makeCellIdentityNr(OperatorInfo operatorInfo, const int areaCode) { in makeCellIdentityNr()
144 CellIdentityTdscdma makeCellIdentityTdscdma(OperatorInfo operatorInfo, in makeCellIdentityTdscdma()
161 CellIdentityWcdma makeCellIdentityWcdma(OperatorInfo operatorInfo, in makeCellIdentityWcdma()
178 OperatorInfo toOperatorInfo(AtResponse::COPS::OperatorInfo cops) { in toOperatorInfo()
183 .status = OperatorInfo::STATUS_CURRENT, in toOperatorInfo()
189 CellIdentityResult getCellIdentityImpl(OperatorInfo operatorInfo, in getCellIdentityImpl()
243 OperatorInfo operatorInfo; in getCellIdentityImpl()
715 const COPS::OperatorInfo& current = cops->operators[0]; in getOperator()
1404 const COPS::OperatorInfo& current = cops.operators[0]; in handleUnsolicited()