Searched refs:GetIsFoldable (Results 1 – 9 of 9) sorted by relevance
72 bool GetIsFoldable() in GetIsFoldable() function
67 return displayInfo_->GetIsFoldable(); in IsFoldable()
134 return MockContainer::Current()->GetMockDisplayInfo()->GetIsFoldable(); in IsFoldable()
292 bool isFoldable = displayInfo->GetIsFoldable(); in IsIntoFolderStack()
691 virtual bool GetIsFoldable();
1230 bool CameraManager::GetIsFoldable() in GetIsFoldable() function in OHOS::CameraStandard::CameraManager1264 bool isFoldable = GetIsFoldable(); in GetSupportedCameras()2369 bool isFoldable = GetIsFoldable(); in GetSupportedCamerasWithFoldStatus()
820 …ntainer::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN) && displayInfo->GetIsFoldable() && in SetAlignmentSwitchLessThanAPITwelve()
609 MOCK_METHOD0(GetIsFoldable, bool());8425 EXPECT_CALL(*mockCameraManager, GetIsFoldable())8452 EXPECT_CALL(*mockCameraManager, GetIsFoldable())8493 EXPECT_CALL(*mockCameraManager, GetIsFoldable())8534 EXPECT_CALL(*mockCameraManager, GetIsFoldable())8575 EXPECT_CALL(*mockCameraManager, GetIsFoldable())
6009 bool isFoldable = CameraManager::GetInstance()->GetIsFoldable(); in IsAutoDeviceSwitchSupported()