Home
last modified time | relevance | path

Searched refs:GetAllBundleInfosV9 (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_shared_library_install_test.cpp786 * @tc.name: test GetAllBundleInfosV9
797 ErrCode res = GetBundleDataMgr()->GetAllBundleInfosV9( in HWTEST_F()
807 * @tc.name: test GetAllBundleInfosV9
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1051 ErrCode GetAllBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp1527 * @tc.name: test GetAllBundleInfosV9
1529 * 2.check GetAllBundleInfosV9 failed
1538 ErrCode res = GetBundleDataMgr()->GetAllBundleInfosV9(GET_ABILITY_INFO_DEFAULT, bundleInfos); in HWTEST_F()
1555 ErrCode res = GetBundleDataMgr()->GetAllBundleInfosV9(GET_ABILITY_INFO_DEFAULT, bundleInfos); in HWTEST_F()
H A Dbms_bundle_kit_service_test.cpp11492 ErrCode testRet1 = GetBundleDataMgr()->GetAllBundleInfosV9(flags, bundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp3356 ErrCode testRet1 = GetBundleDataMgr()->GetAllBundleInfosV9( in HWTEST_F()
3939 * @tc.name: test GetAllBundleInfosV9
3948 ErrCode testRet = GetBundleDataMgr()->GetAllBundleInfosV9( in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp3312 return GetAllBundleInfosV9(flags, bundleInfos); in GetBundleInfosV9()
3373 ErrCode BundleDataMgr::GetAllBundleInfosV9(int32_t flags, std::vector<BundleInfo> &bundleInfos) const in GetAllBundleInfosV9() function in OHOS::AppExecFwk::BundleDataMgr

Completed in 62 milliseconds