Home
last modified time | relevance | path

Searched refs:GetSid (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp41 static std::string GetSid() in GetSid() function
103 return GetSid(); in GetCallingSid()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h116 int32_t GetSid() const;
H A Dcell_information.h301 int32_t GetSid() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp225 int32_t CdmaCellLocation::GetSid() const in GetSid() function in OHOS::Telephony::CdmaCellLocation
H A Dcell_information.cpp1021 int32_t CdmaCellInformation::GetSid() const in GetSid() 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()
182 cdma->GetSid()); in PrintCdmaCellInformation()
186 …tion->GetLatitude(), cellLocation->GetLongitude(), cellLocation->GetNid(), cellLocation->GetSid()); 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.cpp2097 NapiUtil::SetPropertyInt32(env, data, "sid", cdmaCellInfo->GetSid()); in JudgmentDataCdma()