Home
last modified time | relevance | path

Searched defs:lte (Results 1 – 8 of 8) sorted by relevance

/base/telephony/core_service/services/network_search/include/
Dsignal_info.h60 LteSignalInformation lte; member
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp223 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(cell.GetRefPtr()); in PrintLteCellInformation() local
352 LteSignalInformation *lte = reinterpret_cast<LteSignalInformation *>(signal.GetRefPtr()); in PrintLteSignalInformation() local
678 LteSignalInformation *lte = reinterpret_cast<LteSignalInformation *>(v.GetRefPtr()); variable
715 LteSignalInformation *lte = reinterpret_cast<LteSignalInformation *>(v.GetRefPtr()); variable
749 sptr<LteSignalInformation> lte = new LteSignalInformation(); variable
844 sptr<LteCellInformation> lte = new LteCellInformation(); variable
/base/telephony/core_service/services/network_search/test/
Dtest.cpp189 void TestLteSignalInformation(const LteSignalInformation &lte) in TestLteSignalInformation()
248 LteSignalInformation *lte = reinterpret_cast<LteSignalInformation *>(v.GetRefPtr()); in TestGetSignalInfoList() local
658 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList() local
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_network_parcel.h385 CellRatLte lte; member
443 CellRatLte lte; member
625 CellListRatLte lte; member
Dhril_types.h261 LteRssi lte; member
Dhril_vendor_network_defs.h615 CellListRatLte lte; member
788 CellRatLte lte; member
/base/telephony/core_service/frameworks/native/src/
Dsignal_information.cpp371 std::unique_ptr<LteSignalInformation> lte = std::make_unique<LteSignalInformation>(); in NewInstance() local
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp187 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation() local