Home
last modified time | relevance | path

Searched refs:SetEncryptionPolicy (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp46 auto result = InstalldClient::GetInstance()->SetEncryptionPolicy( in OnRegenerateAppKey()
H A Dinstalld_client.cpp527 ErrCode InstalldClient::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldClient
534 return CallService(&IInstalld::SetEncryptionPolicy, uid, bundleName, userId, keyId); in SetEncryptionPolicy()
H A Dbase_bundle_installer.cpp2971 … auto result = InstalldClient::GetInstance()->SetEncryptionPolicy(uid, bundleName, userId_, keyId); in SetEncryptionDirPolicy()
H A Dbundle_data_mgr.cpp8181 …auto result = InstalldClient::GetInstance()->SetEncryptionPolicy(uid, info.GetBundleName(), el5Par… in SetEl5DirPolicy()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp420 ErrCode InstalldClient::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldClient
427 return CallService(&IInstalld::SetEncryptionPolicy, uid, bundleName, userId, keyId); in SetEncryptionPolicy()
H A Dmock_install_client.cpp284 ErrCode InstalldClient::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp280 ErrCode InstalldHostImpl::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h228 ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h395 virtual ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function
H A Dinstalld_proxy.h221 virtual ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h223 virtual ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp827 auto ret = proxy->SetEncryptionPolicy(uid, bundleName, userId, keyId);
H A Dbms_install_daemon_host_impl_test.cpp908 auto ret = hostImpl->SetEncryptionPolicy(0, "", 100, keyId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp836 ErrCode result = SetEncryptionPolicy(uid, bundleName, userId, keyId); in HandleSetEncryptionDir()
H A Dinstalld_proxy.cpp799 ErrCode InstalldProxy::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() 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.cpp1115 ErrCode result = installClient_->SetEncryptionPolicy(0, "", 100, keyId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1570 ErrCode InstalldHostImpl::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldHostImpl