Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp31 static constexpr char UNDEFINED_PARAM[] = "undefined parameter"; member
62 std::string SystemProperties::brand_ = UNDEFINED_PARAM;
63 std::string SystemProperties::manufacturer_ = UNDEFINED_PARAM;
64 std::string SystemProperties::model_ = UNDEFINED_PARAM;
65 std::string SystemProperties::product_ = UNDEFINED_PARAM;
67 std::string SystemProperties::releaseType_ = UNDEFINED_PARAM;
68 std::string SystemProperties::paramDeviceType_ = UNDEFINED_PARAM;
216 return UNDEFINED_PARAM; in GetLanguage()
221 return UNDEFINED_PARAM; in GetRegion()
271 return UNDEFINED_PARAM; in GetCustomTitleFilePath()
[all...]

Completed in 1 milliseconds