/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 459 ErrCode InstalldClient::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldClient 465 return CallService(&IInstalld::DeleteEncryptionKeyId, bundleName, userId); in DeleteEncryptionKeyId()
|
H A D | mock_install_client.cpp | 290 ErrCode InstalldClient::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 286 ErrCode InstalldHostImpl::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 537 ErrCode InstalldClient::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldClient 543 return CallService(&IInstalld::DeleteEncryptionKeyId, bundleName, userId); in DeleteEncryptionKeyId()
|
H A D | base_bundle_installer.cpp | 1561 DeleteEncryptionKeyId(oldInfo); in ProcessBundleUninstall() 3066 void BaseBundleInstaller::DeleteEncryptionKeyId(const InnerBundleInfo &oldInfo) const in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::BaseBundleInstaller 3079 …if (InstalldClient::GetInstance()->DeleteEncryptionKeyId(oldInfo.GetBundleName(), userId_) != ERR_… in DeleteEncryptionKeyId()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 231 ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId);
|
H A D | base_bundle_installer.h | 695 void DeleteEncryptionKeyId(const InnerBundleInfo &oldInfo) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 401 virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function
|
H A D | installd_proxy.h | 224 …virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) overrid…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 226 …virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) overrid…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 843 auto ret = proxy->DeleteEncryptionKeyId(bundleName, userId);
|
H A D | bms_install_daemon_host_impl_test.cpp | 922 auto ret = hostImpl->DeleteEncryptionKeyId("", 100);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 850 ErrCode result = DeleteEncryptionKeyId(bundleName, userId); in HandleDeleteEncryptionKeyId()
|
H A D | installd_proxy.cpp | 819 ErrCode InstalldProxy::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1126 ErrCode result = installClient_->DeleteEncryptionKeyId("", 100);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1588 ErrCode InstalldHostImpl::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldHostImpl
|