Searched refs:BluetoothCallClient (Results 1 – 8 of 8) sorted by relevance
32 BluetoothCallClient::BluetoothCallClient() {} in BluetoothCallClient() function in OHOS::Telephony::BluetoothCallClient34 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 …]
67 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 …]
26 class BluetoothCallClient : public std::enable_shared_from_this<BluetoothCallClient> {27 DECLARE_DELAYED_SINGLETON(BluetoothCallClient)
62 blueToothClientPtr_ = DelayedSingleton<BluetoothCallClient>::GetInstance(); in SetUpTestCase()184 static std::shared_ptr<BluetoothCallClient> blueToothClientPtr_;203 std::shared_ptr<BluetoothCallClient> CallManagerGtest::blueToothClientPtr_ = nullptr;
17 *BluetoothCallClient*;
30 std::shared_ptr<BluetoothCallClient> g_bluetoothCallPtr = nullptr;148 g_bluetoothCallPtr = DelayedSingleton<BluetoothCallClient>::GetInstance(); in Init()
286 …std::shared_ptr<BluetoothCallClient> bluetoothCallClient = std::make_shared<BluetoothCallClient>();
650 …std::shared_ptr<BluetoothCallClient> bluetoothCallClient = std::make_shared<BluetoothCallClient>();