Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager2_gtest.cpp287 bluetoothCallClient->UnInit();
293 bluetoothCallClient->IsNewCallAllowed(enabled);
294 bluetoothCallClient->IsInEmergencyCall(enabled);
295 bluetoothCallClient->SetMuted(false);
296 bluetoothCallClient->MuteRinger();
298 bluetoothCallClient->GetCurrentCallList(-1).size();
300 ASSERT_NE(bluetoothCallClient->AnswerCall(), TELEPHONY_SUCCESS);
301 ASSERT_NE(bluetoothCallClient->RejectCall(), TELEPHONY_SUCCESS);
302 ASSERT_NE(bluetoothCallClient->HangUpCall(), TELEPHONY_SUCCESS);
304 ASSERT_NE(bluetoothCallClient->HoldCall(), TELEPHONY_SUCCESS);
[all …]
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp651 bluetoothCallClient->UnInit();
657 bluetoothCallClient->IsNewCallAllowed(enabled);
658 bluetoothCallClient->IsInEmergencyCall(enabled);
659 bluetoothCallClient->SetMuted(false);
660 bluetoothCallClient->MuteRinger();
662 bluetoothCallClient->GetCurrentCallList(-1).size();
664 ASSERT_NE(bluetoothCallClient->AnswerCall(), TELEPHONY_SUCCESS);
665 ASSERT_NE(bluetoothCallClient->RejectCall(), TELEPHONY_SUCCESS);
666 ASSERT_NE(bluetoothCallClient->HangUpCall(), TELEPHONY_SUCCESS);
668 ASSERT_NE(bluetoothCallClient->HoldCall(), TELEPHONY_SUCCESS);
[all …]