Home
last modified time | relevance | path

Searched refs:contentData (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/code_signature/utils/src/
H A Dsigner_info.cpp42 const ByteBuffer &contentData, bool carrySigningTime) in InitSignerInfo() argument
86 if (!AddAttrsToSignerInfo(ownerID, contentData)) { in InitSignerInfo()
99 bool SignerInfo::AddAttrsToSignerInfo(const std::string &ownerID, const ByteBuffer &contentData) in AddAttrsToSignerInfo() argument
103 if (!unsignedData_->CopyFrom(contentData.GetBuffer(), contentData.GetSize())) { in AddAttrsToSignerInfo()
125 if (!ComputeDigest(contentData, digest)) { in AddAttrsToSignerInfo()
H A Dpkcs7_generator.cpp28 const ByteBuffer &contentData, ByteBuffer &out) in GenerateSignature() argument
53 if (!signerInfo.InitSignerInfo(ownerID, cert, md, contentData)) { in GenerateSignature()
/ohos5.0/base/security/code_signature/utils/include/
H A Dsigner_info.h37 …SignerInfo(const std::string &ownerID, X509 *cert, const EVP_MD *md, const ByteBuffer &contentData,
45 bool AddAttrsToSignerInfo(const std::string &ownerID, const ByteBuffer &contentData);
H A Dpkcs7_generator.h31 const ByteBuffer &contentData, ByteBuffer &out);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp207 std::stringstream contentData; in GetConfigContent() local
208 contentData << ifs.rdbuf(); in GetConfigContent()
209 contents.emplace_back(contentData.str()); in GetConfigContent()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dreasonably-dispose-highly-loaded-component-render.md157 LazyForEach(this.contentData, (monthItem: Month) => {