Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/syspara/
Dparam_wrapper.cpp165 static const char *productType = nullptr; in GetDeviceType() local
166 const char *type = GetProperty("const.product.devicetype", &productType); in GetDeviceType()
168 type = GetProperty("const.build.characteristics", &productType); in GetDeviceType()
Dparameter.c99 static const char *productType = NULL; in GetDeviceType() local
100 const char *deviceType = GetProperty("const.product.devicetype", &productType); in GetDeviceType()
104 return GetProperty("const.build.characteristics", &productType); in GetDeviceType()