/base/telephony/call_manager/frameworks/native/include/ |
D | i_bluetooth_call.h | 38 virtual int32_t UnHoldCall() = 0;
|
D | bluetooth_call_proxy.h | 89 int32_t UnHoldCall() override;
|
/base/telephony/call_manager/services/bluetooth/include/ |
D | bluetooth_call_service.h | 77 int32_t UnHoldCall() override;
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | bluetooth_call_test.h | 68 void UnHoldCall();
|
/base/telephony/call_manager/services/call/include/ |
D | ott_call_connection.h | 73 int32_t UnHoldCall(const OttCallRequestInfo &requestInfo);
|
D | cs_call.h | 34 int32_t UnHoldCall() override;
|
D | call_request_handler.h | 71 int32_t UnHoldCall(int32_t callId);
|
D | ott_call.h | 35 int32_t UnHoldCall() override;
|
D | ims_call.h | 36 int32_t UnHoldCall() override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | bluetooth_call_client.h | 96 int32_t UnHoldCall();
|
/base/telephony/call_manager/frameworks/native/src/ |
D | bluetooth_call_client.cpp | 149 int32_t BluetoothCallClient::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::BluetoothCallClient 152 return g_bluetoothCallProxyPtr->UnHoldCall(); in UnHoldCall()
|
/base/telephony/cellular_call/test/fuzztest/reporthungupinfo_fuzzer/ |
D | reporthungupinfo_fuzzer.cpp | 69 iMSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/ |
D | bluetoothdialcall_fuzzer.cpp | 109 void UnHoldCall(const uint8_t *data, size_t size) in UnHoldCall() function 227 UnHoldCall(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
D | separateconference_fuzzer.cpp | 69 cSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/services/control/include/ |
D | cs_control.h | 114 int32_t UnHoldCall(int32_t slotId) override;
|
D | ims_control.h | 83 int32_t UnHoldCall(int32_t slotId) override;
|
/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_service.cpp | 171 int32_t BluetoothCallService::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::BluetoothCallService 184 return callControlManagerPtr_->UnHoldCall(callId); in UnHoldCall()
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
D | call_fuzzer.cpp | 114 callObjectPtr->UnHoldCall(); in DialingProcess() 212 callObjectPtr->UnHoldCall(); in IMSCallFunc() 266 callObjectPtr->UnHoldCall(); in OttCallFunc()
|
/base/telephony/call_manager/services/call/src/ |
D | ott_call.cpp | 130 int32_t OTTCall::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::OTTCall 138 ret = ottCallConnectionPtr_->UnHoldCall(requestInfo); in UnHoldCall()
|
D | cs_call.cpp | 54 int32_t CSCall::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::CSCall
|
D | call_request_handler.cpp | 90 int32_t CallRequestHandler::UnHoldCall(int32_t callId) in UnHoldCall() function in OHOS::Telephony::CallRequestHandler
|
D | ott_call_connection.cpp | 57 int32_t OTTCallConnection::UnHoldCall(const OttCallRequestInfo &requestInfo) in UnHoldCall() function in OHOS::Telephony::OTTCallConnection
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
D | cellular_call_connection.h | 92 int UnHoldCall(const CellularCallInfo &callInfo);
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.h | 44 int32_t UnHoldCall(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 529 void (*UnHoldCall)(const ReqDataInfo *requestInfo); member
|