Home
last modified time | relevance | path

Searched refs:ORIENTATION (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp56 const std::string ORIENTATION = "orientation"; member
204 resultMap.emplace(ORIENTATION, static_cast<double>(result.orientation)); in CheckWindowProperty1()
247 auto res = CheckWindowProperty1(ABILITY_NAME_TEST, 0, ORIENTATION); in HWTEST_F()
260 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_1, UNSPECIFIED, ORIENTATION); in HWTEST_F()
273 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_2, LANDSCAPE, ORIENTATION); in HWTEST_F()
286 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_3, PORTRAIT, ORIENTATION); in HWTEST_F()
299 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_4, LANDSCAPE_INVERTED, ORIENTATION); in HWTEST_F()
312 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_5, PORTRAIT_INVERTED, ORIENTATION); in HWTEST_F()
325 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_6, AUTO_ROTATION, ORIENTATION); in HWTEST_F()
338 auto res = CheckWindowProperty1(ABILITY_NAME_TEST_7, AUTO_ROTATION_LANDSCAPE, ORIENTATION); in HWTEST_F()
[all...]
H A Dbms_bundle_kit_service_test.cpp104 const DisplayOrientation ORIENTATION = DisplayOrientation::PORTRAIT; member
952 abilityInfo.orientation = ORIENTATION; in MockAbilityInfo()
1085 EXPECT_EQ(ORIENTATION, abilityInfo.orientation); in CheckAbilityInfo()
1140 EXPECT_EQ(ORIENTATION, abilityInfo.orientation); in CheckAbilityInfos()
1183 EXPECT_EQ(ORIENTATION, abilityInfo.orientation); in CheckCompatibleAbilityInfo()
H A Dbms_bundle_data_mgr_test.cpp107 const DisplayOrientation ORIENTATION = DisplayOrientation::PORTRAIT; member
789 abilityInfo.orientation = ORIENTATION; in MockAbilityInfo()
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_data_struct.h29 ORIENTATION = 3, member in OHOS::Ace::KeyType
H A Dace_res_config.cpp642 case KeyType::ORIENTATION: in GetConfigString()
904 case KeyType::ORIENTATION: in ParseConfig()
1045 GetConfigString(KeyType::ORIENTATION, static_cast<int32_t>(resConfig.orientation_), resTag); in ConvertResConfigToTag()
1081 GetConfigString(KeyType::ORIENTATION, static_cast<int32_t>(resConfig.orientation_), resTag); in ConvertDeclarativeResConfigToTag()
H A Dace_res_key_parser.cpp214 keyParam.keyType = KeyType::ORIENTATION; in ParseOrientation()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp68 Global::Resource::ORIENTATION ConvertOrientation(DeviceOrientation orientation) in ConvertOrientation()
70 return orientation == DeviceOrientation::PORTRAIT ? Global::Resource::ORIENTATION::ORIENTATION_PORTRAIT in ConvertOrientation()
71 : Global::Resource::ORIENTATION::ORIENTATION_LANDSCAPE; in ConvertOrientation()
/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.cpp38 const char ORIENTATION[] = "orientation"; member
236 << CACHE_FILE_PATH << PARAM_EQUALS << context->GetPhotoCachePath() << PARAM_AND << ORIENTATION in OpenCamera()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp72 const std::string ORIENTATION = "Orientation"; member
784 if (IsSameTextStr(key, ORIENTATION)) { in GetImagePropertyInt()
814 } else if (IsSameTextStr(key, ORIENTATION)) { in GetImagePropertyString()
986 } else if (IsSameTextStr(key, ORIENTATION)) { in getExifTagFromKey()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp30 const std::string ORIENTATION = "Orientation"; member
395 std::string key = ORIENTATION; in HWTEST_F()
476 std::string key = ORIENTATION; in HWTEST_F()
978 std::string key = ORIENTATION; in HWTEST_F()
1235 std::string key = ORIENTATION; in HWTEST_F()
H A Djpeg_decoder_ex_test.cpp29 const std::string ORIENTATION = "Orientation"; member
1207 std::string key = ORIENTATION; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp57 const DisplayOrientation ORIENTATION = DisplayOrientation::PORTRAIT; member
195 abilityInfo.orientation = ORIENTATION; in MockAbilityInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsystem_dialog_scheduler.cpp110 const std::string ORIENTATION = "orientation"; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_heif_test.cpp61 const std::string ORIENTATION = "Orientation"; member
H A Dimage_source_jpeg_test.cpp64 const std::string ORIENTATION = "Orientation"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp52 const DisplayOrientation ORIENTATION = DisplayOrientation::PORTRAIT; member
122 abilityInfo.orientation = ORIENTATION; in GetDefaultAbilityInfo()

Completed in 68 milliseconds