Home
last modified time | relevance | path

Searched refs:getAbilityFlag (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager.cpp218 auto getAbilityFlag = baseFlag + static_cast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_ABILITY); in GetProfileByAbility() local
220 ErrCode ret = AppExecFwk::CommonFunc::ConvertErrCode(iBundleMgr->GetBundleInfoForSelf(getAbilityFlag, bundleInfo)); in GetProfileByAbility()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp829 auto getAbilityFlag = baseFlag + static_cast<int32_t>(GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_ABILITY); in GetProfileByAbilitySync() local
831 ErrCode ret = CommonFunc::ConvertErrCode(iBundleMgr->GetBundleInfoForSelf(getAbilityFlag, bundleInfo)); in GetProfileByAbilitySync()
H A Dbundle_manager.cpp2879 auto getAbilityFlag = baseFlag + in InnerGetProfile() local
2881 result = iBundleMgr->GetBundleInfoForSelf(getAbilityFlag, bundleInfo); in InnerGetProfile()

Completed in 11 milliseconds