Searched refs:GetNid (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_location.h | 110 int32_t GetNid() const;
|
H A D | cell_information.h | 295 int32_t GetNid() const;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_location.cpp | 220 int32_t CdmaCellLocation::GetNid() const in GetNid() function in OHOS::Telephony::CdmaCellLocation
|
H A D | cell_information.cpp | 1016 int32_t CdmaCellInformation::GetNid() const in GetNid() function in OHOS::Telephony::CdmaCellInformation
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 167 cdma->GetNid(), cdma->GetSid()); in PrintCdmaCellInformation() 181 …ocation->SetCdmaParam(cdma->GetBaseId(), cdma->GetLatitude(), cdma->GetLongitude(), cdma->GetNid(), in PrintCdmaCellInformation() 186 …cellLocation->GetLatitude(), cellLocation->GetLongitude(), cellLocation->GetNid(), cellLocation->G… in PrintCdmaCellInformation()
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | cell_info.cpp | 890 cellinfo->GetNid(), cellinfo->GetSid()); in GetCellLocation()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 2096 NapiUtil::SetPropertyInt32(env, data, "nid", cdmaCellInfo->GetNid()); in JudgmentDataCdma()
|