Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp156 std::vector<std::string> bundleSysCaps; in CheckSysCap() local
157 result = bundleParser.ParseSysCap(bundlePath, bundleSysCaps); in CheckSysCap()
163 for (const auto &bundleSysCapItem : bundleSysCaps) { in CheckSysCap()