Home
last modified time | relevance | path

Searched refs:GetHardwareProfile (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/startup/init/test/fuzztest/gethardwareprofile_fuzzer/
H A Dgethardwareprofile_fuzzer.cpp24 if (GetHardwareProfile() != nullptr) { in FuzzGetHardwareProfile()
/ohos5.0/base/startup/init/interfaces/innerkits/include/syspara/
H A Dparameter.h152 const char *GetHardwareProfile(void);
/ohos5.0/base/startup/init/test/moduletest/
H A Dsyspara.cpp55 {(char *)"GetHardwareProfile", GetHardwareProfile},
H A Dsyspara_moduleTest.cpp52 EXPECT_STRNE(GetHardwareProfile(), nullptr); in GetAllParameterTestFunc()
/ohos5.0/base/startup/init/interfaces/kits/cj/src_deviceinfo/
H A Ddevice_info.cpp31 return GetHardwareProfile(); in CjGetHardwareProfile()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dapi_dumper.cpp54 AddApiRetIntoResult(GetHardwareProfile(), "HardwareProfile"); in Execute()
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp162 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 Dlibbegetutil.versionscript112 GetHardwareProfile;
/ohos5.0/base/startup/init/test/unittest/syspara/
H A Dsyspara_unittest.cpp56 printf("Software profile =%s\n", GetHardwareProfile());
91 EXPECT_STRNE(GetHardwareProfile(), nullptr);
/ohos5.0/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c135 const char *GetHardwareProfile(void) in GetHardwareProfile() function
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md15 | const.product.hardwareprofile | const char\* GetHardwareProfile(void) | 返回当前设备硬件profile…
H A Dsubsys-boot-init-sysparam.md308 | const char\* GetHardwareProfile(void) | 返回当前设备硬件profile。 |
414 char* value9 = GetHardwareProfile();
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparameter.c163 const char *GetHardwareProfile(void) in GetHardwareProfile() function
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_ohos_deviceinfo.cpp117 const char *value = GetHardwareProfile(); in JSGetHardwareProfile()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md15 | const.product.hardwareprofile | const char\* GetHardwareProfile(void) | Obtains the dev…
H A Dsubsys-boot-init-sysparam.md307 | const char\* GetHardwareProfile(void) | Obtains the device hardware profile.|
413 char* value9 = GetHardwareProfile();