Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp346 std::vector<std::string> soEntryFiles; in ExtractFiles() local
352 …for_each(soEntryFiles.begin(), soEntryFiles.end(), [&extractor, &targetSoPath, &cpuAbi](const auto… in ExtractFiles()
1472 for_each(soEntryFiles.begin(), soEntryFiles.end(), in PrepareEntryMap()
1521 std::vector<std::string> soEntryFiles; in VerifyCodeSignature() local
1526 if (soEntryFiles.empty()) { in VerifyCodeSignature()
1564 std::vector<std::string> soEntryFiles; in CheckEncryption() local
1570 if (soEntryFiles.empty()) { in CheckEncryption()
1618 std::vector<std::string> &soEntryFiles) in ObtainNativeSoFile() argument
1645 if (soEntryFiles.empty()) { in ObtainNativeSoFile()
1860 std::vector<std::string> soEntryFiles; in ExtractSoFilesToTmpHapPath() local
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h260 const std::vector<std::string> &soEntryFiles, Security::CodeSign::EntryMap &entryMap);
309 std::vector<std::string> &soEntryFiles);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1374 std::vector<std::string> soEntryFiles; variable
1376 bool ret = InstalldOperator::PrepareEntryMap(codeSignatureParam, soEntryFiles, entryMap);