Searched refs:paramDeviceType_ (Results 1 – 4 of 4) sorted by relevance
68 std::string SystemProperties::paramDeviceType_ = UNDEFINED_PARAM; member in OHOS::Ace::SystemProperties119 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()
112 systemPro.paramDeviceType_ = "PHONE";142 systemPro.paramDeviceType_ = "PHONE";
243 return paramDeviceType_; in GetParamDeviceType()615 static std::string paramDeviceType_; variable
405 std::string SystemProperties::paramDeviceType_ = INVALID_PARAM; member in OHOS::Ace::SystemProperties566 paramDeviceType_ = ::GetDeviceType(); in InitDeviceInfo()