Searched refs:GetHardwareProfile (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/base/startup/init/test/fuzztest/gethardwareprofile_fuzzer/ |
H A D | gethardwareprofile_fuzzer.cpp | 24 if (GetHardwareProfile() != nullptr) { in FuzzGetHardwareProfile()
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/syspara/ |
H A D | parameter.h | 152 const char *GetHardwareProfile(void);
|
/ohos5.0/base/startup/init/test/moduletest/ |
H A D | syspara.cpp | 55 {(char *)"GetHardwareProfile", GetHardwareProfile},
|
H A D | syspara_moduleTest.cpp | 52 EXPECT_STRNE(GetHardwareProfile(), nullptr); in GetAllParameterTestFunc()
|
/ohos5.0/base/startup/init/interfaces/kits/cj/src_deviceinfo/ |
H A D | device_info.cpp | 31 return GetHardwareProfile(); in CjGetHardwareProfile()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | api_dumper.cpp | 54 AddApiRetIntoResult(GetHardwareProfile(), "HardwareProfile"); in Execute()
|
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_deviceinfo_js.cpp | 162 static napi_value GetHardwareProfile(napi_env env, napi_callback_info info) in GetHardwareProfile() function 165 const char *hardwareProfile = GetHardwareProfile(); in GetHardwareProfile() 513 …{"hardwareProfile", nullptr, nullptr, GetHardwareProfile, nullptr, nullptr, napi_default, nullptr}, in Init()
|
/ohos5.0/base/startup/init/interfaces/innerkits/ |
H A D | libbegetutil.versionscript | 112 GetHardwareProfile;
|
/ohos5.0/base/startup/init/test/unittest/syspara/ |
H A D | syspara_unittest.cpp | 56 printf("Software profile =%s\n", GetHardwareProfile()); 91 EXPECT_STRNE(GetHardwareProfile(), nullptr);
|
/ohos5.0/base/startup/init/simulator/parameter/src/ |
H A D | parameter_common.c | 135 const char *GetHardwareProfile(void) in GetHardwareProfile() function
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-deviceInfo.md | 15 | const.product.hardwareprofile | const char\* GetHardwareProfile(void) | 返回当前设备硬件profile…
|
H A D | subsys-boot-init-sysparam.md | 308 | const char\* GetHardwareProfile(void) | 返回当前设备硬件profile。 | 414 char* value9 = GetHardwareProfile();
|
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/ |
H A D | parameter.c | 163 const char *GetHardwareProfile(void) in GetHardwareProfile() function
|
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/ |
H A D | nativeapi_ohos_deviceinfo.cpp | 117 const char *value = GetHardwareProfile(); in JSGetHardwareProfile()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-deviceInfo.md | 15 | const.product.hardwareprofile | const char\* GetHardwareProfile(void) | Obtains the dev…
|
H A D | subsys-boot-init-sysparam.md | 307 | const char\* GetHardwareProfile(void) | Obtains the device hardware profile.| 413 char* value9 = GetHardwareProfile();
|