Home
last modified time | relevance | path

Searched refs:CAR (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddevice_type.h25 CAR, member in OHOS::Ace::DeviceType
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dlight_painting_session.h45 LightPaintingType currentLightPaintingType_ = LightPaintingType::CAR;
H A Dcapture_session.h149 CAR = 0, enumerator
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp29 case DeviceType::CAR: in ConvertDeviceTypeToGlobal()
98 return DeviceType::CAR; in ConvertDeviceTypeToAce()
H A Dsystem_properties.cpp122 } else if (type == DeviceType::CAR) { in InitDeviceType()
123 deviceType_ = DeviceType::CAR; in InitDeviceType()
H A Dresource_adapter_impl.cpp48 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 Dwindow_model.h33 CAR, member in OHOS::Previewer::DeviceType
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp29 case DeviceType::CAR: in ConvertDeviceTypeToGlobal()
122 return DeviceType::CAR; in ConvertDeviceTypeToAce()
H A Dsystem_properties.cpp527 deviceType_ = DeviceType::CAR; in InitDeviceTypeBySystemProperty()
/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp34 case DeviceType::CAR: in GetDeviceType()
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_theme.h269 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 Doptions.h35 CAR, member in OHOS::AbilityRuntime::DeviceType
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dlight_painting_session.cpp73 uint8_t lightPainting = LightPaintingType::CAR; in SetLightPainting()
H A Dcapture_session.cpp174 {CAR, OHOS_CAMERA_LIGHT_PAINTING_CAR},
182 {OHOS_CAMERA_LIGHT_PAINTING_CAR, CAR},
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_car_test.cpp84 .deviceConfig.deviceType = OHOS::Ace::DeviceType::CAR, in main()
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp503 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 Drender_dialog_tween.cpp286 } 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 Ddialog_layout_algorithm.cpp362 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 Ddialog_component.cpp254 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 Ddialog_theme.cpp87 if (SystemProperties::GetDeviceType() != DeviceType::CAR) { in ParsePattern()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_inspector_test.cpp625 * @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 Djs_inspector_manager.cpp69 } else if (deviceType == DeviceType::CAR) { in GetDeviceTypeStr()

Completed in 38 milliseconds