Searched defs:BatchGetBundleInfo (Results 1 – 5 of 5) sorted by relevance
/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/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
|
/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 377 ErrCode BundleMgrProxy::BatchGetBundleInfo(const std::vector<std::string> &bundleNames, int32_t fla… in BatchGetBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
|
/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
|
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
|