Searched refs:BluetoothCallClient (Results 1 – 4 of 4) 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()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 …]
26 class BluetoothCallClient : public std::enable_shared_from_this<BluetoothCallClient> {27 DECLARE_DELAYED_SINGLETON(BluetoothCallClient)
61 blueToothClientPtr_ = DelayedSingleton<BluetoothCallClient>::GetInstance(); in SetUpTestCase()130 static std::shared_ptr<BluetoothCallClient> blueToothClientPtr_;149 std::shared_ptr<BluetoothCallClient> CallManagerGtest::blueToothClientPtr_ = nullptr;
30 std::shared_ptr<BluetoothCallClient> g_bluetoothCallPtr = nullptr;147 g_bluetoothCallPtr = DelayedSingleton<BluetoothCallClient>::GetInstance(); in Init()