Home
last modified time | relevance | path

Searched refs:CombineConference (Results 1 – 25 of 94) sorted by relevance

1234

/base/telephony/call_manager/frameworks/native/include/
Di_bluetooth_call.h40 virtual int32_t CombineConference() = 0;
Dbluetooth_call_proxy.h122 int32_t CombineConference() override;
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_call_service.h110 int32_t CombineConference() override;
/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.h70 void CombineConference();
/base/telephony/call_manager/services/call/include/
Dott_call_connection.h90 int32_t CombineConference(const OttCallRequestInfo &requestInfo);
Dcs_call.h38 int32_t CombineConference() override; // merge calls
Dcall_request_handler.h73 int32_t CombineConference(int32_t mainCallId);
Dott_call.h43 int32_t CombineConference() override;
Dims_call.h39 int32_t CombineConference() override;
Dcall_base.h55 virtual int32_t CombineConference() = 0;
/base/telephony/call_manager/interfaces/innerkits/
Dbluetooth_call_client.h110 int32_t CombineConference();
/base/telephony/call_manager/frameworks/native/src/
Dbluetooth_call_client.cpp169 int32_t BluetoothCallClient::CombineConference() in CombineConference() function in OHOS::Telephony::BluetoothCallClient
172 return g_bluetoothCallProxyPtr->CombineConference(); in CombineConference()
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
Dbluetoothdialcall_fuzzer.cpp135 void CombineConference(const uint8_t *data, size_t size) in CombineConference() function
229 CombineConference(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
Dseparateconference_fuzzer.cpp72 cSControl->CombineConference(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/control/include/
Dcs_control.h139 int32_t CombineConference(int32_t slotId) override;
Dims_control.h103 int32_t CombineConference(int32_t slotId) override;
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_service.cpp249 int32_t BluetoothCallService::CombineConference() in CombineConference() function in OHOS::Telephony::BluetoothCallService
258 return callControlManagerPtr_->CombineConference(callId); in CombineConference()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp117 callObjectPtr->CombineConference(); // merge calls in DialingProcess()
214 callObjectPtr->CombineConference(); in IMSCallFunc()
271 callObjectPtr->CombineConference(); in OttCallFunc()
/base/telephony/call_manager/services/call/src/
Dott_call.cpp192 int32_t OTTCall::CombineConference() in CombineConference() function in OHOS::Telephony::OTTCall
209 return ottCallConnectionPtr_->CombineConference(requestInfo); in CombineConference()
Dcs_call.cpp74 int32_t CSCall::CombineConference() in CombineConference() function in OHOS::Telephony::CSCall
Dcall_request_handler.cpp146 int32_t CallRequestHandler::CombineConference(int32_t mainCallId) in CombineConference() function in OHOS::Telephony::CallRequestHandler
Dott_call_connection.cpp73 int32_t OTTCallConnection::CombineConference(const OttCallRequestInfo &requestInfo) in CombineConference() function in OHOS::Telephony::OTTCallConnection
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h121 int CombineConference(const CellularCallInfo &callInfo);
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h46 int32_t CombineConference(const sptr<ImsCallInterface> &imsCallSerivce) const;
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h548 void (*CombineConference)(const ReqDataInfo *requestInfo, int32_t callType); member

1234