Home
last modified time | relevance | path

Searched defs:hspName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_stream_installer_interface.h36 virtual int32_t CreateSharedBundleStream(const std::string &hspName, uint32_t sharedBundleIdx) in CreateSharedBundleStream()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp62 int BundleStreamInstallerHostImpl::CreateSharedBundleStream(const std::string &hspName, uint32_t in… in CreateSharedBundleStream()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_proxy.cpp115 int32_t BundleStreamInstallerProxy::CreateSharedBundleStream(const std::string &hspName, uint32_t i… in CreateSharedBundleStream()
H A Dbundle_stream_installer_host.cpp78 std::string hspName = data.ReadString(); in HandleCreateSharedBundleStream() local
H A Dbundle_installer_proxy.cpp562 std::string hspName; in WriteSharedFileToStream() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp204 int32_t BundleStreamInstallerHostImpl::CreateSharedBundleStream(const std::string &hspName, uint32_… in CreateSharedBundleStream()
H A Dbundle_data_mgr.cpp2889 for (const std::string &hspName : appServiceHspBundleName_) { in GetBaseSharedBundleInfos() local