Home
last modified time | relevance | path

Searched refs:soEntryFiles (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp233 std::vector<std::string> soEntryFiles; in ExtractFiles() local
234 if (!ObtainNativeSoFile(extractor, cpuAbi, soEntryFiles)) { in ExtractFiles()
239 for_each(soEntryFiles.begin(), soEntryFiles.end(), [&extractor, &targetSoPath, &cpuAbi](const auto &entry) { in ExtractFiles()
1344 const std::vector<std::string> &soEntryFiles, Security::CodeSign::EntryMap &entryMap) in PrepareEntryMap()
1350 for_each(soEntryFiles.begin(), soEntryFiles.end(), in PrepareEntryMap()
1400 std::vector<std::string> soEntryFiles; in VerifyCodeSignature() local
1401 if (!ObtainNativeSoFile(extractor, codeSignatureParam.cpuAbi, soEntryFiles)) { in VerifyCodeSignature()
1405 if (soEntryFiles in VerifyCodeSignature()
1343 PrepareEntryMap(const CodeSignatureParam &codeSignatureParam, const std::vector<std::string> &soEntryFiles, Security::CodeSign::EntryMap &entryMap) PrepareEntryMap() argument
1444 std::vector<std::string> soEntryFiles; CheckEncryption() local
1497 ObtainNativeSoFile(const BundleExtractor &extractor, const std::string &cpuAbi, std::vector<std::string> &soEntryFiles) ObtainNativeSoFile() argument
1747 std::vector<std::string> soEntryFiles; ExtractSoFilesToTmpHapPath() local
1814 std::vector<std::string> soEntryFiles; ExtractSoFilesToTmpSoPath() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h248 const std::vector<std::string> &soEntryFiles, Security::CodeSign::EntryMap &entryMap);
311 std::vector<std::string> &soEntryFiles);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1413 std::vector<std::string> soEntryFiles; in HWTEST_F() local
1415 bool ret = InstalldOperator::PrepareEntryMap(codeSignatureParam, soEntryFiles, entryMap); in HWTEST_F()
1418 ret = InstalldOperator::PrepareEntryMap(codeSignatureParam, soEntryFiles, entryMap); in HWTEST_F()
1421 ret = InstalldOperator::PrepareEntryMap(codeSignatureParam, soEntryFiles, entryMap); in HWTEST_F()

Completed in 7 milliseconds