Home
last modified time | relevance | path

Searched refs:releaseType (Results 1 - 6 of 6) sorted by relevance

/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c164 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 Dparameter.c247 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 Ddslm_cred.h43 char releaseType[CRED_INFO_TYPE_LEN]; // debug or release member
/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_verify.c58 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 Ddslm_hidumper.c220 dprintf(fd, "CRED_RELEASE_TYPE : %s" END_LINE, info->credInfo.releaseType); in DumpDeviceDetails()
/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c502 (void)GetDataFromJson(json, CRED_KEY_TYPE, credInfo->releaseType, CRED_INFO_TYPE_LEN); in CredentialCbToDslmCredInfo()

Completed in 4 milliseconds