Searched refs:GetBaseId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_location.h | 92 int32_t GetBaseId() const;
|
H A D | cell_information.h | 277 int32_t GetBaseId() const;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_location.cpp | 205 int32_t CdmaCellLocation::GetBaseId() const in GetBaseId() function in OHOS::Telephony::CdmaCellLocation
|
H A D | cell_information.cpp | 1001 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 D | network_search_test.cpp | 166 …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 D | cell_info.cpp | 889 …cellLocation->SetCdmaParam(cellinfo->GetBaseId(), cellinfo->GetLatitude(), cellinfo->GetLongitude(… in GetCellLocation()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 2093 NapiUtil::SetPropertyInt32(env, data, "baseId", cdmaCellInfo->GetBaseId()); in JudgmentDataCdma()
|