/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/ |
H A D | bundleinstallerhost_fuzzer.cpp | 57 int32_t dplType = 0; in DoSomethingInterestingWithMyAPI() local 74 bundleInstallerHost->InstallSandboxApp(bundleName, dplType, userId, appIndex); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 128 int32_t dplType = 1; in HWTEST_F() local 130 auto ret1 = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex); in HWTEST_F()
|
H A D | bms_bundle_permission_system_app_test.cpp | 1122 int32_t dplType = 0; in HWTEST_F() local 1124 ErrCode ret = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex); in HWTEST_F() 1127 dplType = 1; in HWTEST_F() 1128 ret = bundleInstallerHost_->InstallSandboxApp("", dplType, USERID, appIndex); in HWTEST_F() 1131 dplType = 3; in HWTEST_F() 1132 ret = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex); in HWTEST_F() 1135 ret = bundleInstallerHost_->InstallSandboxApp("", dplType, USERID, appIndex); in HWTEST_F()
|
H A D | bms_bundle_permission_false_test.cpp | 1106 int32_t dplType = 1; in HWTEST_F() local 1108 ErrCode ret1 = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_host.cpp | 246 int32_t dplType = data.ReadInt32(); in HandleInstallSandboxApp() local 249 auto ret = InstallSandboxApp(bundleName, dplType, userId, appIndex); in HandleInstallSandboxApp() 527 ErrCode BundleInstallerHost::InstallSandboxApp(const std::string &bundleName, int32_t dplType, int32_t userId, in InstallSandboxApp() argument 530 if (bundleName.empty() || dplType <= LOWER_DLP_TYPE_BOUND || dplType >= UPPER_DLP_TYPE_BOUND) { in InstallSandboxApp() 547 auto res = helper->InstallSandboxApp(bundleName, dplType, userId, appIndex); in InstallSandboxApp()
|
/foundation/bundlemanager/bundle_tool/test/mock/ |
H A D | mock_bundle_installer_host.h | 72 ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dplType, int32_t userId,
|
H A D | mock_bundle_installer_host.cpp | 104 ErrCode MockBundleInstallerHost::InstallSandboxApp(const std::string &bundleName, int32_t dplType, int32_t userId, in InstallSandboxApp() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer_host.h | 110 virtual ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dplType, int32_t userId,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/ |
H A D | bms_bundle_sandbox_app_test.cpp | 74 ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dplType, int32_t userId, int32_t &appIndex) const; 155 ErrCode BmsSandboxAppTest::InstallSandboxApp(const std::string &bundleName, int32_t dplType, int32_t userId, in InstallSandboxApp() argument 164 return installer->InstallSandboxApp(bundleName, dplType, userId, appIndex); in InstallSandboxApp()
|