Home
last modified time | relevance | path

Searched refs:bluetoothCallManager (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp660 BluetoothCallManager bluetoothCallManager; variable
661 …ASSERT_EQ(bluetoothCallManager.SendBtCallState(numActive, numHeld, callState, number), TELEPHONY_S…
662 ASSERT_EQ(bluetoothCallManager.SendCallDetailsChange(1, 1), TELEPHONY_SUCCESS);
663 ASSERT_NE(bluetoothCallManager.IsBtAvailble(), true);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_base.cpp543 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager… in IsSpeakerphoneEnabled() local
545 if (bluetoothCallManager->IsBtAvailble()) { in IsSpeakerphoneEnabled()