Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2291 info.GetBundleWithAbilitiesV9(FLAG, hapModuleInfo, Constants::START_USERID);
2299 info.GetBundleWithAbilitiesV9(flag, hapModuleInfo, Constants::START_USERID);
2302 info.GetBundleWithAbilitiesV9(flag, hapModuleInfo, ServiceConstants::NOT_EXIST_USERID);
2309 info.GetBundleWithAbilitiesV9(flag, hapModuleInfo, Constants::START_USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2239 void GetBundleWithAbilitiesV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp2615 GetBundleWithAbilitiesV9(flags, hapModuleInfo, userId, appIndex); in ProcessBundleWithHapModuleInfoFlag()
2622 void InnerBundleInfo::GetBundleWithAbilitiesV9( in GetBundleWithAbilitiesV9() function in OHOS::AppExecFwk::InnerBundleInfo