Home
last modified time | relevance | path

Searched refs:ProcessCloneBundleInstall (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/
H A Dbms_bundle_clone_installer_test.cpp177 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall("", userId_, appIdx_),
180 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, userId_, appIdx_),
185 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, -1, appIdx_),
188 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, userId_, appIdx_),
193 EXPECT_EQ(bundleCloneInstall_->ProcessCloneBundleInstall(BUNDLE_NAME, userId_, appIdx_),
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/clone/
H A Dbundle_clone_installer.h61 …ErrCode ProcessCloneBundleInstall(const std::string &bundleName, const int32_t userId, int32_t &ap…
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlecloneinstaller_fuzzer/
H A Dbundlecloneinstaller_fuzzer.cpp69 bundleCloneInstall.ProcessCloneBundleInstall(bundleName, userId, appIndex); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp54 ErrCode result = ProcessCloneBundleInstall(bundleName, userId, appIndex); in InstallCloneApp()
144 ErrCode BundleCloneInstaller::ProcessCloneBundleInstall(const std::string &bundleName, in ProcessCloneBundleInstall() function in OHOS::AppExecFwk::BundleCloneInstaller