Home
last modified time | relevance | path

Searched refs:CreateSharedBundleStream (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_ipc_test.cpp320 auto id = proxy->CreateSharedBundleStream("", DEFAULT_INSTALLER_ID);
336 auto id = proxy->CreateSharedBundleStream(HSPNAME, DEFAULT_INSTALLER_ID);
351 auto id = impl.CreateSharedBundleStream(OVER_MAX_NAME_SIZE, DEFAULT_INSTALLER_ID);
366 auto id = impl.CreateSharedBundleStream(HSPNAME + ".", DEFAULT_INSTALLER_ID);
382 auto id = impl.CreateSharedBundleStream(HSPNAME, DEFAULT_INSTALLER_ID);
413 auto id = impl.CreateSharedBundleStream(HSPNAME + ILLEGAL_PATH_FIELD, DEFAULT_INSTALLER_ID);
/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() function
H A Dbundle_stream_installer_proxy.h34 …virtual int32_t CreateSharedBundleStream(const std::string &hspName, uint32_t sharedBundleIdx) ove…
/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() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_stream_installer_host_impl.h39 …virtual int32_t CreateSharedBundleStream(const std::string &bundleName, uint32_t sharedBundleIdx) …
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_host.cpp80 int32_t fd = CreateSharedBundleStream(hspName, sharedBundleIdx); in HandleCreateSharedBundleStream()
H A Dbundle_stream_installer_proxy.cpp115 int32_t BundleStreamInstallerProxy::CreateSharedBundleStream(const std::string &hspName, uint32_t i… in CreateSharedBundleStream() function in OHOS::AppExecFwk::BundleStreamInstallerProxy
H A Dbundle_installer_proxy.cpp571 int32_t outputFd = streamInstaller->CreateSharedBundleStream(hspName, index); in WriteSharedFileToStream()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp40 MOCK_METHOD2(CreateSharedBundleStream, int32_t(const std::string &hspName, uint32_t index));
/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() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1272 int ret = impl.CreateSharedBundleStream(BUNDLE_NAME, UID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp436 auto ret = impl.CreateSharedBundleStream(BUNDLE_NAME, USERID);