/base/telephony/call_manager/test/fuzztest/startdtmf_fuzzer/ |
D | startdtmf_fuzzer.cpp | 43 void StartDtmf(const uint8_t *data, size_t size) in StartDtmf() function 106 StartDtmf(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | bluetooth_call_test.h | 71 void StartDtmf();
|
D | bluetooth_call_test.cpp | 232 …ap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_START_DTMF)] = &BluetoothCallTest::StartDtmf; in InitFunMap() 447 void BluetoothCallTest::StartDtmf() in StartDtmf() function in OHOS::Telephony::BluetoothCallTest 457 int32_t ret = g_bluetoothCallPtr->StartDtmf(c); in StartDtmf()
|
/base/telephony/call_manager/frameworks/native/include/ |
D | bluetooth_call_proxy.h | 105 int32_t StartDtmf(char str) override;
|
D | i_bluetooth_call.h | 59 virtual int32_t StartDtmf(char str) = 0;
|
D | call_manager_service_proxy.h | 206 int32_t StartDtmf(int32_t callId, char str) override;
|
/base/telephony/call_manager/services/bluetooth/include/ |
D | bluetooth_call_service.h | 94 int32_t StartDtmf(char str) override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | bluetooth_call_client.h | 43 int32_t StartDtmf(char str);
|
D | call_manager_client.h | 53 int32_t StartDtmf(int32_t callId, char str);
|
/base/telephony/call_manager/services/call/include/ |
D | carrier_call.h | 39 int32_t StartDtmf(char str) override;
|
D | ott_call.h | 39 int32_t StartDtmf(char str) override;
|
D | call_base.h | 51 virtual int32_t StartDtmf(char str) = 0;
|
/base/telephony/call_manager/frameworks/native/src/ |
D | bluetooth_call_client.cpp | 189 int32_t BluetoothCallClient::StartDtmf(char str) in StartDtmf() function in OHOS::Telephony::BluetoothCallClient 192 return g_bluetoothCallProxyPtr->StartDtmf(str); in StartDtmf()
|
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/ |
D | bluetoothdialcall_fuzzer.cpp | 161 void StartDtmf(const uint8_t *data, size_t size) in StartDtmf() function 219 StartDtmf(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call/src/ |
D | carrier_call.cpp | 283 int32_t CarrierCall::StartDtmf(char str) in StartDtmf() function in OHOS::Telephony::CarrierCall 294 return cellularCallConnectionPtr_->StartDtmf(str, callInfo); in StartDtmf()
|
/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_service.cpp | 211 int32_t BluetoothCallService::StartDtmf(char str) in StartDtmf() function in OHOS::Telephony::BluetoothCallService 225 return callControlManagerPtr_->StartDtmf(callId, str); in StartDtmf()
|
D | bluetooth_call_stub.cpp | 174 result = StartDtmf(str); in OnStartDtmf()
|
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/ |
D | setpreviewwindow_fuzzer.cpp | 162 void StartDtmf(const uint8_t *data, size_t size) in StartDtmf() function 249 StartDtmf(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
D | cellular_call_connection.h | 139 int StartDtmf(char cDTMFCode, const CellularCallInfo &callInfo);
|
D | cellular_call_proxy.h | 172 int32_t StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) override;
|
D | cellular_call_interface.h | 216 virtual int32_t StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) = 0;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 259 void (*StartDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.h | 49 int32_t StartDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
D | call_fuzzer.cpp | 77 callObjectPtr->StartDtmf(static_cast<char>(*data)); in CSCallFunc() 110 callObjectPtr->StartDtmf(static_cast<char>(*data)); in DialingProcess()
|
/base/telephony/cellular_call/services/control/include/ |
D | control_base.h | 327 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf() function
|