/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | el5_filekey_callback.cpp | 46 auto result = InstalldClient::GetInstance()->SetEncryptionPolicy( in OnRegenerateAppKey()
|
H A D | installd_client.cpp | 527 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 D | base_bundle_installer.cpp | 2971 … auto result = InstalldClient::GetInstance()->SetEncryptionPolicy(uid, bundleName, userId_, keyId); in SetEncryptionDirPolicy()
|
H A D | bundle_data_mgr.cpp | 8181 …auto result = InstalldClient::GetInstance()->SetEncryptionPolicy(uid, info.GetBundleName(), el5Par… in SetEl5DirPolicy()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 420 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 D | mock_install_client.cpp | 284 ErrCode InstalldClient::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 280 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 D | installd_client.h | 228 ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 395 virtual ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function
|
H A D | installd_proxy.h | 221 virtual ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 223 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 D | bms_install_daemon_ipc_test.cpp | 827 auto ret = proxy->SetEncryptionPolicy(uid, bundleName, userId, keyId);
|
H A D | bms_install_daemon_host_impl_test.cpp | 908 auto ret = hostImpl->SetEncryptionPolicy(0, "", 100, keyId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 836 ErrCode result = SetEncryptionPolicy(uid, bundleName, userId, keyId); in HandleSetEncryptionDir()
|
H A D | installd_proxy.cpp | 799 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 D | bms_installd_client_test.cpp | 1115 ErrCode result = installClient_->SetEncryptionPolicy(0, "", 100, keyId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1570 ErrCode InstalldHostImpl::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldHostImpl
|