Home
last modified time | relevance | path

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

/base/telephony/core_service/interfaces/innerkits/include/
Dcell_information.h101 class GsmCellInformation : public CellInformation {
103 GsmCellInformation() = default;
104 virtual ~GsmCellInformation() = default;
106 static GsmCellInformation *Unmarshalling(Parcel &parcel);
112 GsmCellInformation(const GsmCellInformation &gsmCell);
113 GsmCellInformation &operator=(const GsmCellInformation &gsmCell);
114 bool operator==(const GsmCellInformation &other) const;
/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp113 void GsmCellInformation::SetGsmParam(int32_t bsic, int32_t lac, int32_t arfcn) in SetGsmParam()
120 GsmCellInformation::GsmCellInformation(const GsmCellInformation &gsmCell) in GsmCellInformation() function in OHOS::Telephony::GsmCellInformation
134 GsmCellInformation &GsmCellInformation::operator=(const GsmCellInformation &gsmCell) in operator =()
149 bool GsmCellInformation::operator==(const GsmCellInformation &other) const in operator ==()
159 CellInformation::CellType GsmCellInformation::GetNetworkType() const in GetNetworkType()
164 int32_t GsmCellInformation::GetArfcn() const in GetArfcn()
169 std::string GsmCellInformation::ToString() const in ToString()
171 int32_t netWorkType = static_cast<int32_t>(GsmCellInformation::GetNetworkType()); in ToString()
180 bool GsmCellInformation::Marshalling(Parcel &parcel) const in Marshalling()
218 GsmCellInformation *GsmCellInformation::Unmarshalling(Parcel &parcel) in Unmarshalling()
[all …]
Dcore_service_proxy.cpp2611 ProcessReply<GsmCellInformation>(reply, cells); in ProcessCellInfo()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp179 GsmCellInformation *gsm = reinterpret_cast<GsmCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation()
365 sptr<GsmCellInformation> cell = new GsmCellInformation; in ProcessNeighboringCellGsm()
469 sptr<GsmCellInformation> cell = new GsmCellInformation; in ProcessCurrentCellGsm()
747 sptr<GsmCellInformation> cell = new GsmCellInformation; in AddCellInformation()
748 GsmCellInformation &gsmCell = *cell; in AddCellInformation()
749 gsmCell = *(static_cast<GsmCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
809 …sptr<GsmCellInformation> cellinfo = static_cast<GsmCellInformation *>(currentCellInfo_.GetRefPtr()… in GetCellLocation()
/base/telephony/core_service/interfaces/innerkits/
Dlibtel_core_service_api.versionscript25 *GsmCellInformation*;
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2294 …data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaC…
2366 export interface GsmCellInformation { interface
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp238 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in ConvertCellInfoList()
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp74 void CreateGsmCellInfo(std::unique_ptr<GsmCellInformation> &cell, const uint8_t *data, size_t size) in CreateGsmCellInfo()
125 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in UpdateCellInfo()
/base/location/services/location_gnss/gnss/source/
Dagnss_event_callback.cpp115 auto gsmCellInfo = static_cast<Telephony::GsmCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataGsm()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp218 std::unique_ptr<GsmCellInformation> cell = std::make_unique<GsmCellInformation>(); in OnUpdateCellInfo()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp133 GsmCellInformation *gsm = reinterpret_cast<GsmCellInformation *>(cell.GetRefPtr()); in PrintGsmCellInformation()
140 sptr<GsmCellInformation> gsmCell = new GsmCellInformation; in PrintGsmCellInformation()
143 GsmCellInformation gsmCellInformation = *gsm; in PrintGsmCellInformation()
828 sptr<GsmCellInformation> gsm = new GsmCellInformation();
Dzero_branch_test.cpp109 sptr<CellInformation> gsmCellInformation = new GsmCellInformation();
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp648 std::unique_ptr<GsmCellInformation> gsmCell = std::make_unique<GsmCellInformation>();
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp753 sptr<Telephony::GsmCellInformation> gsmCellInformation = new Telephony::GsmCellInformation();
769 sptr<Telephony::GsmCellInformation> gsmCellInformation = nullptr;
/base/telephony/core_service/services/network_search/test/
Dtest.cpp655 GsmCellInformation *gsm = reinterpret_cast<GsmCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp171 napi_value DataOfNetworkConversion(napi_env env, const GsmCellInformation &info) in DataOfNetworkConversion()
226 … env, val, "data", DataOfNetworkConversion(env, static_cast<const GsmCellInformation &>(info))); in CellInfoConversion()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1941 auto gsmCellInfo = static_cast<GsmCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataGsm()