/base/telephony/call_manager/frameworks/native/include/ |
D | i_bluetooth_call.h | 40 virtual int32_t CombineConference() = 0;
|
D | bluetooth_call_proxy.h | 122 int32_t CombineConference() override;
|
/base/telephony/call_manager/services/bluetooth/include/ |
D | bluetooth_call_service.h | 110 int32_t CombineConference() override;
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | bluetooth_call_test.h | 70 void CombineConference();
|
/base/telephony/call_manager/services/call/include/ |
D | ott_call_connection.h | 90 int32_t CombineConference(const OttCallRequestInfo &requestInfo);
|
D | cs_call.h | 38 int32_t CombineConference() override; // merge calls
|
D | call_request_handler.h | 73 int32_t CombineConference(int32_t mainCallId);
|
D | ott_call.h | 43 int32_t CombineConference() override;
|
D | ims_call.h | 39 int32_t CombineConference() override;
|
D | call_base.h | 55 virtual int32_t CombineConference() = 0;
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | bluetooth_call_client.h | 110 int32_t CombineConference();
|
/base/telephony/call_manager/frameworks/native/src/ |
D | bluetooth_call_client.cpp | 169 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/ |
D | bluetoothdialcall_fuzzer.cpp | 135 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/ |
D | separateconference_fuzzer.cpp | 72 cSControl->CombineConference(slotId); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/services/control/include/ |
D | cs_control.h | 139 int32_t CombineConference(int32_t slotId) override;
|
D | ims_control.h | 103 int32_t CombineConference(int32_t slotId) override;
|
/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_service.cpp | 249 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/ |
D | call_fuzzer.cpp | 117 callObjectPtr->CombineConference(); // merge calls in DialingProcess() 214 callObjectPtr->CombineConference(); in IMSCallFunc() 271 callObjectPtr->CombineConference(); in OttCallFunc()
|
/base/telephony/call_manager/services/call/src/ |
D | ott_call.cpp | 192 int32_t OTTCall::CombineConference() in CombineConference() function in OHOS::Telephony::OTTCall 209 return ottCallConnectionPtr_->CombineConference(requestInfo); in CombineConference()
|
D | cs_call.cpp | 74 int32_t CSCall::CombineConference() in CombineConference() function in OHOS::Telephony::CSCall
|
D | call_request_handler.cpp | 146 int32_t CallRequestHandler::CombineConference(int32_t mainCallId) in CombineConference() function in OHOS::Telephony::CallRequestHandler
|
D | ott_call_connection.cpp | 73 int32_t OTTCallConnection::CombineConference(const OttCallRequestInfo &requestInfo) in CombineConference() function in OHOS::Telephony::OTTCallConnection
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
D | cellular_call_connection.h | 121 int CombineConference(const CellularCallInfo &callInfo);
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.h | 46 int32_t CombineConference(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 548 void (*CombineConference)(const ReqDataInfo *requestInfo, int32_t callType); member
|