Home
last modified time | relevance | path

Searched refs:GetBundleInfos (Results 1 - 25 of 85) sorted by relevance

1234

/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
H A Dbundle_manager.cpp40 uint8_t GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfos() function
42 return OHOS::BundleMsClient::GetInstance().GetBundleInfos(flags, bundleInfos, len); in GetBundleInfos()
H A Dbundlems_slite_client.cpp173 uint8_t BundleMsClient::GetBundleInfos (int32_t flags, BundleInfo **bundleInfos, int32_t *len) const in GetBundleInfos() function in OHOS::BundleMsClient
185 return bmsProxy_->GetBundleInfos(flags, bundleInfos, len); in GetBundleInfos()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_mgr_slite_feature.cpp32 .GetBundleInfos = BundleMgrSliteFeature::GetBundleInfos,
124 uint8_t BundleMgrSliteFeature::GetBundleInfos(const int32_t flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfos() function in OHOS::BundleMgrSliteFeature
126 return OHOS::GtManagerService::GetInstance().GetBundleInfos(flags, bundleInfos, len); in GetBundleInfos()
H A Dbundle_ms_feature.cpp43 .GetBundleInfos = BundleMsFeature::GetBundleInfos,
273 errorCode = GetBundleInfos(flag, &bundleInfos, &lengthOfBundleInfo); in HandleGetBundleInfos()
425 uint8_t BundleMsFeature::GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfos() function in OHOS::BundleMsFeature
427 return OHOS::ManagerService::GetInstance().GetBundleInfos(flags, bundleInfos, len); in GetBundleInfos()
442 uint8_t errorCode = GetBundleInfos(1, &allBundleInfos, &numOfAllBundleInfos); in QueryKeepAliveBundleInfos()
501 uint8_t errorCode = GetBundleInfos(1, &allBundleInfos, &numOfAllBundleInfos); in GetBundleInfosByMetaData()
542 uint8_t errorCode = GetBundleInfos(0, &infos, &numOfInfos); in GetBundleNameForUid()
574 errorCode = GetBundleInfos(flag, &bundleInfos, length); in GetInnerBundleInfos()
/foundation/filemanagement/app_file_service/tests/mock/module_external/src/
H A Dbms_adapter_mock.cpp21 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfos(const vector<string> &bundleNames, int32_t userId) in GetBundleInfos() function in OHOS::FileManagement::Backup::BundleMgrAdapter
23 return BBundleMgrAdapter::bms->GetBundleInfos(bundleNames, userId); in GetBundleInfos()
/foundation/filemanagement/app_file_service/tests/mock/module_external/include/
H A Dbms_adapter_mock.h26 virtual std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfos(const std::vector<std::string>&, int32_t) = 0;
48 MOCK_METHOD((std::vector<BJsonEntityCaps::BundleInfo>), GetBundleInfos,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhidump_helper.cpp188 if (!shareDataMgr->GetBundleInfos(static_cast<int32_t>( in GetAllAbilityInfo()
219 if (!shareDataMgr->GetBundleInfos(static_cast<int32_t>( in GetAllAbilityNameList()
247 if (!shareDataMgr->GetBundleInfos(static_cast<int32_t>( in GetAbilityInfoByName()
283 if (!shareDataMgr->GetBundleInfos(static_cast<int32_t>( in GetAllBundleInfo()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundleinfos_fuzzer/
H A Dgetbundleinfos_fuzzer.cpp59 bundleMgr->GetBundleInfos(reinterpret_cast<uintptr_t>(data), bundleInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/slite/
H A Dbundle_manager.h146 uint8_t GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len);
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_inner_interface.h62 uint8_t (*GetBundleInfos)(int flags, BundleInfo **bundleInfos, int32_t *len); member
H A Dbundle_service_interface.h55 uint8_t (*GetBundleInfos)(int32_t flags, BundleInfo **bundleInfos, int32_t *len); member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_map.h37 uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len) const;
H A Dbundle_mgr_slite_feature.h37 static uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len);
H A Dbundle_manager_service.h46 uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dnative_module.cpp84 DECLARE_NAPI_FUNCTION("getBundleInfos", GetBundleInfos), in Init()
90 DECLARE_NAPI_FUNCTION("getAllBundleInfo", GetBundleInfos), in Init()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_check_service_test/
H A Dbms_check_service_test.cpp97 std::cout << "GetBundleInfos" << std::endl; in HWTEST_F()
99 bool getInfoResult = bundleMgr->GetBundleInfos(BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_manager.h203 uint8_t GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len);
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundlems_slite_client.h45 uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len) const;
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp114 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfos(const vector<string> &bundleNames, int32_t userId) in GetBundleInfos() function in OHOS::FileManagement::Backup::BundleMgrAdapter
339 if (!bms->GetBundleInfos(AppExecFwk::GET_BUNDLE_WITH_EXTENSION_INFO, installedBundles, userId)) { in GetBundleInfosForIncremental()
383 if (!bms->GetBundleInfos(AppExecFwk::GET_BUNDLE_WITH_EXTENSION_INFO, installedBundles, userId)) { in GetFullBundleInfos()
413 auto bundleInfosNew = BundleMgrAdapter::GetBundleInfos(bundleNames, userId); in GetFullBundleInfos()
425 if (!bms->GetBundleInfos(AppExecFwk::GET_BUNDLE_WITH_EXTENSION_INFO, installedBundles, userId)) { in GetExtName()
/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity_caps.h184 std::vector<BundleInfo> GetBundleInfos() in GetBundleInfos() function in OHOS::FileManagement::Backup::BJsonEntityCaps
238 SetBundleInfos(GetBundleInfos()); in BJsonEntityCaps()
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_mgr.h56 MOCK_METHOD3(GetBundleInfos, bool(const BundleFlag, std::vector<BundleInfo> &, int32_t));
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_external/
H A Dbms_adapter.h40 static std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfos(const std::vector<std::string> &bundleNames,
/foundation/filemanagement/app_file_service/tests/mock/module_external/
H A Dbms_adapter_mock.cpp31 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfos(const vector<string> &bundleNames, int32_t userId) in GetBundleInfos() function in OHOS::FileManagement::Backup::BundleMgrAdapter
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h45 ErrCode GetBundleInfos(
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsextensionclient_fuzzer/
H A Dbmsextensionclient_fuzzer.cpp52 bmsExtensionClient.GetBundleInfos(reinterpret_cast<uintptr_t>(data), bundleInfos, in DoSomethingInterestingWithMyAPI()

Completed in 10 milliseconds

1234