Home
last modified time | relevance | path

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

/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, bundleInfo); 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 userId, in GetBundleInfoByFlags() function in OHOS::AppExecFwk::FormBmsHelper
/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 &bundleInfo);

Completed in 2 milliseconds