Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 11 of 11) sorted by relevance

/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp98 std::vector<CellNearbyInfo> cell = cellInfo->cellNearbyInfo; in ProcessNeighboringCellInfo() local
100 int32_t type = cell[i].ratType; in ProcessNeighboringCellInfo()
105 (this->*memberFunc)(&cell[i]); in ProcessNeighboringCellInfo()
136 std::vector<CurrentCellInfo> cell = cellInfoList->cellCurrentInfo; in ProcessCurrentCellInfo() local
138 CurrentCellInfo currentCell = cell[i]; in ProcessCurrentCellInfo()
161 for (auto &cell : cellInfos_) { in UpdateCellLocation() local
162 if (cell->GetNetworkType() == type) { in UpdateCellLocation()
163 if (ProcessCellLocation(cell, type, cellId, lac)) { in UpdateCellLocation()
164 UpdateSignalLevel(cell, type); in UpdateCellLocation()
166 cell->SetIsCamped(true); in UpdateCellLocation()
[all …]
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.h199 void PrintGsmCellInformation(sptr<CellInformation> cell);
200 void PrintCdmaCellInformation(sptr<CellInformation> cell);
201 void PrintWcdmaCellInformation(sptr<CellInformation> cell);
202 void PrintTdscdmaCellInformation(sptr<CellInformation> cell);
203 void PrintLteCellInformation(sptr<CellInformation> cell);
204 void PrintNrCellInformation(sptr<CellInformation> cell);
Dnetwork_search_test.cpp88 for (const auto &cell : cellList) { in PrintCellInformation() local
89 switch (cell->GetNetworkType()) { in PrintCellInformation()
91 PrintGsmCellInformation(cell); in PrintCellInformation()
95 PrintCdmaCellInformation(cell); in PrintCellInformation()
99 PrintWcdmaCellInformation(cell); in PrintCellInformation()
103 PrintTdscdmaCellInformation(cell); in PrintCellInformation()
107 PrintLteCellInformation(cell); in PrintCellInformation()
111 PrintNrCellInformation(cell); in PrintCellInformation()
130 void NetworkSearchTest::PrintGsmCellInformation(sptr<CellInformation> cell) in PrintGsmCellInformation() argument
132 GsmCellInformation *gsm = reinterpret_cast<GsmCellInformation *>(cell.GetRefPtr()); in PrintGsmCellInformation()
[all …]
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp207 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in ConvertCellInfoList() local
208 if (cell != nullptr) { in ConvertCellInfoList()
209 cell->ReadFromParcel(data); in ConvertCellInfoList()
210 cells.emplace_back(cell.release()); in ConvertCellInfoList()
215 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in ConvertCellInfoList() local
216 if (cell != nullptr) { in ConvertCellInfoList()
217 cell->ReadFromParcel(data); in ConvertCellInfoList()
218 cells.emplace_back(cell.release()); in ConvertCellInfoList()
/base/telephony/state_registry/service/src/
Dtelephony_state_registry_stub.cpp212 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in OnUpdateCellInfo() local
213 if (cell != nullptr) { in OnUpdateCellInfo()
214 cell->ReadFromParcel(data); in OnUpdateCellInfo()
215 cells.emplace_back(cell.release()); in OnUpdateCellInfo()
220 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in OnUpdateCellInfo() local
221 if (cell != nullptr) { in OnUpdateCellInfo()
222 cell->ReadFromParcel(data); in OnUpdateCellInfo()
223 cells.emplace_back(cell.release()); in OnUpdateCellInfo()
/base/telephony/core_service/services/network_search/include/
Dcell_info.h43 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac);
64 void UpdateSignalLevel(sptr<CellInformation> &cell, CellInformation::CellType cellType);
/base/telephony/core_service/interfaces/innerkits/include/
Dcore_service_proxy.h130 std::unique_ptr<T> cell = std::make_unique<T>(); in ProcessReply() local
131 if (cell != nullptr) { in ProcessReply()
132 cell->ReadFromParcel(reply); in ProcessReply()
133 cells.emplace_back(cell.release()); in ProcessReply()
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp676 CellInfo *cell = temp->cellNearbyInfo + i; in BuildNeighboringCellList() local
677 if (cell == nullptr) { in BuildNeighboringCellList()
681 FillCellNearbyInfo(cellInfo, cell); in BuildNeighboringCellList()
782 CurrentCellInfoVendor *cell = temp->currentCellInfo + i; in BuildCurrentCellList() local
783 if (cell == nullptr) { in BuildCurrentCellList()
787 FillCurrentCellInfo(cellInfo, cell); in BuildCurrentCellList()
/base/telephony/core_service/
DREADME.md30 …io service status query, radio service management, signal strength query, cell management, registr…
114 …: number, callback: AsyncCallback<Array\<CellInformation>>) | Obtains the cell information list. …
115 …nRequest(slotId: number, callback: AsyncCallback\<void>) | Requests for a cell location update. …
/base/telephony/state_registry/
DREADME.md6 … limited to the following: network status change, signal strength change, cell information change,…
/base/telephony/sms_mms/
DREADME.md6 …\(PDU\) encoding and decoding, WAP Push message receiving and processing, cell broadcast message r…