Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
H A Dsendterminalresponsecmd_fuzzer.cpp135 … DelayedSingleton<CoreService>::GetInstance()->OnSendTerminalResponseCmd(dataMessageParcel, reply); in SendTerminalResponseCmd()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h130 int32_t OnSendTerminalResponseCmd(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp226 …[this](MessageParcel &data, MessageParcel &reply) { return OnSendTerminalResponseCmd(data, reply);… in AddHandlerSimToMapExt()
1671 int32_t CoreServiceStub::OnSendTerminalResponseCmd(MessageParcel &data, MessageParcel &reply) in OnSendTerminalResponseCmd() function in OHOS::Telephony::CoreServiceStub