Home
last modified time | relevance | path

Searched refs:DEVICE_TYPE_STR_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dsystem_info.h56 static const uint8_t DEVICE_TYPE_STR_LEN = 32; variable
H A Dproduct_adapter.cpp75 const static uint8_t DEVICE_TYPE_STR_LEN = 24; variable
368 …(deviceType == nullptr || (strlen(deviceType) == 0) || strlen(deviceType) >= DEVICE_TYPE_STR_LEN) { in InitDeviceInfo()