Searched refs:netSupplier (Results 1 – 6 of 6) sorted by relevance
44 for (NetSupplier &netSupplier : netSuppliers_) { in RegisterNetSupplier()45 if (netSupplier.slotId != slotId) { in RegisterNetSupplier()66 netSupplier.supplierId = supplierId; in RegisterNetSupplier()67 netSupplier.simId = simId; in RegisterNetSupplier()94 if (netSupplier.simId != simId) { in UnregisterNetSupplier()105 for (NetSupplier &netSupplier : netSuppliers_) { in UnregisterNetSupplierForSimUpdate()106 if (netSupplier.slotId != slotId || netSupplier.simId <= INVALID_SIM_ID) { in UnregisterNetSupplierForSimUpdate()113 netSupplier.simId = INVALID_SIM_ID; in UnregisterNetSupplierForSimUpdate()170 netSuppliers_.push_back(netSupplier); in AddNetSupplier()181 if (netSupplier.slotId == slotId && netSupplier.capability == capability) { in GetSupplierId()[all …]
86 bool NetSupplier::operator==(const NetSupplier &netSupplier) const in operator ==()88 …return supplierId_ == netSupplier.supplierId_ && netSupplierType_ == netSupplier.netSupplierType_ … in operator ==()89 netSupplierIdent_ == netSupplier.netSupplierIdent_ && netCaps_ == netSupplier.netCaps_; in operator ==()
1107 for (const auto &netSupplier : netSuppliers_) { in RequestAllNetworkExceptDefault() local1108 if (netSupplier.second == nullptr || netSupplier.second == defaultNetSupplier_) { in RequestAllNetworkExceptDefault()1124 … netSupplier.second->GetSupplierId(), netSupplier.second->GetNetSupplierIdent().c_str()); in RequestAllNetworkExceptDefault()1361 for (const auto &netSupplier : netSuppliers_) { in GetNetSupplierFromList() local1362 if (netSupplier.second == nullptr) { in GetNetSupplierFromList()1371 ret.push_back(netSupplier.second); in GetNetSupplierFromList()1380 for (const auto &netSupplier : netSuppliers_) { in GetNetSupplierFromList() local1381 if (netSupplier.second == nullptr) { in GetNetSupplierFromList()1385 …(ident == netSupplier.second->GetNetSupplierIdent()) && netSupplier.second->CompareNetCaps(netCaps… in GetNetSupplierFromList()1386 return netSupplier.second; in GetNetSupplierFromList()[all …]
325 NetSupplier netSupplier = { 0 }; in AddNetSupplier() local326 netSupplier.supplierId = 0; in AddNetSupplier()327 netSupplier.slotId = slotId; in AddNetSupplier()328 netSupplier.simId = INVALID_SIM_ID; in AddNetSupplier()329 netSupplier.capability = capability; in AddNetSupplier()330 netAgent.AddNetSupplier(netSupplier); in AddNetSupplier()
89 void AddNetSupplier(const NetSupplier &netSupplier);
78 bool operator==(const NetSupplier &netSupplier) const;