Home
last modified time | relevance | path

Searched refs:dplType (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/
H A Dbundleinstallerhost_fuzzer.cpp57 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 Dbms_bundle_permission_token_test.cpp128 int32_t dplType = 1; in HWTEST_F() local
130 auto ret1 = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp1122 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 Dbms_bundle_permission_false_test.cpp1106 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 Dbundle_installer_host.cpp246 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 Dmock_bundle_installer_host.h72 ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dplType, int32_t userId,
H A Dmock_bundle_installer_host.cpp104 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 Dbundle_installer_host.h110 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 Dbms_bundle_sandbox_app_test.cpp74 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()

Completed in 14 milliseconds