Home
last modified time | relevance | path

Searched refs:UnHoldCall (Results 1 – 25 of 96) sorted by relevance

1234

/base/telephony/call_manager/frameworks/native/include/
Di_bluetooth_call.h38 virtual int32_t UnHoldCall() = 0;
Dbluetooth_call_proxy.h89 int32_t UnHoldCall() override;
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_call_service.h77 int32_t UnHoldCall() override;
/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.h68 void UnHoldCall();
/base/telephony/call_manager/services/call/include/
Dott_call_connection.h73 int32_t UnHoldCall(const OttCallRequestInfo &requestInfo);
Dcs_call.h34 int32_t UnHoldCall() override;
Dcall_request_handler.h71 int32_t UnHoldCall(int32_t callId);
Dott_call.h35 int32_t UnHoldCall() override;
Dims_call.h36 int32_t UnHoldCall() override;
/base/telephony/call_manager/interfaces/innerkits/
Dbluetooth_call_client.h96 int32_t UnHoldCall();
/base/telephony/call_manager/frameworks/native/src/
Dbluetooth_call_client.cpp149 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/
Dreporthungupinfo_fuzzer.cpp69 iMSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
Dbluetoothdialcall_fuzzer.cpp109 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/
Dseparateconference_fuzzer.cpp69 cSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/control/include/
Dcs_control.h114 int32_t UnHoldCall(int32_t slotId) override;
Dims_control.h83 int32_t UnHoldCall(int32_t slotId) override;
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_service.cpp171 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/
Dcall_fuzzer.cpp114 callObjectPtr->UnHoldCall(); in DialingProcess()
212 callObjectPtr->UnHoldCall(); in IMSCallFunc()
266 callObjectPtr->UnHoldCall(); in OttCallFunc()
/base/telephony/call_manager/services/call/src/
Dott_call.cpp130 int32_t OTTCall::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::OTTCall
138 ret = ottCallConnectionPtr_->UnHoldCall(requestInfo); in UnHoldCall()
Dcs_call.cpp54 int32_t CSCall::UnHoldCall() in UnHoldCall() function in OHOS::Telephony::CSCall
Dcall_request_handler.cpp90 int32_t CallRequestHandler::UnHoldCall(int32_t callId) in UnHoldCall() function in OHOS::Telephony::CallRequestHandler
Dott_call_connection.cpp57 int32_t OTTCallConnection::UnHoldCall(const OttCallRequestInfo &requestInfo) in UnHoldCall() function in OHOS::Telephony::OTTCallConnection
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h92 int UnHoldCall(const CellularCallInfo &callInfo);
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h44 int32_t UnHoldCall(const sptr<ImsCallInterface> &imsCallSerivce) const;
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h529 void (*UnHoldCall)(const ReqDataInfo *requestInfo); member

1234