Home
last modified time | relevance | path

Searched refs:LteCellInformation (Results 1 – 17 of 17) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Dcell_information.h140 class LteCellInformation : public CellInformation {
142 LteCellInformation() = default;
143 virtual ~LteCellInformation() = default;
145 static LteCellInformation *Unmarshalling(Parcel &parcel);
150 LteCellInformation(const LteCellInformation &lteCell);
151 LteCellInformation &operator=(const LteCellInformation &lteCell);
152 bool operator==(const LteCellInformation &other) const;
/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp298 void LteCellInformation::SetLteParam(int32_t pci, int32_t tac, int32_t arfcn) in SetLteParam()
305 LteCellInformation::LteCellInformation(const LteCellInformation &lteCell) in LteCellInformation() function in OHOS::Telephony::LteCellInformation
319 LteCellInformation &LteCellInformation::operator=(const LteCellInformation &lteCell) 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 …]
Dcore_service_proxy.cpp2615 ProcessReply<LteCellInformation>(reply, cells); in ProcessCellInfo()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp187 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 &lteCell = *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/
Dlibtel_core_service_api.versionscript31 *LteCellInformation*;
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2294 …data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaC…
2436 export interface LteCellInformation { interface
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp246 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in ConvertCellInfoList()
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp93 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/
Dagnss_event_callback.cpp127 auto lteCellInfo = static_cast<Telephony::LteCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataLte()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp226 std::unique_ptr<LteCellInformation> cell = std::make_unique<LteCellInformation>(); in OnUpdateCellInfo()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp120 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();
Dzero_branch_test.cpp110 sptr<CellInformation> lteCellInformation = new LteCellInformation();
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp651 std::unique_ptr<LteCellInformation> lteCell = std::make_unique<LteCellInformation>();
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp784 sptr<Telephony::LteCellInformation> lteCellInformation = new Telephony::LteCellInformation();
800 sptr<Telephony::LteCellInformation> lteCellInformation = nullptr;
/base/telephony/core_service/services/network_search/test/
Dtest.cpp658 LteCellInformation *lte = reinterpret_cast<LteCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp184 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/
Dnapi_radio.cpp1954 auto lteCellInfo = static_cast<LteCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataLte()