Home
last modified time | relevance | path

Searched refs:OnStopDtmf (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_stub.cpp56 [this](MessageParcel &data, MessageParcel &reply) { return OnStopDtmf(data, reply); }; in BluetoothCallStub()
209 int32_t BluetoothCallStub::OnStopDtmf(MessageParcel &data, MessageParcel &reply) in OnStopDtmf() function in OHOS::Telephony::BluetoothCallStub
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_stub.h47 int32_t OnStopDtmf(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp183 DelayedSingleton<BluetoothCallService>::GetInstance()->OnStopDtmf(dataParcel, reply); in StopDtmf()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call_stub.h49 int32_t OnStopDtmf(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service_stub.h72 int32_t OnStopDtmf(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call_stub.cpp72 [this](MessageParcel &data, MessageParcel &reply) { return OnStopDtmf(data, reply); }; in InitDtmfFuncMap()
329 int32_t ImsCallStub::OnStopDtmf(MessageParcel &data, MessageParcel &reply) in OnStopDtmf() function in OHOS::Telephony::ImsCallStub
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service_stub.cpp129 [this](MessageParcel &data, MessageParcel &reply) { return OnStopDtmf(data, reply); }; in InitCallDtmfRequest()
576 int32_t CallManagerServiceStub::OnStopDtmf(MessageParcel &data, MessageParcel &reply) in OnStopDtmf() function in OHOS::Telephony::CallManagerServiceStub
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager7_gtest.cpp546 callManagerService->OnStopDtmf(data, reply);
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp369 result = bluetoothCallService->OnStopDtmf(dataParcel, reply);