Searched refs:hapAppSource (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/ |
H A D | trusted_source_manager.cpp | 144 HapAppSourceInfo hapAppSource; in ParseTrustedAppSourceJson() local 145 … if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_SOURCE_NAME, hapAppSource.sourceName)) { in ParseTrustedAppSourceJson() 149 hapAppSource.source = GetTrustedSource(hapAppSource.sourceName); in ParseTrustedAppSourceJson() 150 …if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_APP_SIGNING_CERT, hapAppSource.appSigningCer… in ParseTrustedAppSourceJson() 155 hapAppSource.profileSigningCertificate)) { in ParseTrustedAppSourceJson() 160 hapAppSource.profileDebugSigningCertificate)) { in ParseTrustedAppSourceJson() 164 if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_ISSUER, hapAppSource.issuer)) { in ParseTrustedAppSourceJson() 168 if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_ROOT_CA, hapAppSource.rootCa)) { in ParseTrustedAppSourceJson() 172 … if (!JsonParserUtils::GetJsonInt(appSource, KEY_OF_MAX_CERTS_PATH, hapAppSource.maxCertsPath)) { in ParseTrustedAppSourceJson() 177 hapAppSource.critialcalCertExtension)) { in ParseTrustedAppSourceJson() [all …]
|