Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp205 auto bluetoothDeviceState = std::make_shared<BluetoothDeviceState>(); variable
206 bluetoothDeviceState->ProcessEvent(AudioEvent::BLUETOOTH_SCO_CONNECTED);
207 bluetoothDeviceState->ProcessEvent(AudioEvent::AUDIO_ACTIVATED);
208 bluetoothDeviceState->ProcessEvent(AudioEvent::AUDIO_RINGING);
209 bluetoothDeviceState->ProcessEvent(AudioEvent::BLUETOOTH_SCO_DISCONNECTED);
210 bluetoothDeviceState->ProcessEvent(AudioEvent::AUDIO_DEACTIVATED);
211 ASSERT_FALSE(bluetoothDeviceState->ProcessEvent(AudioEvent::UNKNOWN_EVENT));