Home
last modified time | relevance | path

Searched refs:paramDeviceType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp68 std::string SystemProperties::paramDeviceType_ = UNDEFINED_PARAM; member in OHOS::Ace::SystemProperties
119 paramDeviceType_ = PROPERTY_DEVICE_TYPE_TV; in InitDeviceType()
122 paramDeviceType_ = PROPERTY_DEVICE_TYPE_WEARABLE; in InitDeviceType()
125 paramDeviceType_ = PROPERTY_DEVICE_TYPE_CAR; in InitDeviceType()
128 paramDeviceType_ = PROPERTY_DEVICE_TYPE_TABLET; in InitDeviceType()
131 paramDeviceType_ = PROPERTY_DEVICE_TYPE_TWO_IN_ONE; in InitDeviceType()
134 paramDeviceType_ = PROPERTY_DEVICE_TYPE_PHONE; in InitDeviceType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/common/pluginadapter/
H A Dplugin_adapter_test.cpp112 systemPro.paramDeviceType_ = "PHONE";
142 systemPro.paramDeviceType_ = "PHONE";
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h243 return paramDeviceType_; in GetParamDeviceType()
615 static std::string paramDeviceType_; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp405 std::string SystemProperties::paramDeviceType_ = INVALID_PARAM; member in OHOS::Ace::SystemProperties
566 paramDeviceType_ = ::GetDeviceType(); in InitDeviceInfo()