Home
last modified time | relevance | path

Searched refs:GetBundleInfos (Results 1 – 25 of 66) sorted by relevance

123

/foundation/filemanagement/app_file_service/services/backup_sa/include/module_external/
Dbms_adapter.h36 static std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfos(int32_t userId);
45 static std::vector<BJsonEntityCaps::BundleInfo> GetBundleInfos(
/foundation/filemanagement/app_file_service/tests/mock/module_external/
Dbms_adapter_mock.cpp32 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfos(int32_t userId) in GetBundleInfos() function in OHOS::FileManagement::Backup::BundleMgrAdapter
40 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfos(const vector<string> &bundleNa… in GetBundleInfos() function in OHOS::FileManagement::Backup::BundleMgrAdapter
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
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()
Dbundlems_slite_client.cpp176 uint8_t BundleMsClient::GetBundleInfos (int32_t flags, BundleInfo **bundleInfos, int32_t *len) const in GetBundleInfos() function in OHOS::BundleMsClient
188 return bmsProxy_->GetBundleInfos(flags, bundleInfos, len); in GetBundleInfos()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_mgr_slite_feature.cpp32 .GetBundleInfos = BundleMgrSliteFeature::GetBundleInfos,
124 uint8_t BundleMgrSliteFeature::GetBundleInfos(const int32_t flags, BundleInfo **bundleInfos, int32_… in GetBundleInfos() function in OHOS::BundleMgrSliteFeature
126 return OHOS::GtManagerService::GetInstance().GetBundleInfos(flags, bundleInfos, len); in GetBundleInfos()
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/services/backup_sa/src/module_external/
Dbms_adapter.cpp72 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfos(int32_t userId) in GetBundleInfos() function in OHOS::FileManagement::Backup::BundleMgrAdapter
77 … if (!bms->GetBundleInfos(AppExecFwk::GET_BUNDLE_WITH_EXTENSION_INFO, installedBundles, userId)) { in GetBundleInfos()
90 vector<BJsonEntityCaps::BundleInfo> BundleMgrAdapter::GetBundleInfos(const vector<string> &bundleNa… in GetBundleInfos() function in OHOS::FileManagement::Backup::BundleMgrAdapter
/foundation/filemanagement/app_file_service/utils/include/b_json/
Db_json_entity_caps.h84 std::vector<BundleInfo> GetBundleInfos() in GetBundleInfos() function
115 SetBundleInfos(GetBundleInfos()); in BJsonEntity()
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/slite/
Dbundle_manager.h146 uint8_t GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len);
/foundation/bundlemanager/bundle_framework/test/fuzztest/getbundleinfos_fuzzer/
Dgetbundleinfos_fuzzer.cpp59 bundleMgr->GetBundleInfos(reinterpret_cast<uintptr_t>(data), bundleInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dbundle_map.h37 uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len) const;
Dbundle_mgr_slite_feature.h37 static uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len);
Dbundle_manager_service.h46 uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len);
Dbundle_ms_feature.h43 static uint8_t GetBundleInfos(int flags, BundleInfo **bundleInfos, int32_t *len);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dhidump_helper.cpp191 if (!shareDataMgr->GetBundleInfos(static_cast<int32_t>( in GetAllAbilityInfo()
222 if (!shareDataMgr->GetBundleInfos(static_cast<int32_t>( in GetAllAbilityNameList()
250 if (!shareDataMgr->GetBundleInfos(static_cast<int32_t>( in GetAbilityInfoByName()
286 if (!shareDataMgr->GetBundleInfos(static_cast<int32_t>( in GetAllBundleInfo()
Duser_unlocked_event_subscriber.cpp99 if (!dataMgr->GetBundleInfos(BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos, userId)) { in UpdateAppDataDirSelinuxLabel()
/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
Dbundle_inner_interface.h62 uint8_t (*GetBundleInfos)(int flags, BundleInfo **bundleInfos, int32_t *len); member
Dbundle_service_interface.h55 uint8_t (*GetBundleInfos)(int32_t flags, BundleInfo **bundleInfos, int32_t *len); member
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
Dbundle_manager.h203 uint8_t GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
Dbundle_mgr_ext.h51 …virtual ErrCode GetBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId,
Dbms_extension_data_mgr.h41 ErrCode GetBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId,
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_check_service_test/
Dbms_check_service_test.cpp99 bool getInfoResult = bundleMgr->GetBundleInfos(BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos);
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
Dbundlems_slite_client.h45 uint8_t GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len) const;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
Dbms_extension_data_mgr.cpp148 ErrCode BmsExtensionDataMgr::GetBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos, in… in GetBundleInfos() function in OHOS::AppExecFwk::BmsExtensionDataMgr
158 return bundleMgrExtPtr->GetBundleInfos(flags, bundleInfos, userId, isNewVersion); in GetBundleInfos()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dnative_module.cpp86 DECLARE_NAPI_FUNCTION("getBundleInfos", GetBundleInfos), in Init()

123