Searched refs:CheckInstallParam (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_host.cpp | 426 manager_->CreateRecoverTask(bundleName, CheckInstallParam(installParam), statusReceiver); in Recover() 448 manager_->CreateUninstallTask(bundleName, CheckInstallParam(installParam), statusReceiver); in Uninstall() 471 bundleName, modulePackage, CheckInstallParam(installParam), statusReceiver); in Uninstall() 523 manager_->CreateInstallByBundleNameTask(bundleName, CheckInstallParam(installParam), statusReceiver); in InstallByBundleName() 703 InstallParam BundleInstallerHost::CheckInstallParam(const InstallParam &installParam) in CheckInstallParam() function in OHOS::AppExecFwk::BundleInstallerHost 756 manager_->CreateUninstallAndRecoverTask(bundleName, CheckInstallParam(installParam), statusReceiver); in UninstallAndRecover()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/ |
H A D | bundleinstallerhost_fuzzer.cpp | 86 bundleInstallerHost->CheckInstallParam(installParam); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer_host.h | 209 InstallParam CheckInstallParam(const InstallParam &installParam);
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 831 static bool CheckInstallParam(napi_env env, InstallParam &installParam) in CheckInstallParam() function 1061 if (!CheckInstallParam(env, callbackPtr->installParam)) { in Install() 1320 if (!CheckInstallParam(env, callbackPtr->installParam)) { in UpdateBundleForSelf()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1212 * @tc.name: test CheckInstallParam of BundleInstallerHost 1214 * 2. CheckInstallParam false 1220 InstallParam ret = bundleInstallerHost_->CheckInstallParam(installParam); in HWTEST_F()
|
Completed in 8 milliseconds