Home
last modified time | relevance | path

Searched defs:GetSharedBundleInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1328 … virtual ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName, in GetSharedBundleInfo() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp2132 bool InnerBundleInfo::GetSharedBundleInfo(SharedBundleInfo &sharedBundleInfo) const in GetSharedBundleInfo() function in OHOS::AppExecFwk::InnerBundleInfo
2493 bool InnerBundleInfo::GetSharedBundleInfo(int32_t flags, BundleInfo &bundleInfo) const in GetSharedBundleInfo() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_mgr_host_impl.cpp3415 ErrCode BundleMgrHostImpl::GetSharedBundleInfo(const std::string &bundleName, const std::string &mo… in GetSharedBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
H A Dbundle_data_mgr.cpp6627 ErrCode BundleDataMgr::GetSharedBundleInfo(const std::string &bundleName, const std::string &module… in GetSharedBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
6748 ErrCode BundleDataMgr::GetSharedBundleInfo(const std::string &bundleName, int32_t flags, BundleInfo… in GetSharedBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp3700 ErrCode BundleMgrProxy::GetSharedBundleInfo(const std::string &bundleName, const std::string &modul… in GetSharedBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4200 napi_value GetSharedBundleInfo(napi_env env, napi_callback_info info) in GetSharedBundleInfo() function