Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp161 …DelayedSingleton<CoreService>::GetInstance()->OnUpdateIccDiallingNumbers(dataMessageParcel, reply); in UpdateIccDiallingNumbers()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h124 int32_t OnUpdateIccDiallingNumbers(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp218 …[this](MessageParcel &data, MessageParcel &reply) { return OnUpdateIccDiallingNumbers(data, reply)… in AddHandlerSimToMapExt()
1541 int32_t CoreServiceStub::OnUpdateIccDiallingNumbers(MessageParcel &data, MessageParcel &reply) in OnUpdateIccDiallingNumbers() function in OHOS::Telephony::CoreServiceStub