Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
H A Dunlockpin_fuzzer.cpp221 DelayedSingleton<CoreService>::GetInstance()->OnDelIccDiallingNumbers(dataMessageParcel, reply); in DelIccDiallingNumbers()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h125 int32_t OnDelIccDiallingNumbers(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp220 …[this](MessageParcel &data, MessageParcel &reply) { return OnDelIccDiallingNumbers(data, reply); }; in AddHandlerSimToMapExt()
1559 int32_t CoreServiceStub::OnDelIccDiallingNumbers(MessageParcel &data, MessageParcel &reply) in OnDelIccDiallingNumbers() function in OHOS::Telephony::CoreServiceStub