Home
last modified time | relevance | path

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

/base/telephony/core_service/services/network_search/include/
Dsignal_info.h63 NrSignalInformation nr; member
/base/telephony/core_service/services/network_search/test/
Dtest.cpp218 void TestNrSignalInformation(const NrSignalInformation &nr) in TestNrSignalInformation()
253 NrSignalInformation *nr = reinterpret_cast<NrSignalInformation *>(v.GetRefPtr()); in TestGetSignalInfoList() local
600 NrCellInformation *nr = reinterpret_cast<NrCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp238 NrCellInformation *nr = reinterpret_cast<NrCellInformation *>(cell.GetRefPtr()); in PrintNrCellInformation() local
365 NrSignalInformation *nr = reinterpret_cast<NrSignalInformation *>(signal.GetRefPtr()); in PrintNrSignalInformation() local
743 sptr<NrSignalInformation> nr = new NrSignalInformation(); variable
846 sptr<NrCellInformation> nr = new NrCellInformation(); variable
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_network_parcel.h166 CellRatNr nr; member
239 CellListRatNr nr; member
Dhril_vendor_network_defs.h222 CellRatNr nr; member
275 CellRatNr nr; member
Dhril_types.h133 NrRssi nr; member
/base/telephony/core_service/frameworks/native/src/
Dsignal_information.cpp743 std::unique_ptr<NrSignalInformation> nr = std::make_unique<NrSignalInformation>(); in NewInstance() local
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp211 NrCellInformation *nr = reinterpret_cast<NrCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation() local