Home
last modified time | relevance | path

Searched refs:BluetoothCallService (Results 1 - 7 of 7) sorted by relevance

/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()
156 DelayedSingleton<BluetoothCallService> in KickOutFromConference()
[all...]
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp31 BluetoothCallService::BluetoothCallService() in BluetoothCallService() function in OHOS::Telephony::BluetoothCallService
36 BluetoothCallService::~BluetoothCallService() in ~BluetoothCallService()
39 int32_t BluetoothCallService::AnswerCall() in AnswerCall()
76 int32_t BluetoothCallService::RejectCall() in RejectCall()
98 int32_t BluetoothCallService::HangUpCall() in HangUpCall()
118 int32_t BluetoothCallService::GetCallState() in GetCallState()
123 TELEPHONY_LOGI("Entry BluetoothCallService GetCallState"); in GetCallState()
170 int32_t BluetoothCallService
[all...]
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_service.h27 class BluetoothCallService : public BluetoothCallStub, public BluetoothCallPolicy { class
29 BluetoothCallService();
30 ~BluetoothCallService();
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch7_test.cpp413 BluetoothCallService bluetoothCallService; in HWTEST_F()
426 BluetoothCallService bluetoothCallService; in HWTEST_F()
H A Dzero_branch3_test.cpp277 BluetoothCallService bluetoothCallService; in HWTEST_F()
317 BluetoothCallService bluetoothCallService; in HWTEST_F()
338 auto bluetoothCallService = std::make_shared<BluetoothCallService>(); in HWTEST_F()
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1404 sptr<BluetoothCallService> ptr = new (std::nothrow) BluetoothCallService(); in GetProxyObjectPtr()
1406 TELEPHONY_LOGE("create BluetoothCallService object failed!"); in GetProxyObjectPtr()
1410 TELEPHONY_LOGI("create BluetoothCallService object success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp157 DelayedSingleton<BluetoothCallService>::GetInstance()->GetCallState(); in HandleCallReportInfo()

Completed in 9 milliseconds