Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/fuzztest/getsoftwaremodel_fuzzer/
H A Dgetsoftwaremodel_fuzzer.cpp24 if (GetSoftwareModel() != nullptr) { in FuzzGetSoftwareModel()
/ohos5.0/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c125 const char *GetSoftwareModel(void) in GetSoftwareModel() function
267 GetOSFullName(), GetProductModel(), GetSoftwareModel(), in BuildVersionId()
/ohos5.0/base/startup/init/interfaces/kits/syscap/src/
H A Ddeviceinfo.c54 return GetSoftwareModel(); in OH_GetSoftwareModel()
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparameter.c151 const char *GetSoftwareModel(void) in GetSoftwareModel() function
294 GetOSFullName(), GetProductModel(), GetSoftwareModel(), in BuildVersionId()
/ohos5.0/base/startup/init/interfaces/innerkits/include/syspara/
H A Dparameter.h150 const char *GetSoftwareModel(void);
/ohos5.0/base/startup/init/test/moduletest/
H A Dsyspara.cpp39 {(char *)"SoftwareModel", GetSoftwareModel},
H A Dsyspara_moduleTest.cpp50 EXPECT_STRNE(GetSoftwareModel(), nullptr); in GetAllParameterTestFunc()
/ohos5.0/base/startup/init/interfaces/kits/cj/src_deviceinfo/
H A Ddevice_info.cpp170 return GetSoftwareModel(); in CjGetSoftwareModel()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dapi_dumper.cpp52 AddApiRetIntoResult(GetSoftwareModel(), "SoftwareModel"); in Execute()
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp138 static napi_value GetSoftwareModel(napi_env env, napi_callback_info info) in GetSoftwareModel() function
141 const char *softwareModel = GetSoftwareModel(); in GetSoftwareModel()
511 … {"softwareModel", nullptr, nullptr, GetSoftwareModel, nullptr, nullptr, napi_default, nullptr}, in Init()
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbegetutil.versionscript127 GetSoftwareModel;
/ohos5.0/base/startup/init/test/unittest/syspara/
H A Dsyspara_unittest.cpp54 printf("SoftwareModel =%s\n", GetSoftwareModel());
89 EXPECT_STRNE(GetSoftwareModel(), nullptr);
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md13 | const.software.model | const char\* GetSoftwareModel(void) | 返回当前设备内部软件子型号 |
H A Dsubsys-boot-init-sysparam.md306 | const char\* GetSoftwareModel(void) | 返回当前设备内部软件子型号。 |
408 char* value7 = GetSoftwareModel();
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_ohos_deviceinfo.cpp95 const char *value = GetSoftwareModel(); in JSGetSoftwareModel()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md13 | const.software.model | const char\* GetSoftwareModel(void) | Obtains the device softwar…
H A Dsubsys-boot-init-sysparam.md305 | const char\* GetSoftwareModel(void) | Obtains the device software model.|
407 char* value7 = GetSoftwareModel();