Home
last modified time | relevance | path

Searched refs:CombineConference (Results 1 - 25 of 114) sorted by relevance

12345

/base/telephony/call_manager/frameworks/native/include/
H A Di_bluetooth_call.h40 virtual int32_t CombineConference() = 0;
H A Dbluetooth_call_proxy.h117 * CombineConference
122 int32_t CombineConference() override;
/base/telephony/call_manager/services/call/include/
H A Dott_call_connection.h84 * CombineConference
90 int32_t CombineConference(const OttCallRequestInfo &requestInfo);
H A Dsatellite_call.h37 int32_t CombineConference() override; // merge calls
H A Dcs_call.h38 int32_t CombineConference() override; // merge calls
H A Dvoip_call.h36 int32_t CombineConference() override;
H A Dcall_request_handler.h73 int32_t CombineConference(int32_t mainCallId);
H A Dott_call.h43 int32_t CombineConference() override;
H A Dims_call.h39 int32_t CombineConference() override;
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h70 void CombineConference();
H A Dbluetooth_call_test.cpp226 &BluetoothCallTest::CombineConference; in InitFunMap()
332 void BluetoothCallTest::CombineConference() in CombineConference() function in OHOS::Telephony::BluetoothCallTest
334 std::cout << "------CombineConference------" << std::endl; in CombineConference()
335 int32_t ret = bluetoothCallClient.CombineConference(); in CombineConference()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h105 * CombineConference
110 int32_t CombineConference() override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h110 int32_t CombineConference();
/base/telephony/call_manager/services/call/src/
H A Dsatellite_call.cpp74 int32_t SatelliteCall::CombineConference() in CombineConference() function in OHOS::Telephony::SatelliteCall
H A Dcall_request_handler.cpp152 int32_t CallRequestHandler::CombineConference(int32_t mainCallId) in CombineConference() function in OHOS::Telephony::CallRequestHandler
H A Dott_call.cpp192 int32_t OTTCall::CombineConference() in CombineConference() function in OHOS::Telephony::OTTCall
215 return ottCallConnectionPtr_->CombineConference(requestInfo); in CombineConference()
/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h135 * CombineConference
144 int32_t CombineConference(int32_t slotId) override;
H A Dcs_control.h130 * CSControl CombineConference
139 int32_t CombineConference(int32_t slotId) override;
H A Dims_control.h94 * CombineConference
103 int32_t CombineConference(int32_t slotId) override;
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp72 cSControl->CombineConference(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp120 void CombineConference(const uint8_t *data, size_t size) in CombineConference() function
214 CombineConference(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_proxy.cpp88 int32_t BluetoothCallProxy::CombineConference() in CombineConference() function in OHOS::Telephony::BluetoothCallProxy
H A Dbluetooth_call_client.cpp181 int32_t BluetoothCallClient::CombineConference() in CombineConference() function in OHOS::Telephony::BluetoothCallClient
185 return g_bluetoothCallProxyPtr->CombineConference(); in CombineConference()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp115 callObjectPtr->CombineConference(); // merge calls in DialingProcess()
207 callObjectPtr->CombineConference(); in IMSCallFunc()
251 voipCall->CombineConference(); in VoIPCallFunc()
365 callObjectPtr->CombineConference(); in OttCallFunc()
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp276 int32_t BluetoothCallService::CombineConference() in CombineConference() function in OHOS::Telephony::BluetoothCallService
289 return callControlManagerPtr_->CombineConference(callId); in CombineConference()

Completed in 9 milliseconds

12345