Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_wrapper.cpp166 static const char *productType = nullptr; in GetDeviceType() local
167 const char *type = GetProperty("const.product.devicetype", &productType); in GetDeviceType()
169 type = GetProperty("const.build.characteristics", &productType); in GetDeviceType()
H A Dparameter.c110 static const char *productType = NULL; in GetDeviceType() local
111 const char *deviceType = GetProperty("const.product.devicetype", &productType); in GetDeviceType()
115 return GetProperty("const.build.characteristics", &productType); in GetDeviceType()

Completed in 2 milliseconds