Home
last modified time | relevance | path

Searched refs:hapPathRecords_ (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4787 auto hapPathIter = hapPathRecords_.find(item.first); in SaveHapPathToRecords()
4788 if (hapPathIter == hapPathRecords_.end()) { in SaveHapPathToRecords()
4795 hapPathRecords_.emplace(item.first, tempDir); in SaveHapPathToRecords()
4811 if (!signatureFileMap_.empty() && (signatureFileMap_.size() != hapPathRecords_.size())) { in SaveHapToInstallPath()
4817 for (const auto &hapPathRecord : hapPathRecords_) { in SaveHapToInstallPath()
4872 hapPathRecords_.clear(); in ResetInstallProperties()
5506 if (hapPathRecords_.find(info.first) == hapPathRecords_.end()) { in CheckHapEncryption()
5510 std::string hapPath = hapPathRecords_.at(info.first); in CheckHapEncryption()
5549 if (hapPathRecords_ in MoveFileToRealInstallationDir()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h778 std::map<std::string, std::string> hapPathRecords_; member in OHOS::AppExecFwk::BaseBundleInstaller

Completed in 12 milliseconds