Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h110 int32_t GetNid() const;
H A Dcell_information.h295 int32_t GetNid() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp220 int32_t CdmaCellLocation::GetNid() const in GetNid() function in OHOS::Telephony::CdmaCellLocation
H A Dcell_information.cpp1016 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 Dnetwork_search_test.cpp167 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 Dcell_info.cpp890 cellinfo->GetNid(), cellinfo->GetSid()); in GetCellLocation()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2096 NapiUtil::SetPropertyInt32(env, data, "nid", cdmaCellInfo->GetNid()); in JudgmentDataCdma()