Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h802 std::map<std::string, std::string> targetSoPathMap_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4588 targetSoPathMap_.clear(); in ResetInstallProperties()
5009 targetSoPathMap_.emplace(info.GetCurModuleName(), targetSoPath); in InnerProcessNativeLibs()
5080 auto targetSoPath = targetSoPathMap_.find(moduleName); in VerifyCodeSignatureForHap()
5082 if (targetSoPath != targetSoPathMap_.end()) { in VerifyCodeSignatureForHap()