Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
H A Dsendterminalresponsecmd_fuzzer.cpp104 DelayedSingleton<CoreService>::GetInstance()->OnGetSimOperatorNumeric(dataMessageParcel, reply); in GetSimOperatorNumeric()
/ohos5.0/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp290 DelayedSingleton<CoreService>::GetInstance()->OnGetSimOperatorNumeric(dataMessageParcel, reply); in GetSimOperatorNumeric()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h76 int32_t OnGetSimOperatorNumeric(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp132 …[this](MessageParcel &data, MessageParcel &reply) { return OnGetSimOperatorNumeric(data, reply); }; in AddHandlerSimToMap()
741 int32_t CoreServiceStub::OnGetSimOperatorNumeric(MessageParcel &data, MessageParcel &reply) in OnGetSimOperatorNumeric() function in OHOS::Telephony::CoreServiceStub