/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_get_window_properties_test.cpp | 56 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 D | bms_bundle_kit_service_test.cpp | 104 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 D | bms_bundle_data_mgr_test.cpp | 107 const DisplayOrientation ORIENTATION = DisplayOrientation::PORTRAIT; member 789 abilityInfo.orientation = ORIENTATION; in MockAbilityInfo()
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_data_struct.h | 29 ORIENTATION = 3, member in OHOS::Ace::KeyType
|
H A D | ace_res_config.cpp | 642 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 D | ace_res_key_parser.cpp | 214 keyParam.keyType = KeyType::ORIENTATION; in ParseOrientation()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl.cpp | 68 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 D | camera.cpp | 38 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 D | jpeg_decoder.cpp | 72 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 D | jpeg_decoder_test.cpp | 30 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 D | jpeg_decoder_ex_test.cpp | 29 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 D | bms_bundle_kit_service_base_test.cpp | 57 const DisplayOrientation ORIENTATION = DisplayOrientation::PORTRAIT; member 195 abilityInfo.orientation = ORIENTATION; in MockAbilityInfo()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | system_dialog_scheduler.cpp | 110 const std::string ORIENTATION = "orientation"; member
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_heif_test.cpp | 61 const std::string ORIENTATION = "Orientation";
member
|
H A D | image_source_jpeg_test.cpp | 64 const std::string ORIENTATION = "Orientation"; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 52 const DisplayOrientation ORIENTATION = DisplayOrientation::PORTRAIT; member 122 abilityInfo.orientation = ORIENTATION; in GetDefaultAbilityInfo()
|