/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/ |
D | screen_fuzzer.cpp | 89 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/ |
D | window_rotation_test.cpp | 191 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/ |
D | viewport_config_test.cpp | 72 viewConfig.SetOrientation(1);
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
D | js_screen.h | 36 static NativeValue* SetOrientation(NativeEngine* engine, NativeCallbackInfo* info);
|
D | js_screen.cpp | 67 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/ |
D | screen.cpp | 123 DMError Screen::SetOrientation(Orientation orientation) const in SetOrientation() function in OHOS::Rosen::Screen 126 return SingletonContainer::Get<ScreenManagerAdapter>().SetOrientation(GetId(), orientation); in SetOrientation()
|
D | display_manager_adapter.cpp | 169 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/ |
D | viewport_config.h | 73 void SetOrientation(int32_t orientation) in SetOrientation() function
|
/foundation/window/window_manager/dmserver/test/unittest/ |
D | display_manager_proxy_test.cpp | 212 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/ |
D | screen_property.h | 61 void SetOrientation(Orientation orientation);
|
D | screen_session.h | 69 void SetOrientation(Orientation orientation);
|
/foundation/window/window_manager/dmserver/src/ |
D | abstract_display.cpp | 179 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/ |
D | screen.h | 168 DMError SetOrientation(Orientation orientation) const;
|
/foundation/window/window_manager/utils/include/ |
D | window_transition_info.h | 74 void SetOrientation(AppExecFwk::DisplayOrientation orientation);
|
/foundation/window/window_manager/dmserver/include/ |
D | abstract_display.h | 67 void SetOrientation(Orientation orientation);
|
D | display_manager_proxy.h | 43 DMError SetOrientation(ScreenId screenId, Orientation orientation) override;
|
D | abstract_screen.h | 46 bool SetOrientation(Orientation orientation);
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
D | screen_session.cpp | 96 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/ |
D | metadata_extractor.cpp | 146 data->SetOrientation(intTempMeta); in ExtractImageMetadata() 226 data->SetOrientation(intTempMeta); in FillExtractedMetadata()
|
D | metadata.cpp | 73 …_[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/ |
D | resource_configuration.h | 48 void SetOrientation(const DeviceOrientation& orientation) in SetOrientation() function
|
/foundation/window/window_manager/previewer/src/ |
D | window_scene.cpp | 58 …config.SetOrientation(static_cast<int32_t>(Previewer::PreviewerWindow::TransOrientation(windowMode… in Init()
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/ |
D | metadata.h | 81 void SetOrientation(const VariantData &orientation);
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
D | file_asset.h | 103 void SetOrientation(int32_t orientation);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
D | file_asset_test.cpp | 106 fileAsset.SetOrientation(TEST_ORIENTATION);
|