Home
last modified time | relevance | path

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

/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp83 const char *productBrand = GetBrand(); in GetBrand() local
84 if (productBrand == nullptr) { in GetBrand()
85 productBrand = ""; in GetBrand()
88 NAPI_CALL(env, napi_create_string_utf8(env, productBrand, strlen(productBrand), &napiValue)); in GetBrand()
/base/startup/init/interfaces/innerkits/syspara/
H A Dparameter.c130 static const char *productBrand = NULL; in GetBrand() local
131 return GetProperty("const.product.brand", &productBrand); in GetBrand()

Completed in 3 milliseconds