Searched refs:GetProductModel (Results 1 - 14 of 14) sorted by relevance
/base/startup/init/test/fuzztest/getproductmodel_fuzzer/ |
H A D | getproductmodel_fuzzer.cpp | 24 if (GetProductModel() != nullptr) { in FuzzGetProductModel()
|
/base/startup/init/interfaces/kits/syscap/src/ |
H A D | deviceinfo.c | 44 return GetProductModel(); in OH_GetProductModel()
|
/base/startup/init/interfaces/innerkits/include/syspara/ |
H A D | parameter.h | 144 const char *GetProductModel(void);
|
/base/startup/init/simulator/parameter/src/ |
H A D | parameter_common.c | 120 const char *GetProductModel(void)
in GetProductModel() function 267 GetOSFullName(), GetProductModel(), GetSoftwareModel(),
in BuildVersionId()
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | api_dumper.cpp | 51 AddApiRetIntoResult(GetProductModel(), "ProductModel"); in Execute()
|
/base/startup/init/interfaces/kits/cj/src_deviceinfo/ |
H A D | device_info.cpp | 41 return GetProductModel(); in CjGetProductModel()
|
/base/startup/init/test/moduletest/ |
H A D | syspara.cpp | 37 {(char *)"ProductModel", GetProductModel},
|
H A D | syspara_moduleTest.cpp | 44 EXPECT_STRNE(GetProductModel(), nullptr); in GetAllParameterTestFunc()
|
/base/startup/init/interfaces/innerkits/syspara/ |
H A D | parameter.c | 118 const char *GetProductModel(void) in GetProductModel() function 289 GetOSFullName(), GetProductModel(), GetSoftwareModel(), in BuildVersionId()
|
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
H A D | mock_parameter_ex.cpp | 176 static std::string productModelStr = std::string(GetProductModel()); in GetProductModelStr()
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | parameter_ex.cpp | 162 static std::string productModelStr = std::string(GetProductModel()); in GetProductModelStr()
|
/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_deviceinfo_js.cpp | 116 static napi_value GetProductModel(napi_env env, napi_callback_info info) in GetProductModel() function 119 const char *productModel = GetProductModel(); in GetProductModel() 507 {"productModel", nullptr, nullptr, GetProductModel, nullptr, nullptr, napi_default, nullptr}, in Init()
|
/base/startup/init/test/unittest/syspara/ |
H A D | syspara_unittest.cpp | 52 printf("ProductModel =%s\n", GetProductModel()); in HWTEST_F() 86 EXPECT_STRNE(GetProductModel(), nullptr); in HWTEST_F()
|
/base/web/webview/ohos_adapter/system_properties_adapter/src/ |
H A D | system_properties_adapter_impl.cpp | 102 return GetProductModel(); in GetDeviceInfoProductModel()
|
Completed in 8 milliseconds