Home
last modified time | relevance | path

Searched refs:GetCpid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h238 int32_t GetCpid() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp831 int32_t TdscdmaCellInformation::GetCpid() const in GetCpid() function in OHOS::Telephony::TdscdmaCellInformation
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp209 …static_cast<int32_t>(tdscdma->GetNetworkType()), tdscdma->GetCpid(), tdscdma->GetLac(), tdscdma->G… in PrintTdscdmaCellInformation()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2107 NapiUtil::SetPropertyInt32(env, data, "cpid", tdscdmaCellInfo->GetCpid()); in JudgmentDataTdscdma()