Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1928 std::vector<std::string> GetAllHspModuleNamesForVersion(uint32_t versionCode) const in GetAllHspModuleNamesForVersion() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp6708 …std::vector<std::string> hspModules = info.GetAllHspModuleNamesForVersion(static_cast<uint32_t>(ve… in CheckHspVersionIsRelied()