Searched refs:BluetoothCallManager (Results 1 – 6 of 6) sorted by relevance
27 BluetoothCallManager::BluetoothCallManager() : btConnection_(DelayedSingleton<BluetoothConnection>:… in BluetoothCallManager() function in OHOS::Telephony::BluetoothCallManager29 BluetoothCallManager::~BluetoothCallManager() {} in ~BluetoothCallManager()31 int32_t BluetoothCallManager::SendBtCallState( in SendBtCallState()41 int32_t BluetoothCallManager::SendCallDetailsChange(int32_t callId, int32_t callState) in SendCallDetailsChange()50 bool BluetoothCallManager::IsBtAvailble() in IsBtAvailble()
165 return DelayedSingleton<BluetoothCallManager>::GetInstance()-> in GetCallState()
27 class BluetoothCallManager : public std::enable_shared_from_this<BluetoothCallManager> {29 BluetoothCallManager();30 ~BluetoothCallManager();
543 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in IsSpeakerphoneEnabled()
176 …DelayedSingleton<BluetoothCallManager>::GetInstance()->SendCallDetailsChange(static_cast<int32_t>(… in ReportCallStateInfo()
660 BluetoothCallManager bluetoothCallManager;