Home
last modified time | relevance | path

Searched refs:BluetoothCallClient (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp32 BluetoothCallClient::BluetoothCallClient() {} in BluetoothCallClient() function in OHOS::Telephony::BluetoothCallClient
34 BluetoothCallClient::~BluetoothCallClient() {} in ~BluetoothCallClient()
36 void BluetoothCallClient::Init() in Init()
60 void BluetoothCallClient::UnInit() in UnInit()
99 int32_t BluetoothCallClient::AnswerCall() in AnswerCall()
109 int32_t BluetoothCallClient::RejectCall() in RejectCall()
119 int32_t BluetoothCallClient::HangUpCall() in HangUpCall()
139 int32_t BluetoothCallClient::HoldCall() in HoldCall()
149 int32_t BluetoothCallClient::UnHoldCall() in UnHoldCall()
209 int32_t BluetoothCallClient::StopDtmf() in StopDtmf()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp67 DelayedSingleton<BluetoothCallClient>::GetInstance()->UnInit(); in Stop()
115 DelayedSingleton<BluetoothCallClient>::GetInstance()->RejectCall(); in RejectCall()
151 DelayedSingleton<BluetoothCallClient>::GetInstance()->HangUpCall(); in HangupCall()
157 DelayedSingleton<BluetoothCallClient>::GetInstance()->HangUpCall(); in HangupCall()
166 DelayedSingleton<BluetoothCallClient>::GetInstance()->AnswerCall(); in AnswerCall()
173 if (!DelayedSingleton<BluetoothCallClient>::GetInstance()->StartDtmf(str)) { in SendDtmf()
176 DelayedSingleton<BluetoothCallClient>::GetInstance()->StopDtmf(); in SendDtmf()
276 DelayedSingleton<BluetoothCallClient>::GetInstance()->GetCallState(); in QueryPhoneState()
551 DelayedSingleton<BluetoothCallClient>::GetInstance()->HoldCall(); in SetResponseHoldState()
960 DelayedSingleton<BluetoothCallClient>::GetInstance()->HangUpCall(); in HandleChld()
[all …]
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h26 class BluetoothCallClient : public std::enable_shared_from_this<BluetoothCallClient> {
27 DECLARE_DELAYED_SINGLETON(BluetoothCallClient)
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_gtest.h62 blueToothClientPtr_ = DelayedSingleton<BluetoothCallClient>::GetInstance(); in SetUpTestCase()
184 static std::shared_ptr<BluetoothCallClient> blueToothClientPtr_;
203 std::shared_ptr<BluetoothCallClient> CallManagerGtest::blueToothClientPtr_ = nullptr;
/ohos5.0/base/telephony/call_manager/frameworks/native/
H A Dtel_call_manager_api.versionscript17 *BluetoothCallClient*;
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.cpp30 std::shared_ptr<BluetoothCallClient> g_bluetoothCallPtr = nullptr;
148 g_bluetoothCallPtr = DelayedSingleton<BluetoothCallClient>::GetInstance(); in Init()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager2_gtest.cpp286 …std::shared_ptr<BluetoothCallClient> bluetoothCallClient = std::make_shared<BluetoothCallClient>();
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp650 …std::shared_ptr<BluetoothCallClient> bluetoothCallClient = std::make_shared<BluetoothCallClient>();