Searched refs:CellListCurrentInfo (Results 1 – 12 of 12) sorted by relevance
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_network.h | 56 … int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_0::CellListCurrentInfo &cellListCurrentInfo); 74 const HDI::Ril::V1_0::CellListCurrentInfo &cellInfoList); 105 void BuildCurrentCellInfoList(std::shared_ptr<CellListCurrentInfo> currentCellList, 106 const HDI::Ril::V1_0::CellListCurrentInfo &cellInfoList);
|
D | tel_ril_callback.h | 186 const HDI::Ril::V1_0::CellListCurrentInfo &cellListCurrentInfo) override; 203 const HDI::Ril::V1_0::CellListCurrentInfo &cellInfoList) override;
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_network.cpp | 171 int32_t TelRilNetwork::NetworkCurrentCellUpdated(const HDI::Ril::V1_0::CellListCurrentInfo &cellLis… in NetworkCurrentCellUpdated() 173 std::shared_ptr<CellListCurrentInfo> currentCellList = std::make_shared<CellListCurrentInfo>(); in NetworkCurrentCellUpdated() 175 …return Notify<CellListCurrentInfo>(TELEPHONY_LOG_FUNC_NAME, currentCellList, RadioEvent::RADIO_CUR… in NetworkCurrentCellUpdated() 256 …l::V1_0::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_0::CellListCurrentInfo &cellInfoLi… in GetCurrentCellInfoResponse() 258 std::shared_ptr<CellListCurrentInfo> currentCellList = std::make_shared<CellListCurrentInfo>(); in GetCurrentCellInfoResponse() 260 return Response<CellListCurrentInfo>(TELEPHONY_LOG_FUNC_NAME, responseInfo, currentCellList); in GetCurrentCellInfoResponse() 483 …std::shared_ptr<CellListCurrentInfo> currentCellList, const HDI::Ril::V1_0::CellListCurrentInfo &c… in BuildCurrentCellInfoList()
|
D | tel_ril_callback.cpp | 567 const HDI::Ril::V1_0::CellListCurrentInfo &cellListCurrentInfo) in NetworkCurrentCellUpdated() 627 …l::V1_0::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_0::CellListCurrentInfo &cellInfoLi… in GetCurrentCellInfoResponse()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_network_parcel.h | 170 struct CellListCurrentInfo { struct
|
/base/telephony/ril_adapter/services/hril/include/ |
D | hril_network.h | 101 int32_t BuildCurrentCellList(HDI::Ril::V1_0::CellListCurrentInfo &cellInfoList,
|
/base/telephony/ril_adapter/test/unittest/include/ |
D | ril_callback_test.h | 193 const HDI::Ril::V1_0::CellListCurrentInfo &cellListCurrentInfo) override; 210 const HDI::Ril::V1_0::CellListCurrentInfo &cellInfoList) override;
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
D | ril_callback_test.h | 400 const HDI::Ril::V1_0::CellListCurrentInfo &cellListCurrentInfo) override; 417 const HDI::Ril::V1_0::CellListCurrentInfo &cellInfoList) override;
|
/base/telephony/core_service/services/network_search/src/ |
D | cell_info.cpp | 119 CellListCurrentInfo *cellInfoList = event->GetSharedObject<CellListCurrentInfo>().get(); in ProcessCurrentCellInfo()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 334 HDI::Ril::V1_0::CellListCurrentInfo cellList; in GetCurrentCellInfoResponse() 536 HDI::Ril::V1_0::CellListCurrentInfo cellList; in NetworkCurrentCellUpdated() 774 int32_t HRilNetwork::BuildCurrentCellList(HDI::Ril::V1_0::CellListCurrentInfo &cellInfoList, in BuildCurrentCellList()
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_callback_test.cpp | 359 const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellListCurrentInfo) in NetworkCurrentCellUpdated() 524 const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) in GetCurrentCellInfoResponse()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_callback_test.cpp | 414 const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellListCurrentInfo) in NetworkCurrentCellUpdated() 589 const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) in GetCurrentCellInfoResponse()
|