Home
last modified time | relevance | path

Searched refs:GetHardwareModel (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/startup/init/test/fuzztest/gethardwaremodel_fuzzer/
H A Dgethardwaremodel_fuzzer.cpp24 if (GetHardwareModel() != nullptr) { in FuzzGetHardwareModel()
/ohos5.0/base/startup/init/interfaces/kits/syscap/src/
H A Ddeviceinfo.c59 return GetHardwareModel(); in OH_GetHardwareModel()
/ohos5.0/base/startup/init/interfaces/innerkits/include/syspara/
H A Dparameter.h151 const char *GetHardwareModel(void);
/ohos5.0/base/startup/init/test/moduletest/
H A Dsyspara.cpp40 {(char *)"HardwareModel", GetHardwareModel},
H A Dsyspara_moduleTest.cpp51 EXPECT_STRNE(GetHardwareModel(), nullptr); in GetAllParameterTestFunc()
/ohos5.0/base/startup/init/interfaces/kits/cj/src_deviceinfo/
H A Ddevice_info.cpp165 return GetHardwareModel(); in CjGetHardwareModel()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dapi_dumper.cpp53 AddApiRetIntoResult(GetHardwareModel(), "HardwareModel"); in Execute()
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp150 static napi_value GetHardwareModel(napi_env env, napi_callback_info info) in GetHardwareModel() function
153 const char *hardwareModel = GetHardwareModel(); in GetHardwareModel()
512 … {"hardwareModel", nullptr, nullptr, GetHardwareModel, nullptr, nullptr, napi_default, nullptr}, in Init()
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbegetutil.versionscript111 GetHardwareModel;
/ohos5.0/base/startup/init/test/unittest/syspara/
H A Dsyspara_unittest.cpp55 printf("HardwareModel =%s\n", GetHardwareModel());
90 EXPECT_STRNE(GetHardwareModel(), nullptr);
/ohos5.0/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c130 const char *GetHardwareModel(void) in GetHardwareModel() function
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md14 | const.product.hardwareversion | const char\* GetHardwareModel(void) | 返回当前设备硬件版本号 |
H A Dsubsys-boot-init-sysparam.md307 | const char\* GetHardwareModel(void) | 返回当前设备硬件版本号。 |
411 char* value8 = GetHardwareModel();
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparameter.c157 const char *GetHardwareModel(void) in GetHardwareModel() function
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_ohos_deviceinfo.cpp106 const char *value = GetHardwareModel(); in JSGetHardwareModel()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md14 | const.product.hardwareversion | const char\* GetHardwareModel(void) | Obtains the devic…
H A Dsubsys-boot-init-sysparam.md306 | const char\* GetHardwareModel(void) | Obtains the device hardware model.|
410 char* value8 = GetHardwareModel();