Home
last modified time | relevance | path

Searched refs:SetOrientation (Results 1 – 25 of 58) sorted by relevance

123

/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/
Dscreen_fuzzer.cpp89 screen->SetOrientation(orientation); in ScreenFuzzTest()
92 screen->SetOrientation(Orientation::UNSPECIFIED); in ScreenFuzzTest()
117 screen->SetOrientation(orientation); in ScreenFuzzTestNoDisplay()
120 screen->SetOrientation(Orientation::UNSPECIFIED); in ScreenFuzzTestNoDisplay()
/foundation/window/window_manager/test/systemtest/wms/
Dwindow_rotation_test.cpp191 screen->SetOrientation(Orientation::UNSPECIFIED);
238 defaultScreen->SetOrientation(Orientation::REVERSE_HORIZONTAL);
262 defaultScreen->SetOrientation(Orientation::UNSPECIFIED);
276 defaultScreen->SetOrientation(Orientation::REVERSE_HORIZONTAL);
307 defaultScreen->SetOrientation(Orientation::UNSPECIFIED);
/foundation/arkui/ace_engine/test/unittest/interfaces/
Dviewport_config_test.cpp72 viewConfig.SetOrientation(1);
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
Djs_screen.h36 static NativeValue* SetOrientation(NativeEngine* engine, NativeCallbackInfo* info);
Djs_screen.cpp67 NativeValue* JsScreen::SetOrientation(NativeEngine* engine, NativeCallbackInfo* info) in SetOrientation() function in OHOS::Rosen::JsScreen
100 DmErrorCode ret = DM_JS_TO_ERROR_CODE_MAP.at(screen_->SetOrientation(orientation)); in OnSetOrientation()
279 BindNativeFunction(engine, *object, "setOrientation", moduleName, JsScreen::SetOrientation); in CreateJsScreenObject()
/foundation/window/window_manager/dm/src/
Dscreen.cpp123 DMError Screen::SetOrientation(Orientation orientation) const in SetOrientation() function in OHOS::Rosen::Screen
126 return SingletonContainer::Get<ScreenManagerAdapter>().SetOrientation(GetId(), orientation); in SetOrientation()
Ddisplay_manager_adapter.cpp169 DMError ScreenManagerAdapter::SetOrientation(ScreenId screenId, Orientation orientation) in SetOrientation() function in OHOS::Rosen::ScreenManagerAdapter
173 return displayManagerServiceProxy_->SetOrientation(screenId, orientation); in SetOrientation()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
Dviewport_config.h73 void SetOrientation(int32_t orientation) in SetOrientation() function
/foundation/window/window_manager/dmserver/test/unittest/
Ddisplay_manager_proxy_test.cpp212 auto result1 = proxy1.SetOrientation(0, Orientation::VERTICAL);
219 auto result2 = proxy2.SetOrientation(0, Orientation::VERTICAL);
223 auto result3 = proxy2.SetOrientation(0, Orientation::VERTICAL);
/foundation/window/window_manager/window_scene/session/screen/include/
Dscreen_property.h61 void SetOrientation(Orientation orientation);
Dscreen_session.h69 void SetOrientation(Orientation orientation);
/foundation/window/window_manager/dmserver/src/
Dabstract_display.cpp179 void AbstractDisplay::SetOrientation(Orientation orientation) in SetOrientation() function in OHOS::Rosen::AbstractDisplay
282 displayInfo->SetOrientation(orientation_); in ConvertToDisplayInfo()
/foundation/window/window_manager/interfaces/innerkits/dm/
Dscreen.h168 DMError SetOrientation(Orientation orientation) const;
/foundation/window/window_manager/utils/include/
Dwindow_transition_info.h74 void SetOrientation(AppExecFwk::DisplayOrientation orientation);
/foundation/window/window_manager/dmserver/include/
Dabstract_display.h67 void SetOrientation(Orientation orientation);
Ddisplay_manager_proxy.h43 DMError SetOrientation(ScreenId screenId, Orientation orientation) override;
Dabstract_screen.h46 bool SetOrientation(Orientation orientation);
/foundation/window/window_manager/window_scene/session/screen/src/
Dscreen_session.cpp96 displayInfo->SetOrientation(property_.GetOrientation()); in ConvertToDisplayInfo()
183 void ScreenSession::SetOrientation(Orientation orientation) in SetOrientation() function in OHOS::Rosen::ScreenSession
185 property_.SetOrientation(orientation); in SetOrientation()
306 info->SetOrientation(property_.GetOrientation()); in FillScreenInfo()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
Dmetadata_extractor.cpp146 data->SetOrientation(intTempMeta); in ExtractImageMetadata()
226 data->SetOrientation(intTempMeta); in FillExtractedMetadata()
Dmetadata.cpp73 …_[MEDIA_DATA_DB_ORIENTATION] = make_pair(ResultSetDataType::TYPE_INT32, &Metadata::SetOrientation); in Init()
259 void Metadata::SetOrientation(const VariantData &orientation) in SetOrientation() function in OHOS::Media::Metadata
/foundation/arkui/ace_engine/frameworks/base/utils/
Dresource_configuration.h48 void SetOrientation(const DeviceOrientation& orientation) in SetOrientation() function
/foundation/window/window_manager/previewer/src/
Dwindow_scene.cpp58 …config.SetOrientation(static_cast<int32_t>(Previewer::PreviewerWindow::TransOrientation(windowMode… in Init()
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
Dmetadata.h81 void SetOrientation(const VariantData &orientation);
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
Dfile_asset.h103 void SetOrientation(int32_t orientation);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dfile_asset_test.cpp106 fileAsset.SetOrientation(TEST_ORIENTATION);

123