/base/telephony/core_service/interfaces/innerkits/include/ |
D | cell_information.h | 140 class LteCellInformation : public CellInformation { 142 LteCellInformation() = default; 143 virtual ~LteCellInformation() = default; 145 static LteCellInformation *Unmarshalling(Parcel &parcel); 150 LteCellInformation(const LteCellInformation <eCell); 151 LteCellInformation &operator=(const LteCellInformation <eCell); 152 bool operator==(const LteCellInformation &other) const;
|
/base/telephony/core_service/frameworks/native/src/ |
D | cell_information.cpp | 298 void LteCellInformation::SetLteParam(int32_t pci, int32_t tac, int32_t arfcn) in SetLteParam() 305 LteCellInformation::LteCellInformation(const LteCellInformation <eCell) in LteCellInformation() function in OHOS::Telephony::LteCellInformation 319 LteCellInformation &LteCellInformation::operator=(const LteCellInformation <eCell) in operator =() 334 bool LteCellInformation::operator==(const LteCellInformation &other) const in operator ==() 343 CellInformation::CellType LteCellInformation::GetNetworkType() const in GetNetworkType() 348 int32_t LteCellInformation::GetArfcn() const in GetArfcn() 353 bool LteCellInformation::Marshalling(Parcel &parcel) const in Marshalling() 391 LteCellInformation *LteCellInformation::Unmarshalling(Parcel &parcel) in Unmarshalling() 393 LteCellInformation *param = new (std::nothrow) LteCellInformation(); in Unmarshalling() 404 bool LteCellInformation::ReadFromParcel(Parcel &parcel) in ReadFromParcel() [all …]
|
D | core_service_proxy.cpp | 2615 ProcessReply<LteCellInformation>(reply, cells); in ProcessCellInfo()
|
/base/telephony/core_service/services/network_search/src/ |
D | cell_info.cpp | 187 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation() 384 sptr<LteCellInformation> cell = new LteCellInformation; in ProcessNeighboringCellLte() 496 sptr<LteCellInformation> cell = new LteCellInformation; in ProcessCurrentCellLte() 754 sptr<LteCellInformation> cell = new LteCellInformation; in AddCellInformation() 755 LteCellInformation <eCell = *cell; in AddCellInformation() 756 lteCell = *(static_cast<LteCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation() 844 …sptr<LteCellInformation> cellinfo = static_cast<LteCellInformation *>(currentCellInfo_.GetRefPtr()… in GetCellLocationExt()
|
/base/telephony/core_service/interfaces/innerkits/ |
D | libtel_core_service_api.versionscript | 31 *LteCellInformation*;
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 2294 …data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaC… 2436 export interface LteCellInformation { interface
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
D | telephony_observer.cpp | 246 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in ConvertCellInfoList()
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
D | telephonystateregistry_fuzzer.cpp | 93 void CreateLteCellInfo(std::unique_ptr<LteCellInformation> &cell, const uint8_t *data, size_t size) in CreateLteCellInfo() 133 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in UpdateCellInfo()
|
/base/location/services/location_gnss/gnss/source/ |
D | agnss_event_callback.cpp | 127 auto lteCellInfo = static_cast<Telephony::LteCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataLte()
|
/base/telephony/state_registry/services/src/ |
D | telephony_state_registry_stub.cpp | 226 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in OnUpdateCellInfo()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test.cpp | 120 sptr<LteCellInformation> cellLte = new LteCellInformation(); in PrintCellInformation() 223 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(cell.GetRefPtr()); in PrintLteCellInformation() 230 sptr<LteCellInformation> lteCell = new LteCellInformation; in PrintLteCellInformation() 233 LteCellInformation lteCellInformation = *lte; in PrintLteCellInformation() 844 sptr<LteCellInformation> lte = new LteCellInformation();
|
D | zero_branch_test.cpp | 110 sptr<CellInformation> lteCellInformation = new LteCellInformation();
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.cpp | 651 std::unique_ptr<LteCellInformation> lteCell = std::make_unique<LteCellInformation>();
|
/base/location/test/location_gnss/source/ |
D | gnss_ability_test.cpp | 784 sptr<Telephony::LteCellInformation> lteCellInformation = new Telephony::LteCellInformation(); 800 sptr<Telephony::LteCellInformation> lteCellInformation = nullptr;
|
/base/telephony/core_service/services/network_search/test/ |
D | test.cpp | 658 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
D | event_listener_handler.cpp | 184 napi_value DataOfNetworkConversion(napi_env env, const LteCellInformation &info) in DataOfNetworkConversion() 230 … env, val, "data", DataOfNetworkConversion(env, static_cast<const LteCellInformation &>(info))); in CellInfoConversion()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_radio.cpp | 1954 auto lteCellInfo = static_cast<LteCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataLte()
|