Home
last modified time | relevance | path

Searched refs:cells (Results 1 - 9 of 9) sorted by relevance

/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp125 std::vector<sptr<CellInformation>> cells; in OnCellInfoUpdatedInner() local
126 ConvertCellInfoList(data, cells); in OnCellInfoUpdatedInner()
127 OnCellInfoUpdated(slotId, cells); in OnCellInfoUpdatedInner()
249 MessageParcel &data, std::vector<sptr<CellInformation>> &cells) in ConvertCellInfoList()
261 cells.emplace_back(cell.release()); in ConvertCellInfoList()
269 cells.emplace_back(cell.release()); in ConvertCellInfoList()
277 cells.emplace_back(cell.release()); in ConvertCellInfoList()
248 ConvertCellInfoList( MessageParcel &data, std::vector<sptr<CellInformation>> &cells) ConvertCellInfoList() argument
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp294 std::vector<sptr<CellInformation>> cells; in OnUpdateCellInfo() local
303 cells.emplace_back(cell.release()); in OnUpdateCellInfo()
311 cells.emplace_back(cell.release()); in OnUpdateCellInfo()
319 cells.emplace_back(cell.release()); in OnUpdateCellInfo()
327 ret = UpdateCellInfo(slotId, cells); in OnUpdateCellInfo()
/base/telephony/state_registry/interfaces/innerkits/observer/
H A Dtelephony_observer.h129 void ConvertCellInfoList(MessageParcel &data, std::vector<sptr<CellInformation>> &cells);
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_proxy.h195 void ProcessReply(MessageParcel &reply, std::vector<sptr<CellInformation>> &cells) in ProcessReply() argument
200 cells.emplace_back(cell.release()); in ProcessReply()
205 void ProcessCellInfo(MessageParcel &reply, std::vector<sptr<CellInformation>> &cells);
/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h60 typedef int32_t (*GET_CELL_INFO_LIST)(int32_t slotId, std::vector<sptr<OHOS::Telephony::CellInformation>> &cells);
/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_handler.h54 int32_t GetCellInfoList(std::vector<sptr<CellInformation>> &cells);
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp1144 int32_t NetworkSearchHandler::GetCellInfoList(std::vector<sptr<CellInformation>> &cells) in GetCellInfoList() argument
1148 cellInfo_->GetCellInfoList(cells); in GetCellInfoList()
1173 std::vector<sptr<CellInformation>> cells; in SendUpdateCellLocationRequest() local
1175 cellInfo_->GetCellInfoList(cells); in SendUpdateCellLocationRequest()
1178 if ((curTime < cellRequestMinInterval_ + lastCellRequestTime_) && cells.size() != 0) { in SendUpdateCellLocationRequest()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp2725 void CoreServiceProxy::ProcessCellInfo(MessageParcel &reply, std::vector<sptr<CellInformation>> &cells) in ProcessCellInfo() argument
2738 ProcessReply<GsmCellInformation>(reply, cells); in ProcessCellInfo()
2742 ProcessReply<LteCellInformation>(reply, cells); in ProcessCellInfo()
2746 ProcessReply<WcdmaCellInformation>(reply, cells); in ProcessCellInfo()
2750 ProcessReply<CdmaCellInformation>(reply, cells); in ProcessCellInfo()
2754 ProcessReply<TdscdmaCellInformation>(reply, cells); in ProcessCellInfo()
2758 ProcessReply<NrCellInformation>(reply, cells); in ProcessCellInfo()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2411 std::vector<sptr<CellInformation>> cells; in HWTEST_F() local
2439 networkSearchHandler->GetCellInfoList(cells); in HWTEST_F()

Completed in 18 milliseconds