Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/unittest/display_manager_adapter_impl_test/
H A Ddisplay_manager_adapter_impl_test.cpp173 retType = displayAdapterImpl->ConvertOrientationType(type);
177 retType = displayAdapterImpl->ConvertOrientationType(type);
181 retType = displayAdapterImpl->ConvertOrientationType(type);
185 retType = displayAdapterImpl->ConvertOrientationType(type);
189 retType = displayAdapterImpl->ConvertOrientationType(type);
193 retType = displayAdapterImpl->ConvertOrientationType(type);
197 retType = displayAdapterImpl->ConvertOrientationType(type);
201 retType = displayAdapterImpl->ConvertOrientationType(type);
205 retType = displayAdapterImpl->ConvertOrientationType(type);
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/display_adapter/convertorientation_fuzzer/
H A Dconvertorientation_fuzzer.cpp35 display.ConvertOrientationType(Orientation::UNSPECIFIED); in ConvertOrientationFuzzTest()
/ohos5.0/base/web/webview/ohos_adapter/display_manager_adapter/src/
H A Ddisplay_manager_adapter_impl.cpp144 OHOS::NWeb::OrientationType DisplayAdapterImpl::ConvertOrientationType(OHOS::Rosen::Orientation typ… in ConvertOrientationType() function in OHOS::NWeb::DisplayAdapterImpl
244 return ConvertOrientationType(display_->GetOrientation()); in GetOrientation()
/ohos5.0/base/web/webview/ohos_adapter/display_manager_adapter/include/
H A Ddisplay_manager_adapter_impl.h98 OHOS::NWeb::OrientationType ConvertOrientationType(OHOS::Rosen::Orientation type);