Home
last modified time | relevance | path

Searched refs:model (Results 1 – 15 of 15) sorted by relevance

/base/startup/init/interfaces/innerkits/syspara/
Dparam_comm.c190 const char *model = GetProductModel_(); in GetDevUdid_() local
192 if (manufacture == NULL || model == NULL || sn == NULL) { in GetDevUdid_()
195 int tmpSize = strlen(manufacture) + strlen(model) + strlen(sn) + 1; in GetDevUdid_()
203 if ((strcat_s(tmp, tmpSize, manufacture) != 0) || (strcat_s(tmp, tmpSize, model) != 0) || in GetDevUdid_()
/base/security/device_security_level/services/dslm/
Ddslm_hievent.c55 …if (memcpy_s(event.targetModel, MODEL_MAX_LEN, info->credInfo.model, CRED_INFO_MODEL_LEN) != EOK) { in ReportHiEventInfoSync()
80 …if (memcpy_s(event.targetModel, MODEL_MAX_LEN, info->credInfo.model, CRED_INFO_MODEL_LEN) != EOK) { in ReportHiEventAppInvoke()
/base/startup/syspara_lite/frameworks/parameter/src/
Dparameter_common.c352 const char *model = GetProductModel(); in GetDevUdid() local
354 if (manufacture == NULL || model == NULL || sn == NULL) { in GetDevUdid()
357 int tmpSize = strlen(manufacture) + strlen(model) + strlen(sn) + 1; in GetDevUdid()
368 (strcat_s(tmp, tmpSize, model) != 0) || in GetDevUdid()
/base/startup/init/services/etc/param/
Dohos.para21 const.product.model=ohos
25 const.software.model=default
/base/startup/syspara_lite/hals/parameter/src/
Dparameter_hal.cpp362 const char *model = HalGetProductModel(); in HalGetDevUdid() local
364 if (manufacture == nullptr || model == nullptr || sn == nullptr) { in HalGetDevUdid()
367 int tmpSize = strlen(manufacture) + strlen(model) + strlen(sn) + 1; in HalGetDevUdid()
377 if ((strcat_s(tmp, tmpSize, manufacture) != 0) || (strcat_s(tmp, tmpSize, model) != 0) || in HalGetDevUdid()
/base/security/device_security_level/common/include/
Ddslm_cred.h47 char model[CRED_INFO_MODEL_LEN]; member
/base/update/updater/services/include/fs_manager/
Dpartitions.h72 std::string model; // description of hardware(manufacturer, model) member
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
Dhks_client_service_test.cpp202 const char *model = "model"; variable
209 const struct HksBlob modelBlob = { strlen(model), (uint8_t *)model };
/base/security/device_security_level/services/dfx/
Ddslm_hidumper.c195 dprintf(fd, "CRED_MODEL : %s" END_LINE, info->credInfo.model); in DumpDeviceDetails()
/base/useriam/pin_auth/
DREADME.md20 …pinauth Service ability only after unidirectional processing in the input model management innerAP…
/base/security/device_security_level/
DREADME.md15 …s from SL1 to SL5, based on the industry standard security classification model and actual OpenHar…
23 …ts. The critical elements are protected by a well-defined security policy model. Devices of this l…
/base/powermgr/battery_lite/
DREADME.md87 …94414"><a name="p181881615194414"></a><a name="p181881615194414"></a>Obtains the battery model.</p>
/base/update/updater/services/fs_manager/
Dpartitions.cpp227 dev.model = modelName; in InitGeneric()
/base/security/device_security_level/oem_property/common/
Ddslm_credential_utils.c503 (void)GetDataFromJson(json, CRED_KEY_MODEL_NAME, credInfo->model, CRED_INFO_MODEL_LEN); in CredentialCbToDslmCredInfo()
/base/update/updater/test/unittest/test_data/applypatch/
DTestGZipModeImagePatch.old.gz