/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
H A D | bundle_manager.cpp | 40 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 D | bundlems_slite_client.cpp | 173 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 D | bundle_mgr_slite_feature.cpp | 32 .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 D | bundle_ms_feature.cpp | 43 .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 D | bms_adapter_mock.cpp | 21 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 D | bms_adapter_mock.h | 26 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 D | hidump_helper.cpp | 188 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 D | getbundleinfos_fuzzer.cpp | 59 bundleMgr->GetBundleInfos(reinterpret_cast<uintptr_t>(data), bundleInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/slite/ |
H A D | bundle_manager.h | 146 uint8_t GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len);
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_inner_interface.h | 62 uint8_t (*GetBundleInfos)(int flags, BundleInfo **bundleInfos, int32_t *len);
member
|
H A D | bundle_service_interface.h | 55 uint8_t (*GetBundleInfos)(int32_t flags, BundleInfo **bundleInfos, int32_t *len);
member
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_map.h | 37 uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len) const;
|
H A D | bundle_mgr_slite_feature.h | 37 static uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len);
|
H A D | bundle_manager_service.h | 46 uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len);
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | native_module.cpp | 84 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 D | bms_check_service_test.cpp | 97 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 D | bundle_manager.h | 203 uint8_t GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len);
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundlems_slite_client.h | 45 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 D | bms_adapter.cpp | 114 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 D | b_json_entity_caps.h | 184 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 D | mock_bundle_mgr.h | 56 MOCK_METHOD3(GetBundleInfos, bool(const BundleFlag, std::vector<BundleInfo> &, int32_t));
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_external/ |
H A D | bms_adapter.h | 40 static std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfos(const std::vector<std::string> &bundleNames,
|
/foundation/filemanagement/app_file_service/tests/mock/module_external/ |
H A D | bms_adapter_mock.cpp | 31 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 D | bms_extension_client.h | 45 ErrCode GetBundleInfos(
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsextensionclient_fuzzer/ |
H A D | bmsextensionclient_fuzzer.cpp | 52 bmsExtensionClient.GetBundleInfos(reinterpret_cast<uintptr_t>(data), bundleInfos, in DoSomethingInterestingWithMyAPI()
|