Searched refs:VideoControlManager (Results 1 – 5 of 5) sorted by relevance
43 VideoControlManager::VideoControlManager() : isOpenCamera_(false) {} in VideoControlManager() function in OHOS::Telephony::VideoControlManager45 VideoControlManager::~VideoControlManager() {} in ~VideoControlManager()47 int32_t VideoControlManager::ControlCamera( in ControlCamera()105 int32_t VideoControlManager::SetCameraZoom(float zoomRatio) in SetCameraZoom()200 int32_t VideoControlManager::OpenCamera( in OpenCamera()235 int32_t VideoControlManager::CloseCamera( in CloseCamera()264 bool VideoControlManager::ContainCameraID(std::string id) in ContainCameraID()283 bool VideoControlManager::IsPngFile(std::string fileName) in IsPngFile()299 int32_t VideoControlManager::CancelCallUpgrade(int32_t callId) in CancelCallUpgrade()323 int32_t VideoControlManager::RequestCameraCapabilities(int32_t callId) in RequestCameraCapabilities()[all …]
927 … ASSERT_NE(DelayedSingleton<VideoControlManager>::GetInstance()->RequestCameraCapabilities(callId),940 … ASSERT_NE(DelayedSingleton<VideoControlManager>::GetInstance()->OpenCamera(callId, testStr, 0, 0),942 …ASSERT_NE(DelayedSingleton<VideoControlManager>::GetInstance()->CloseCamera(callId, testStr, 0, 0),950 ASSERT_FALSE(DelayedSingleton<VideoControlManager>::GetInstance()->ContainCameraID(""));951 ASSERT_FALSE(DelayedSingleton<VideoControlManager>::GetInstance()->IsPngFile(""));955 ASSERT_FALSE(DelayedSingleton<VideoControlManager>::GetInstance()->CheckWindow(mVideoWindow));958 ASSERT_FALSE(DelayedSingleton<VideoControlManager>::GetInstance()->CheckWindow(mVideoWindow));961 ASSERT_FALSE(DelayedSingleton<VideoControlManager>::GetInstance()->CheckWindow(mVideoWindow));965 ASSERT_FALSE(DelayedSingleton<VideoControlManager>::GetInstance()->CheckWindow(mVideoWindow));967 ASSERT_TRUE(DelayedSingleton<VideoControlManager>::GetInstance()->CheckWindow(mVideoWindow));[all …]
29 class VideoControlManager : public std::enable_shared_from_this<VideoControlManager> {30 DECLARE_DELAYED_SINGLETON(VideoControlManager)
883 auto videoControlManager = DelayedSingleton<VideoControlManager>::GetInstance(); in ControlCamera()903 auto videoControlManager = DelayedSingleton<VideoControlManager>::GetInstance(); in SetPreviewWindow()932 auto videoControlManager = DelayedSingleton<VideoControlManager>::GetInstance(); in SetDisplayWindow()961 auto videoControlManager = DelayedSingleton<VideoControlManager>::GetInstance(); in SetPausePicture()980 auto videoControlManager = DelayedSingleton<VideoControlManager>::GetInstance(); in SetDeviceDirection()1123 auto videoControlManager = DelayedSingleton<VideoControlManager>::GetInstance(); in UpdateImsCallMode()1443 auto videoControlManager = DelayedSingleton<VideoControlManager>::GetInstance(); in CancelCallUpgrade()1445 return DelayedSingleton<VideoControlManager>::GetInstance()->CancelCallUpgrade(callId); in CancelCallUpgrade()1462 auto videoControlManager = DelayedSingleton<VideoControlManager>::GetInstance(); in RequestCameraCapabilities()1464 … return DelayedSingleton<VideoControlManager>::GetInstance()->RequestCameraCapabilities(callId); in RequestCameraCapabilities()
321 …return DelayedSingleton<VideoControlManager>::GetInstance()->ReportImsCallModeInfo(imsCallModeInfo… in ReportImsCallModeInfo()