Home
last modified time | relevance | path

Searched refs:CreateSharedBundleTempDir (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h193 static std::string CreateSharedBundleTempDir(uint32_t installerId, uint32_t index);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp54 tempDir = BundleUtil::CreateSharedBundleTempDir(installerId_, i); in Init()
H A Dbundle_util.cpp437 std::string BundleUtil::CreateSharedBundleTempDir(uint32_t installerId, uint32_t index) in CreateSharedBundleTempDir() function in OHOS::AppExecFwk::BundleUtil
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6270 * @tc.name: test CreateSharedBundleTempDir
6271 * @tc.desc: 1.test CreateSharedBundleTempDir of BundleUtil
6276 auto ret = bundleUtil.CreateSharedBundleTempDir(INSTALLER_ID, INDEX); in HWTEST_F()

Completed in 18 milliseconds