Searched refs:model (Results 1 – 15 of 15) sorted by relevance
/base/startup/init/interfaces/innerkits/syspara/ |
D | param_comm.c | 190 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/ |
D | dslm_hievent.c | 55 …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/ |
D | parameter_common.c | 352 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/ |
D | ohos.para | 21 const.product.model=ohos 25 const.software.model=default
|
/base/startup/syspara_lite/hals/parameter/src/ |
D | parameter_hal.cpp | 362 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/ |
D | dslm_cred.h | 47 char model[CRED_INFO_MODEL_LEN]; member
|
/base/update/updater/services/include/fs_manager/ |
D | partitions.h | 72 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/ |
D | hks_client_service_test.cpp | 202 const char *model = "model"; variable 209 const struct HksBlob modelBlob = { strlen(model), (uint8_t *)model };
|
/base/security/device_security_level/services/dfx/ |
D | dslm_hidumper.c | 195 dprintf(fd, "CRED_MODEL : %s" END_LINE, info->credInfo.model); in DumpDeviceDetails()
|
/base/useriam/pin_auth/ |
D | README.md | 20 …pinauth Service ability only after unidirectional processing in the input model management innerAP…
|
/base/security/device_security_level/ |
D | README.md | 15 …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/ |
D | README.md | 87 …94414"><a name="p181881615194414"></a><a name="p181881615194414"></a>Obtains the battery model.</p>
|
/base/update/updater/services/fs_manager/ |
D | partitions.cpp | 227 dev.model = modelName; in InitGeneric()
|
/base/security/device_security_level/oem_property/common/ |
D | dslm_credential_utils.c | 503 (void)GetDataFromJson(json, CRED_KEY_MODEL_NAME, credInfo->model, CRED_INFO_MODEL_LEN); in CredentialCbToDslmCredInfo()
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|