Home
last modified time | relevance | path

Searched refs:DeleteEncryptionKeyId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp459 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 Dmock_install_client.cpp290 ErrCode InstalldClient::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp286 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 Dinstalld_client.cpp537 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 Dbase_bundle_installer.cpp1561 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 Dinstalld_client.h231 ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId);
H A Dbase_bundle_installer.h695 void DeleteEncryptionKeyId(const InnerBundleInfo &oldInfo) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h401 virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function
H A Dinstalld_proxy.h224 …virtual ErrCode DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) overrid…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h226 …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 Dbms_install_daemon_ipc_test.cpp843 auto ret = proxy->DeleteEncryptionKeyId(bundleName, userId);
H A Dbms_install_daemon_host_impl_test.cpp922 auto ret = hostImpl->DeleteEncryptionKeyId("", 100);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp850 ErrCode result = DeleteEncryptionKeyId(bundleName, userId); in HandleDeleteEncryptionKeyId()
H A Dinstalld_proxy.cpp819 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 Dbms_installd_client_test.cpp1126 ErrCode result = installClient_->DeleteEncryptionKeyId("", 100);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1588 ErrCode InstalldHostImpl::DeleteEncryptionKeyId(const std::string &bundleName, const int32_t userId) in DeleteEncryptionKeyId() function in OHOS::AppExecFwk::InstalldHostImpl