Home
last modified time | relevance | path

Searched refs:InstallSandboxApp (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/
H A Dbms_bundle_sandbox_app_test.cpp164 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 Dbundle_mgr_sandbox_app_system_test.cpp399 … 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 Dbundle_sandbox_app_helper.cpp162 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 Dbundle_sandbox_installer.cpp45 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 Dbundle_mgr_client.cpp146 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 Dbundle_mgr_client_impl.cpp428 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 Dbundle_sandbox_installer.h39 …ErrCode InstallSandboxApp(const std::string &bundleName, const int32_t &dlpType, const int32_t &us…
H A Dbundle_sandbox_app_helper.h51 …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 Dbundleinstallerproxy_fuzzer.cpp48 bundleinstallerProxy.InstallSandboxApp(bundleName, dlpType, userId, appIndex); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sandbox_render_mgr_inner.cpp62 return bundleInstallerProxy->InstallSandboxApp( in InstallSandboxFRS()
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_installer_service.h41 MOCK_METHOD4(InstallSandboxApp, ErrCode(const std::string &, int32_t, int32_t, int32_t &));
/ohos5.0/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, … in InstallSandboxApp() function in OHOS::AppExecFwk::MockBundleInstallerHost
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h106 … virtual ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId,
H A Dbundle_mgr_client.h95 …ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId, int32_t …
H A Dbundle_installer_proxy.h95 … virtual ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId,
H A Dbundle_mgr_client_impl.h53 …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 Dbundle_installer_host.h110 … 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 Dbms_bundle_multiuser_install_ipc_test.cpp150 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 Dbms_bundle_permission_system_app_test.cpp1102 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 Dbms_bundle_permission_token_test.cpp130 auto ret1 = bundleInstallerHost_->InstallSandboxApp(BUNDLE_NAME, dplType, USERID, appIndex);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp248 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 Dbundle_mgr_helper_test.cpp522 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 Dbundlemgrhelper_fuzzer.cpp73 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 Dbundle_mgr_helper.h34 …ErrCode InstallSandboxApp(const std::string &bundleName, int32_t dlpType, int32_t userId, int32_t …

12