Home
last modified time | relevance | path

Searched refs:GetProductModel (Results 1 – 12 of 12) sorted by relevance

/base/startup/init/test/fuzztest/getproductmodel_fuzzer/
Dgetproductmodel_fuzzer.cpp24 if (GetProductModel() != nullptr) { in FuzzGetProductModel()
/base/web/webview/ohos_adapter/system_properties_adapter/src/
Dsystem_properties_adapter_impl.cpp38 return GetProductModel(); in GetDeviceInfoProductModel()
/base/startup/init/interfaces/kits/syscap/src/
Ddeviceinfo.c44 return GetProductModel(); in OH_GetProductModel()
/base/startup/init/simulator/parameter/src/
Dparameter_common.c119 const char *GetProductModel(void) in GetProductModel() function
266 GetOSFullName(), GetProductModel(), GetSoftwareModel(), in BuildVersionId()
/base/startup/init/interfaces/innerkits/include/syspara/
Dparameter.h133 const char *GetProductModel(void);
/base/startup/init/test/moduletest/
Dsyspara.cpp37 {(char *)"ProductModel", GetProductModel},
Dsyspara_moduleTest.cpp44 EXPECT_STRNE(GetProductModel(), nullptr); in GetAllParameterTestFunc()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dapi_dumper.cpp50 AddApiRetIntoResult(GetProductModel(), "ProductModel"); in Execute()
/base/startup/init/interfaces/innerkits/syspara/
Dparameter.c107 const char *GetProductModel(void) in GetProductModel() function
278 GetOSFullName(), GetProductModel(), GetSoftwareModel(), in BuildVersionId()
/base/startup/init/interfaces/innerkits/
Dlibbegetutil.versionscript121 GetProductModel;
/base/startup/init/interfaces/kits/jskits/src/
Dnative_deviceinfo_js.cpp86 static napi_value GetProductModel(napi_env env, napi_callback_info info) in GetProductModel() function
89 const char *productModel = GetProductModel(); in GetProductModel()
417 … {"productModel", nullptr, nullptr, GetProductModel, nullptr, nullptr, napi_default, nullptr}, in Init()
/base/startup/init/test/unittest/syspara/
Dsyspara_unittest.cpp52 printf("ProductModel =%s\n", GetProductModel());
86 EXPECT_STRNE(GetProductModel(), nullptr);