Home
last modified time | relevance | path

Searched refs:WcdmaCellInformation (Results 1 – 14 of 14) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Dcell_information.h179 class WcdmaCellInformation : public CellInformation {
181 WcdmaCellInformation() = default;
182 virtual ~WcdmaCellInformation() = default;
184 static WcdmaCellInformation *Unmarshalling(Parcel &parcel);
189 WcdmaCellInformation(const WcdmaCellInformation &wcdmaCell);
190 WcdmaCellInformation &operator=(const WcdmaCellInformation &wcdmaCell);
191 bool operator==(const WcdmaCellInformation &other) const;
/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp481 void WcdmaCellInformation::SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn) in SetWcdmaParam()
488 WcdmaCellInformation::WcdmaCellInformation(const WcdmaCellInformation &wcdmaCell) in WcdmaCellInformation() function in OHOS::Telephony::WcdmaCellInformation
502 WcdmaCellInformation &WcdmaCellInformation::operator=(const WcdmaCellInformation &wcdmaCell) in operator =()
517 bool WcdmaCellInformation::operator==(const WcdmaCellInformation &other) const in operator ==()
526 CellInformation::CellType WcdmaCellInformation::GetNetworkType() const in GetNetworkType()
531 int32_t WcdmaCellInformation::GetArfcn() const in GetArfcn()
536 bool WcdmaCellInformation::Marshalling(Parcel &parcel) const in Marshalling()
574 WcdmaCellInformation *WcdmaCellInformation::Unmarshalling(Parcel &parcel) in Unmarshalling()
576 WcdmaCellInformation *param = new (std::nothrow) WcdmaCellInformation(); in Unmarshalling()
587 bool WcdmaCellInformation::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
[all …]
Dcore_service_proxy.cpp2619 ProcessReply<WcdmaCellInformation>(reply, cells); in ProcessCellInfo()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp195WcdmaCellInformation *wcdma = reinterpret_cast<WcdmaCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation()
399 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in ProcessNeighboringCellWcdma()
522 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in ProcessCurrentCellWcdma()
761 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in AddCellInformation()
762 WcdmaCellInformation &wcdmaCell = *cell; in AddCellInformation()
763 wcdmaCell = *(static_cast<WcdmaCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
815 …sptr<WcdmaCellInformation> cellinfo = static_cast<WcdmaCellInformation *>(currentCellInfo_.GetRefP… in GetCellLocation()
/base/telephony/core_service/interfaces/innerkits/
Dlibtel_core_service_api.versionscript44 *WcdmaCellInformation*;
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2295 | WcdmaCellInformation;
2666 export interface WcdmaCellInformation { interface
/base/location/services/location_gnss/gnss/source/
Dagnss_event_callback.cpp154 auto wcdmaCellInfo = static_cast<Telephony::WcdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataUmts()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp191 WcdmaCellInformation *wcdma = reinterpret_cast<WcdmaCellInformation *>(cell.GetRefPtr()); in PrintWcdmaCellInformation()
198 sptr<WcdmaCellInformation> wcdmaCell = new WcdmaCellInformation(); in PrintWcdmaCellInformation()
201 WcdmaCellInformation wcdmaCellInformation = *wcdma; in PrintWcdmaCellInformation()
836 sptr<WcdmaCellInformation> wcdma = new WcdmaCellInformation();
Dzero_branch_test.cpp111 sptr<CellInformation> wcdmaCellInformation = new WcdmaCellInformation();
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp654 std::unique_ptr<WcdmaCellInformation> wcdmaCell = std::make_unique<WcdmaCellInformation>();
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp815 … sptr<Telephony::WcdmaCellInformation> umtsCellInformation = new Telephony::WcdmaCellInformation();
831 sptr<Telephony::WcdmaCellInformation> umtsCellInformation = nullptr;
/base/telephony/core_service/services/network_search/test/
Dtest.cpp661WcdmaCellInformation *wcdma = reinterpret_cast<WcdmaCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp199 napi_value DataOfNetworkConversion(napi_env env, const WcdmaCellInformation &info) in DataOfNetworkConversion()
234 … env, val, "data", DataOfNetworkConversion(env, static_cast<const WcdmaCellInformation &>(info))); in CellInfoConversion()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1969 auto wcdmaCellInfo = static_cast<WcdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataWcdma()