Searched refs:productModel (Results 1 - 3 of 3) sorted by relevance
/base/web/webview/test/fuzztest/ohos_adapter/systemproperties_fuzzer/ |
H A D | system_properties_adapter_impl_fuzzer.cpp | 35 std::string productModel = NWeb::SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoProductModel(); in SystemPropertiesAdapterFuzzTest() local 41 (void)productModel; in SystemPropertiesAdapterFuzzTest()
|
/base/startup/init/interfaces/innerkits/syspara/ |
H A D | param_comm.c | 130 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 D | native_deviceinfo_js.cpp | 119 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