/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/ |
H A D | bms_bundle_sandbox_app_test.cpp | 164 return installer->InstallSandboxApp(bundleName, dplType, userId, appIndex); in InstallSandboxApp() 398 auto ret = InstallSandboxApp("", DLP_TYPE_1, USERID, appIndex); 439 auto ret = InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_3, USERID, appIndex); 477 auto ret = InstallSandboxApp("", INVALID_DLP_TYPE, USERID, appIndex); 490 auto ret = InstallSandboxApp("", DLP_TYPE_1, INVALID_USERID, appIndex); 603 auto ret = InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, USERID, appIndex); 627 auto ret = InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_2, USERID, appIndex); 652 auto ret = InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, USERID, appIndex); 684 auto ret = InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, USERID, appIndex); 716 auto ret = InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_2, USERID, appIndex); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/ |
H A D | bundle_mgr_sandbox_app_system_test.cpp | 399 … ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, secondAppIndex); 467 … ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, secondAppIndex); 533 auto ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, appIndex); 539 ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, appIndex); 577 auto ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, appIndex); 583 ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, appIndex); 621 auto ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, appIndex); 627 ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, appIndex); 665 auto ret = bundleMgrClient.InstallSandboxApp("", DLP_TYPE_1, DEFAULT_USERID, appIndex); 700 auto ret = bundleMgrClient.InstallSandboxApp(BUNDLE_NAME, DLP_TYPE_1, DEFAULT_USERID, appIndex); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_app_helper.cpp | 162 ErrCode BundleSandboxAppHelper::InstallSandboxApp(const std::string &bundleName, const int32_t &dlp… in InstallSandboxApp() function in OHOS::AppExecFwk::BundleSandboxAppHelper 168 return installer->InstallSandboxApp(bundleName, dlpType, userId, appIndex); in InstallSandboxApp()
|
H A D | bundle_sandbox_installer.cpp | 45 ErrCode BundleSandboxInstaller::InstallSandboxApp(const std::string &bundleName, const int32_t &dlp… in InstallSandboxApp() function in OHOS::AppExecFwk::BundleSandboxInstaller
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client.cpp | 146 ErrCode BundleMgrClient::InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t … in InstallSandboxApp() function in OHOS::AppExecFwk::BundleMgrClient 153 return impl_->InstallSandboxApp(bundleName, dlpType, userId, appIndex); in InstallSandboxApp()
|
H A D | bundle_mgr_client_impl.cpp | 428 ErrCode BundleMgrClientImpl::InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int3… in InstallSandboxApp() function in OHOS::AppExecFwk::BundleMgrClientImpl 443 return bundleInstaller_->InstallSandboxApp(bundleName, dlpType, userId, appIndex); in InstallSandboxApp()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/sandbox_app/ |
H A D | bundle_sandbox_installer.h | 39 …ErrCode InstallSandboxApp(const std::string &bundleName, const int32_t &dlpType, const int32_t &us…
|
H A D | bundle_sandbox_app_helper.h | 51 …ErrCode InstallSandboxApp(const std::string &bundleName, const int32_t &dlpType, const int32_t &us…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerproxy_fuzzer/ |
H A D | bundleinstallerproxy_fuzzer.cpp | 48 bundleinstallerProxy.InstallSandboxApp(bundleName, dlpType, userId, appIndex); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_sandbox_render_mgr_inner.cpp | 62 return bundleInstallerProxy->InstallSandboxApp( in InstallSandboxFRS()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_installer_service.h | 41 MOCK_METHOD4(InstallSandboxApp, ErrCode(const std::string &, int32_t, int32_t, int32_t &));
|
/ohos5.0/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, … in InstallSandboxApp() function in OHOS::AppExecFwk::MockBundleInstallerHost
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_installer_interface.h | 106 … virtual ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId,
|
H A D | bundle_mgr_client.h | 95 …ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId, int32_t …
|
H A D | bundle_installer_proxy.h | 95 … virtual ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId,
|
H A D | bundle_mgr_client_impl.h | 53 …ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId, int32_t …
|
/ohos5.0/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,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/ |
H A D | bms_bundle_multiuser_install_ipc_test.cpp | 150 ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId, in InstallSandboxApp() function in OHOS::EmptyTestBundleInstaller
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 1102 ErrCode ret = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex); 1106 ret = bundleInstallerHost_->InstallSandboxApp("", dplType, USERID, appIndex); 1110 ret = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex); 1113 ret = bundleInstallerHost_->InstallSandboxApp("", dplType, USERID, appIndex);
|
H A D | bms_bundle_permission_token_test.cpp | 130 auto ret1 = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_host.cpp | 248 auto ret = InstallSandboxApp(bundleName, dplType, userId, appIndex); in HandleInstallSandboxApp() 532 ErrCode BundleInstallerHost::InstallSandboxApp(const std::string &bundleName, int32_t dplType, int3… in InstallSandboxApp() function in OHOS::AppExecFwk::BundleInstallerHost 552 auto res = helper->InstallSandboxApp(bundleName, dplType, userId, appIndex); in InstallSandboxApp()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 522 auto ret = bundleMgrHelper->InstallSandboxApp(bundleName, dlpType, userId, appIndex); 537 auto ret = bundleMgrHelper->InstallSandboxApp(bundleName, dlpType, userId, appIndex);
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 73 bmHelper->InstallSandboxApp(stringParam, int32Param, int32Param, int32Param); // branch in BundleMgrHelperFuzztest1()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 34 …ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId, int32_t …
|