/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | device_type.h | 25 CAR, member in OHOS::Ace::DeviceType
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | light_painting_session.h | 45 LightPaintingType currentLightPaintingType_ = LightPaintingType::CAR;
|
H A D | capture_session.h | 149 CAR = 0, enumerator
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_convertor.cpp | 29 case DeviceType::CAR: in ConvertDeviceTypeToGlobal() 98 return DeviceType::CAR; in ConvertDeviceTypeToAce()
|
H A D | system_properties.cpp | 122 } else if (type == DeviceType::CAR) { in InitDeviceType() 123 deviceType_ = DeviceType::CAR; in InitDeviceType()
|
H A D | resource_adapter_impl.cpp | 48 themeId = (deviceType == DeviceType::PHONE || deviceType == DeviceType::UNKNOWN || deviceType == DeviceType::CAR) in CheckThemeId() 104 case DeviceType::CAR: in ConvertDeviceType() 259 if (deviceType == DeviceType::PHONE || deviceType == DeviceType::CAR || deviceType == DeviceType::TABLET || in Create()
|
/foundation/window/window_manager/previewer/include/ |
H A D | window_model.h | 33 CAR, member in OHOS::Previewer::DeviceType
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_convertor.cpp | 29 case DeviceType::CAR: in ConvertDeviceTypeToGlobal() 122 return DeviceType::CAR; in ConvertDeviceTypeToAce()
|
H A D | system_properties.cpp | 527 deviceType_ = DeviceType::CAR; in InitDeviceTypeBySystemProperty()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/ |
H A D | media_query_info.cpp | 34 case DeviceType::CAR: in GetDeviceType()
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_theme.h | 269 if (SystemProperties::GetDeviceType() != DeviceType::CAR) { in ParsePattern() 368 if (SystemProperties::GetDeviceType() != DeviceType::CAR) { in ParsePattern() 469 if (SystemProperties::GetDeviceType() != DeviceType::CAR) { in ParsePattern()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 35 CAR, member in OHOS::AbilityRuntime::DeviceType
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | light_painting_session.cpp | 73 uint8_t lightPainting = LightPaintingType::CAR;
in SetLightPainting()
|
H A D | capture_session.cpp | 174 {CAR, OHOS_CAMERA_LIGHT_PAINTING_CAR}, 182 {OHOS_CAMERA_LIGHT_PAINTING_CAR, CAR},
|
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | ace_car_test.cpp | 84 .deviceConfig.deviceType = OHOS::Ace::DeviceType::CAR, in main()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
H A D | dialog_test_ng.cpp | 503 const DeviceType deviceTypes[] = { DeviceType::WATCH, DeviceType::PHONE, DeviceType::CAR, DeviceType::UNKNOWN }; in HWTEST_F() 1379 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 2067 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 2116 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 2166 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 2216 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 2265 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 2410 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 2460 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | render_dialog_tween.cpp | 286 } else if (deviceType == DeviceType::CAR) { in GetMaxWidthBasedOnGridType() 345 if (SystemProperties::GetDeviceType() == DeviceType::CAR) { in ComputeInnerLayoutParam() 366 } else if (SystemProperties::GetDeviceType() == DeviceType::CAR) { in ComputeInnerLayoutParam()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.cpp | 362 if (SystemProperties::GetDeviceType() == DeviceType::CAR) { in ComputeInnerLayoutParam() 386 } else if (SystemProperties::GetDeviceType() == DeviceType::CAR) { in ComputeInnerLayoutParam() 439 } else if (deviceType == DeviceType::CAR) { in GetDeviceColumns()
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 254 if (SystemProperties::GetDeviceType() == DeviceType::CAR) { in BuildTitle() 719 if (SystemProperties::GetDeviceType() == DeviceType::CAR) { in BuildButtons() 741 if (SystemProperties::GetDeviceType() == DeviceType::CAR) { in BuildButtons()
|
H A D | dialog_theme.cpp | 87 if (SystemProperties::GetDeviceType() != DeviceType::CAR) { in ParsePattern()
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_inspector_test.cpp | 625 * @tc.desc: InspectButton::PackAttrAndStyle-CAR 637 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 965 * @tc.desc: InspectDivider::PackAttrAndStyle-CAR 977 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 1360 * @tc.desc: InspectInput::PackAttrAndStyle-CAR 1372 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 1494 * @tc.desc: InspectLabel::PackAttrAndStyle-CAR 1506 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() 1769 * @tc.desc: InspectMarquee::PackAttrAndStyle-CAR 1781 SystemProperties::SetDeviceType(DeviceType::CAR); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 69 } else if (deviceType == DeviceType::CAR) { in GetDeviceTypeStr()
|