Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_adapter/systemproperties_fuzzer/
H A Dsystem_properties_adapter_impl_fuzzer.cpp35 std::string productModel = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoProductModel(); in SystemPropertiesAdapterFuzzTest() local
41 (void)productModel; in SystemPropertiesAdapterFuzzTest()
/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_comm.c130 static const char *productModel = NULL; in GetProductModel_() local
131 return GetProperty("const.product.model", &productModel); in GetProductModel_()
/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp119 const char *productModel = GetProductModel(); in GetProductModel() local
120 if (productModel == nullptr) { in GetProductModel()
121 productModel = ""; in GetProductModel()
124 NAPI_CALL(env, napi_create_string_utf8(env, productModel, strlen(productModel), &napiValue)); in GetProductModel()
507 {"productModel", nullptr, nullptr, GetProductModel, nullptr, nullptr, napi_default, nullptr}, in Init()

Completed in 2 milliseconds