Home
last modified time | relevance | path

Searched refs:OnGetISOCountryCodeForSim (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
H A Dsendterminalresponsecmd_fuzzer.cpp119 … DelayedSingleton<CoreService>::GetInstance()->OnGetISOCountryCodeForSim(dataMessageParcel, reply); in GetISOCountryCodeForSim()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h73 int32_t OnGetISOCountryCodeForSim(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp198 …[this](MessageParcel &data, MessageParcel &reply) { return OnGetISOCountryCodeForSim(data, reply);… in AddHandlerSimToMapExt()
693 int32_t CoreServiceStub::OnGetISOCountryCodeForSim(MessageParcel &data, MessageParcel &reply) in OnGetISOCountryCodeForSim() function in OHOS::Telephony::CoreServiceStub