Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/simauthentication_fuzzer/
H A Dsimauthentication_fuzzer.cpp110 DelayedSingleton<CoreService>::GetInstance()->OnDiallingNumbersGet(dataMessageParcel, reply); in QueryIccDiallingNumbers()
/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
H A Dunlockpin_fuzzer.cpp206 DelayedSingleton<CoreService>::GetInstance()->OnDiallingNumbersGet(dataMessageParcel, reply); in DiallingNumbersGet()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h122 int32_t OnDiallingNumbersGet(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp214 … [this](MessageParcel &data, MessageParcel &reply) { return OnDiallingNumbersGet(data, reply); }; in AddHandlerSimToMapExt()
1503 int32_t CoreServiceStub::OnDiallingNumbersGet(MessageParcel &data, MessageParcel &reply) in OnDiallingNumbersGet() function in OHOS::Telephony::CoreServiceStub