Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp220 …return GetBundleInfoByFlags(bundleName, BundleFlag::GET_BUNDLE_WITH_ABILITIES, userId, bundleInfo); in GetBundleInfo()
225 …return GetBundleInfoByFlags(bundleName, BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION, userId, … in GetBundleInfoWithPermission()
230 return GetBundleInfoByFlags(bundleName, BundleFlag::GET_BUNDLE_DEFAULT, userId, bundleInfo); in GetBundleInfoDefault()
233 bool FormBmsHelper::GetBundleInfoByFlags(const std::string& bundleName, int32_t flags, int32_t user… in GetBundleInfoByFlags() function in OHOS::AppExecFwk::FormBmsHelper
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h137 …bool GetBundleInfoByFlags(const std::string& bundleName, int32_t flags, int32_t userId, BundleInfo…