Home
last modified time | relevance | path

Searched refs:BluetoothCallService (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp30 BluetoothCallService::BluetoothCallService() in BluetoothCallService() function in OHOS::Telephony::BluetoothCallService
35 BluetoothCallService::~BluetoothCallService() in ~BluetoothCallService()
38 int32_t BluetoothCallService::AnswerCall() in AnswerCall()
75 int32_t BluetoothCallService::RejectCall() in RejectCall()
97 int32_t BluetoothCallService::HangUpCall() in HangUpCall()
117 int32_t BluetoothCallService::GetCallState() in GetCallState()
169 int32_t BluetoothCallService::HoldCall() in HoldCall()
189 int32_t BluetoothCallService::UnHoldCall() in UnHoldCall()
209 int32_t BluetoothCallService::SwitchCall() in SwitchCall()
229 int32_t BluetoothCallService::StartDtmf(char str) in StartDtmf()
[all …]
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp39 DelayedSingleton<BluetoothCallService>::GetInstance()->OnAnswerCall(dataParcel, reply); in AnswerCall()
52 DelayedSingleton<BluetoothCallService>::GetInstance()->OnRejectCall(dataParcel, reply); in RejectCall()
65 DelayedSingleton<BluetoothCallService>::GetInstance()->OnHangUpCall(dataParcel, reply); in HangUpCall()
78 DelayedSingleton<BluetoothCallService>::GetInstance()->OnGetBtCallState(dataParcel, reply); in GetBtCallState()
91 DelayedSingleton<BluetoothCallService>::GetInstance()->OnHoldCall(dataParcel, reply); in HoldCall()
104 DelayedSingleton<BluetoothCallService>::GetInstance()->OnUnHoldCall(dataParcel, reply); in UnHoldCall()
117 DelayedSingleton<BluetoothCallService>::GetInstance()->OnSwitchCall(dataParcel, reply); in SwitchCall()
130 DelayedSingleton<BluetoothCallService>::GetInstance()->OnCombineConference(dataParcel, reply); in CombineConference()
143 DelayedSingleton<BluetoothCallService>::GetInstance()->OnSeparateConference(dataParcel, reply); in SeparateConference()
170 DelayedSingleton<BluetoothCallService>::GetInstance()->OnStartDtmf(dataParcel, reply); in StartDtmf()
[all …]
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h27 class BluetoothCallService : public BluetoothCallStub, public BluetoothCallPolicy {
29 BluetoothCallService();
30 ~BluetoothCallService();
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp277 BluetoothCallService bluetoothCallService;
317 BluetoothCallService bluetoothCallService;
338 auto bluetoothCallService = std::make_shared<BluetoothCallService>();
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1386 sptr<BluetoothCallService> ptr = new (std::nothrow) BluetoothCallService(); in GetProxyObjectPtr()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp152 DelayedSingleton<BluetoothCallService>::GetInstance()->GetCallState(); in HandleCallReportInfo()