/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 454 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 D | mock_installd_host_impl.cpp | 279 ErrCode InstalldHostImpl::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId)
in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 283 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 D | installd_client.cpp | 526 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 D | base_bundle_installer.cpp | 1554 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 D | installd_host_impl.h | 223 virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 226 ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId);
|
H A D | base_bundle_installer.h | 702 void DeleteEncryptionKeyId(const InnerBundleInfo &oldInfo, bool isKeepData) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 395 virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 221 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 D | bms_install_daemon_ipc_test.cpp | 833 * @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 D | bms_install_daemon_host_impl_test.cpp | 917 * @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 D | bms_bundle_installer_permission_test.cpp | 628 * @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 D | bms_bundle_installer_test.cpp | 6392 * @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 D | installd_host.cpp | 823 ErrCode result = DeleteEncryptionKeyId(bundleName, userId); in HandleDeleteEncryptionKeyId()
|
H A D | installd_proxy.cpp | 790 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 D | bms_installd_client_test.cpp | 1119 * @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 D | installd_host_impl.cpp | 1536 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 D | bms_bundle_overlay_checker_test.cpp | 3205 installer->DeleteEncryptionKeyId(oldInfo, isKeepData);
in HWTEST_F()
|