Home
last modified time | relevance | path

Searched refs:BatchGetBundleInfo (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsextensionclient_fuzzer/
H A Dbmsextensionclient_fuzzer.cpp56 bmsExtensionClient.BatchGetBundleInfo(bundleNames, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h51 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 Dbundlemgrproxy_fuzzer.cpp180 … 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 Dbundle_mgr_interface.h193 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 Dbundle_mgr_proxy.h139 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 Dbms_extension_client.cpp239 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 Dbundle_mgr_host_impl.h139 virtual ErrCode BatchGetBundleInfo(const std::vector<std::string> &bundleNames,
H A Dbundle_data_mgr.h325 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 Dbms_bundle_data_mgr_test.cpp2078 …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 Dbms_bundle_kit_service_test.cpp8150 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 Dbms_service_startup_test.cpp1340 auto ret = bmsExtensionClient->BatchGetBundleInfo(bundleNames, FLAG, bundleInfos, false);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp367 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 Dbundle_mgr_host.cpp873 auto ret = BatchGetBundleInfo(bundleNames, flags, bundleInfos, userId); in HandleBatchGetBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp279 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 Dbundle_data_mgr.cpp2737 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 Dacts_bms_kit_system_test.cpp6658 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 Dscene_session_manager.cpp6907 …auto ret = static_cast<int32_t>(bundleMgr_->BatchGetBundleInfo(bundleNames, flag, bundleInfos, use… in GetBatchAbilityInfos()