Home
last modified time | relevance | path

Searched refs:GetBaseId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h92 int32_t GetBaseId() const;
H A Dcell_information.h277 int32_t GetBaseId() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp205 int32_t CdmaCellLocation::GetBaseId() const in GetBaseId() function in OHOS::Telephony::CdmaCellLocation
H A Dcell_information.cpp1001 int32_t CdmaCellInformation::GetBaseId() const in GetBaseId() function in OHOS::Telephony::CdmaCellInformation
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp166 …static_cast<int32_t>(cdma->GetNetworkType()), cdma->GetBaseId(), cdma->GetLatitude(), cdma->GetLon… in PrintCdmaCellInformation()
181 …cellLocation->SetCdmaParam(cdma->GetBaseId(), cdma->GetLatitude(), cdma->GetLongitude(), cdma->Get… in PrintCdmaCellInformation()
185 static_cast<int32_t>(cellLocation->GetCellLocationType()), cellLocation->GetBaseId(), in PrintCdmaCellInformation()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp889 …cellLocation->SetCdmaParam(cellinfo->GetBaseId(), cellinfo->GetLatitude(), cellinfo->GetLongitude(… in GetCellLocation()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2093 NapiUtil::SetPropertyInt32(env, data, "baseId", cdmaCellInfo->GetBaseId()); in JudgmentDataCdma()