Searched refs:cells (Results 1 - 9 of 9) sorted by relevance
/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 125 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 D | telephony_state_registry_stub.cpp | 294 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 D | telephony_observer.h | 129 void ConvertCellInfoList(MessageParcel &data, std::vector<sptr<CellInformation>> &cells);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_proxy.h | 195 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 D | telephony_ext_wrapper.h | 60 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 D | network_search_handler.h | 54 int32_t GetCellInfoList(std::vector<sptr<CellInformation>> &cells);
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_handler.cpp | 1144 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 D | core_service_proxy.cpp | 2725 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 D | zero_branch_test.cpp | 2411 std::vector<sptr<CellInformation>> cells; in HWTEST_F() local 2439 networkSearchHandler->GetCellInfoList(cells); in HWTEST_F()
|
Completed in 18 milliseconds