Searched refs:BluetoothCallService (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_service.cpp | 30 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 D | bluetoothdialcall_fuzzer.cpp | 39 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 D | bluetooth_call_service.h | 27 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 D | zero_branch3_test.cpp | 277 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 D | call_manager_service.cpp | 1386 sptr<BluetoothCallService> ptr = new (std::nothrow) BluetoothCallService(); in GetProxyObjectPtr()
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_status_manager.cpp | 152 DelayedSingleton<BluetoothCallService>::GetInstance()->GetCallState(); in HandleCallReportInfo()
|