Home
last modified time | relevance | path

Searched refs:imsVideoCallControl (Results 1 - 1 of 1) sorted by relevance

/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp903 auto imsVideoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); in HWTEST_F() local
904 ASSERT_NE(imsVideoCallControl, nullptr); in HWTEST_F()
911 ASSERT_EQ(imsVideoCallControl->ControlCamera(SIM1_SLOTID, DEFAULT_INDEX, cameraId), INVALID_VALUE); in HWTEST_F()
912 ASSERT_EQ(imsVideoCallControl->SetPreviewWindow(SIM1_SLOTID, DEFAULT_INDEX, surfaceId, nullptr), in HWTEST_F()
914 ASSERT_EQ(imsVideoCallControl->SetDisplayWindow(SIM1_SLOTID, DEFAULT_INDEX, surfaceId, nullptr), in HWTEST_F()
916 ASSERT_EQ(imsVideoCallControl->SetCameraZoom(1.0), INVALID_VALUE); in HWTEST_F()
917 ASSERT_EQ(imsVideoCallControl->SetPausePicture(SIM1_SLOTID, DEFAULT_INDEX, path), INVALID_VALUE); in HWTEST_F()
918 ASSERT_EQ(imsVideoCallControl->SetDeviceDirection(SIM1_SLOTID, DEFAULT_INDEX, 0), INVALID_VALUE); in HWTEST_F()
919 ASSERT_EQ(imsVideoCallControl->SendUpdateCallMediaModeRequest(cellularCallInfo, ImsCallMode::CALL_MODE_AUDIO_ONLY), in HWTEST_F()
921 ASSERT_EQ(imsVideoCallControl in HWTEST_F()
951 auto imsVideoCallControl = DelayedSingleton<ImsVideoCallControl>::GetInstance(); HWTEST_F() local
[all...]

Completed in 2 milliseconds