Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h809 std::map<std::string, std::string> targetSoPathMap_; member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4880 targetSoPathMap_.clear(); in ResetInstallProperties()
5215 targetSoPathMap_.emplace(info.GetCurModuleName(), targetSoPath); in InnerProcessNativeLibs()
5286 auto targetSoPath = targetSoPathMap_.find(moduleName); in VerifyCodeSignatureForHap()
5288 if (targetSoPath != targetSoPathMap_.end()) { in VerifyCodeSignatureForHap()

Completed in 12 milliseconds