Home
last modified time | relevance | path

Searched refs:DeleteEncryptionKeyId (Results 1 - 19 of 19) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp454 ErrCode InstalldClient::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldClient
460 return CallService(&IInstalld::DeleteEncryptionKeyId, bundleName, userId); in DeleteEncryptionKeyId()
H A Dmock_installd_host_impl.cpp279 ErrCode InstalldHostImpl::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp283 ErrCode InstalldClient::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp526 ErrCode InstalldClient::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldClient
532 return CallService(&IInstalld::DeleteEncryptionKeyId, bundleName, userId); in DeleteEncryptionKeyId()
H A Dbase_bundle_installer.cpp1554 DeleteEncryptionKeyId(oldInfo, installParam.isKeepData); in ProcessBundleUninstall()
3163 void BaseBundleInstaller::DeleteEncryptionKeyId(const InnerBundleInfo &oldInfo, bool isKeepData) const in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::BaseBundleInstaller
3189 if (InstalldClient::GetInstance()->DeleteEncryptionKeyId(oldInfo.GetBundleName(), userId_) != ERR_OK) { in DeleteEncryptionKeyId()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h223 virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h226 ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId);
H A Dbase_bundle_installer.h702 void DeleteEncryptionKeyId(const InnerBundleInfo &oldInfo, bool isKeepData) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h395 virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h221 virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp833 * @tc.name: test function DeleteEncryptionKeyId
834 * @tc.desc: 1. calling DeleteEncryptionKeyId of proxy
843 auto ret = proxy->DeleteEncryptionKeyId(bundleName, userId); in HWTEST_F()
1140 * @tc.name: test function DeleteEncryptionKeyId
1141 * @tc.desc: 1. calling DeleteEncryptionKeyId of proxy
1150 auto ret = proxy->DeleteEncryptionKeyId(bundleName, userId); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp917 * @tc.name: test DeleteEncryptionKeyId
919 * 2.DeleteEncryptionKeyId failed
925 auto ret = hostImpl->DeleteEncryptionKeyId("", 100); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp628 * @tc.name: test DeleteEncryptionKeyId
629 * @tc.desc: 1.Test the DeleteEncryptionKeyId of InstalldHostImpl without permission
636 ErrCode ret = installdHostImpl.DeleteEncryptionKeyId(bundleName, userId); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp6392 * @tc.name: test DeleteEncryptionKeyId
6393 * @tc.desc: test DeleteEncryptionKeyId of InstalldHostImpl
6400 ErrCode ret = hostImpl.DeleteEncryptionKeyId(bundleName, userId); in HWTEST_F()
6403 ret = hostImpl.DeleteEncryptionKeyId(bundleName, userId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp823 ErrCode result = DeleteEncryptionKeyId(bundleName, userId); in HandleDeleteEncryptionKeyId()
H A Dinstalld_proxy.cpp790 ErrCode InstalldProxy::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1119 * @tc.name: DeleteEncryptionKeyId
1120 * @tc.desc: call DeleteEncryptionKeyId.
1124 ErrCode result = installClient_->DeleteEncryptionKeyId("", 100); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1536 ErrCode InstalldHostImpl::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldHostImpl
1543 LOG_E(BMS_TAG_INSTALLD, "Calling the function DeleteEncryptionKeyId with invalid param"); in DeleteEncryptionKeyId()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp3205 installer->DeleteEncryptionKeyId(oldInfo, isKeepData); in HWTEST_F()

Completed in 47 milliseconds