Home
last modified time | relevance | path

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

/base/telephony/call_manager/frameworks/native/src/
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()
69 int32_t BluetoothCallClient::RegisterCallBack(std::unique_ptr<CallManagerCallback> callback) in RegisterCallBack()
79 int32_t BluetoothCallClient::UnRegisterCallBack() in UnRegisterCallBack()
89 int32_t BluetoothCallClient::DialCall(std::u16string number, AppExecFwk::PacMap &extras) in DialCall()
99 int32_t BluetoothCallClient::AnswerCall() in AnswerCall()
109 int32_t BluetoothCallClient::RejectCall() in RejectCall()
119 int32_t BluetoothCallClient::HangUpCall() in HangUpCall()
[all …]
/base/telephony/call_manager/interfaces/innerkits/
Dbluetooth_call_client.h26 class BluetoothCallClient : public std::enable_shared_from_this<BluetoothCallClient> {
27 DECLARE_DELAYED_SINGLETON(BluetoothCallClient)
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_gtest.h61 blueToothClientPtr_ = DelayedSingleton<BluetoothCallClient>::GetInstance(); in SetUpTestCase()
130 static std::shared_ptr<BluetoothCallClient> blueToothClientPtr_;
149 std::shared_ptr<BluetoothCallClient> CallManagerGtest::blueToothClientPtr_ = nullptr;
/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.cpp30 std::shared_ptr<BluetoothCallClient> g_bluetoothCallPtr = nullptr;
147 g_bluetoothCallPtr = DelayedSingleton<BluetoothCallClient>::GetInstance(); in Init()