Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp68 std::string SystemProperties::paramDeviceType_ = UNDEFINED_PARAM; member in OHOS::Ace::SystemProperties
118 paramDeviceType_ = PROPERTY_DEVICE_TYPE_TV; in InitDeviceType()
121 paramDeviceType_ = PROPERTY_DEVICE_TYPE_WEARABLE; in InitDeviceType()
124 paramDeviceType_ = PROPERTY_DEVICE_TYPE_CAR; in InitDeviceType()
127 paramDeviceType_ = PROPERTY_DEVICE_TYPE_TABLET; in InitDeviceType()
130 paramDeviceType_ = PROPERTY_DEVICE_TYPE_TWO_IN_ONE; in InitDeviceType()
133 paramDeviceType_ = PROPERTY_DEVICE_TYPE_PHONE; in InitDeviceType()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/common/pluginadapter/
H A Dplugin_adapter_test.cpp112 systemPro.paramDeviceType_ = "PHONE"; in HWTEST_F()
142 systemPro.paramDeviceType_ = "PHONE"; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h249 return paramDeviceType_; in GetParamDeviceType()
632 static std::string paramDeviceType_; member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp396 std::string SystemProperties::paramDeviceType_ = INVALID_PARAM; member in OHOS::Ace::SystemProperties
557 paramDeviceType_ = ::GetDeviceType(); in InitDeviceInfo()

Completed in 5 milliseconds