/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_ipc_test.cpp | 320 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 D | bundle_stream_installer_interface.h | 36 virtual int32_t CreateSharedBundleStream(const std::string &hspName, uint32_t sharedBundleIdx) in CreateSharedBundleStream() function
|
H A D | bundle_stream_installer_proxy.h | 34 …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 D | mock_bundle_stream_installer_host_impl.cpp | 62 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 D | bundle_stream_installer_host_impl.h | 39 …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 D | bundle_stream_installer_host.cpp | 80 int32_t fd = CreateSharedBundleStream(hspName, sharedBundleIdx); in HandleCreateSharedBundleStream()
|
H A D | bundle_stream_installer_proxy.cpp | 115 int32_t BundleStreamInstallerProxy::CreateSharedBundleStream(const std::string &hspName, uint32_t i… in CreateSharedBundleStream() function in OHOS::AppExecFwk::BundleStreamInstallerProxy
|
H A D | bundle_installer_proxy.cpp | 571 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 D | bms_stream_installer_host_test.cpp | 40 MOCK_METHOD2(CreateSharedBundleStream, int32_t(const std::string &hspName, uint32_t index));
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 204 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 D | bms_bundle_permission_false_test.cpp | 1272 int ret = impl.CreateSharedBundleStream(BUNDLE_NAME, UID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 436 auto ret = impl.CreateSharedBundleStream(BUNDLE_NAME, USERID);
|