/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsextensionclient_fuzzer/ |
H A D | bmsextensionclient_fuzzer.cpp | 56 bmsExtensionClient.BatchGetBundleInfo(bundleNames, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/ |
H A D | bms_extension_client.h | 51 ErrCode BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t flags,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 180 … bundleMgrProxy.BatchGetBundleInfo(wants, flags, bundleInfos, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI() 182 …bundleMgrProxy.BatchGetBundleInfo(bundleNames, flags, bundleInfos, reinterpret_cast<uintptr_t>(dat… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 193 virtual ErrCode BatchGetBundleInfo(const std::vector<Want> &wants, int32_t flags, in BatchGetBundleInfo() function 206 virtual ErrCode BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t flags, in BatchGetBundleInfo() function
|
H A D | bundle_mgr_proxy.h | 139 virtual ErrCode BatchGetBundleInfo(const std::vector<Want> &wants, int32_t flags, 149 virtual ErrCode BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t flags,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/ |
H A D | bms_extension_client.cpp | 239 ErrCode BmsExtensionClient::BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t… in BatchGetBundleInfo() function in OHOS::AppExecFwk::BmsExtensionClient
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 139 virtual ErrCode BatchGetBundleInfo(const std::vector<std::string> &bundleNames,
|
H A D | bundle_data_mgr.h | 325 void BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t flags,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 2078 …ErrCode res = bmsExtensionClient->BatchGetBundleInfo(bundleNames, 0, bundleInfos, userId, isNewVer… 2096 …ErrCode res = bmsExtensionClient->BatchGetBundleInfo(bundleNames, 0, bundleInfos, userId, isNewVer… 2123 …ErrCode res = bmsExtensionClient->BatchGetBundleInfo(bundleNames, 0, bundleInfos, userId, isNewVer… 5567 ErrCode res = bmsExtensionClient->BatchGetBundleInfo(bundleNames, flags, bundleInfos, userId); 5584 ErrCode res = bmsExtensionClient->BatchGetBundleInfo(bundleNames, flags, bundleInfos, userId);
|
H A D | bms_bundle_kit_service_test.cpp | 8150 ErrCode ret = hostImpl->BatchGetBundleInfo(bundleNames, flags, bundleInfos, DEFAULT_USERID); 8170 ErrCode ret = hostImpl->BatchGetBundleInfo(bundleNames, flags, result, DEFAULT_USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/ |
H A D | bms_service_startup_test.cpp | 1340 auto ret = bmsExtensionClient->BatchGetBundleInfo(bundleNames, FLAG, bundleInfos, false);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 367 ErrCode BundleMgrProxy::BatchGetBundleInfo(const std::vector<Want> &wants, int32_t flags, in BatchGetBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy 374 return BatchGetBundleInfo(bundleNames, flags, bundleInfos, userId); in BatchGetBundleInfo() 377 ErrCode BundleMgrProxy::BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t fla… in BatchGetBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
|
H A D | bundle_mgr_host.cpp | 873 auto ret = BatchGetBundleInfo(bundleNames, flags, bundleInfos, userId); in HandleBatchGetBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 279 ErrCode BundleMgrHostImpl::BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t … in BatchGetBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl 296 dataMgr->BatchGetBundleInfo(bundleNames, flags, bundleInfos, userId); in BatchGetBundleInfo() 302 bmsExtensionClient->BatchGetBundleInfo(bundleNames, flags, bundleInfos, userId, true); in BatchGetBundleInfo()
|
H A D | bundle_data_mgr.cpp | 2737 void BundleDataMgr::BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t flags, in BatchGetBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6658 ErrCode res = bundleMgrProxy->BatchGetBundleInfo(bundleNames, flag, bundleInfos, USERID); 6691 ErrCode res = bundleMgrProxy->BatchGetBundleInfo(wants, flag, bundleInfos, USERID);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 6907 …auto ret = static_cast<int32_t>(bundleMgr_->BatchGetBundleInfo(bundleNames, flag, bundleInfos, use… in GetBatchAbilityInfos()
|