Searched refs:releaseType (Results 1 - 6 of 6) sorted by relevance
/base/startup/init/simulator/parameter/src/ |
H A D | parameter_common.c | 164 const char *releaseType = GetOsReleaseType();
in BuildOSFullName() local 166 if (strncmp(releaseType, release, sizeof(release) - 1) == 0) {
in BuildOSFullName() 171 OHOS_OS_NAME, MAJOR_VERSION, SENIOR_VERSION, FEATURE_VERSION, BUILD_VERSION, releaseType);
in BuildOSFullName()
|
/base/startup/init/interfaces/innerkits/syspara/ |
H A D | parameter.c | 247 const char *releaseType = GetOsReleaseType(); in BuildOSFullName() local 249 if (fullName == NULL || releaseType == NULL) { in BuildOSFullName() 252 if (strncmp(releaseType, release, sizeof(release) - 1) != 0) { in BuildOSFullName() 257 int length = sprintf_s(value, OS_FULL_NAME_LEN, "%s(%s)", fullName, releaseType); in BuildOSFullName()
|
/base/security/device_security_level/oem_property/include/ |
H A D | dslm_cred.h | 43 char releaseType[CRED_INFO_TYPE_LEN]; // debug or release member
|
/base/security/device_security_level/oem_property/ohos/common/ |
H A D | dslm_ohos_verify.c | 58 if (strncmp(info->releaseType, CRED_VALUE_TYPE_DEBUG, strlen(CRED_VALUE_TYPE_DEBUG)) == 0) { in CheckCredInfo()
|
/base/security/device_security_level/services/dfx/ |
H A D | dslm_hidumper.c | 220 dprintf(fd, "CRED_RELEASE_TYPE : %s" END_LINE, info->credInfo.releaseType); in DumpDeviceDetails()
|
/base/security/device_security_level/oem_property/common/ |
H A D | dslm_credential_utils.c | 502 (void)GetDataFromJson(json, CRED_KEY_TYPE, credInfo->releaseType, CRED_INFO_TYPE_LEN); in CredentialCbToDslmCredInfo()
|
Completed in 4 milliseconds