/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | el5_filekey_callback.cpp | 46 auto result = InstalldClient::GetInstance()->SetEncryptionPolicy( in OnRegenerateAppKey() 49 APP_LOGE("SetEncryptionPolicy failed for %{public}s", info.bundleName.c_str()); in OnRegenerateAppKey()
|
H A D | installd_client.cpp | 516 ErrCode InstalldClient::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldClient 523 return CallService(&IInstalld::SetEncryptionPolicy, uid, bundleName, userId, keyId); in SetEncryptionPolicy()
|
H A D | base_bundle_installer.cpp | 3009 auto result = InstalldClient::GetInstance()->SetEncryptionPolicy(uid, bundleName, userId_, keyId); in SetEncryptionDirPolicy() 3011 LOG_E(BMS_TAG_INSTALLER, "SetEncryptionPolicy failed"); in SetEncryptionDirPolicy()
|
H A D | bundle_data_mgr.cpp | 7865 auto result = InstalldClient::GetInstance()->SetEncryptionPolicy(uid, info.GetBundleName(), el5Param.userId, keyId); in SetEl5DirPolicy() 7867 LOG_E(BMS_TAG_INSTALLER, "SetEncryptionPolicy failed"); in SetEl5DirPolicy()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 415 ErrCode InstalldClient::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldClient 422 return CallService(&IInstalld::SetEncryptionPolicy, uid, bundleName, userId, keyId); in SetEncryptionPolicy()
|
H A D | mock_installd_host_impl.cpp | 273 ErrCode InstalldHostImpl::SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 277 ErrCode InstalldClient::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 220 virtual ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 223 ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 389 virtual ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 218 virtual ErrCode SetEncryptionPolicy(int32_t uid, const std::string &bundleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 815 * @tc.name: test function SetEncryptionPolicy
816 * @tc.desc: 1. calling SetEncryptionPolicy of proxy
827 auto ret = proxy->SetEncryptionPolicy(uid, bundleName, userId, keyId);
in HWTEST_F() 1122 * @tc.name: test function SetEncryptionPolicy
1123 * @tc.desc: 1. calling SetEncryptionPolicy of proxy
1134 auto ret = proxy->SetEncryptionPolicy(uid, bundleName, userId, keyId);
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 902 * @tc.name: test SetEncryptionPolicy
904 * 2.SetEncryptionPolicy failed
911 auto ret = hostImpl->SetEncryptionPolicy(0, "", 100, keyId);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_permission_test.cpp | 684 * @tc.name: test SetEncryptionPolicy 685 * @tc.desc: 1.Test the SetEncryptionPolicy of InstalldHostImpl without permission 694 ErrCode ret = hostImpl.SetEncryptionPolicy(uid, bundleName, userId, keyId); in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 6373 * @tc.name: test SetEncryptionPolicy 6374 * @tc.desc: test SetEncryptionPolicy of InstalldHostImpl 6383 ErrCode ret = hostImpl.SetEncryptionPolicy(uid, bundleName, userId, keyId); in HWTEST_F() 6386 ret = hostImpl.SetEncryptionPolicy(uid, bundleName, userId, keyId); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 809 ErrCode result = SetEncryptionPolicy(uid, bundleName, userId, keyId); in HandleSetEncryptionDir()
|
H A D | installd_proxy.cpp | 770 ErrCode InstalldProxy::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() 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 | 1107 * @tc.name: SetEncryptionPolicy 1108 * @tc.desc: call SetEncryptionPolicy. 1113 ErrCode result = installClient_->SetEncryptionPolicy(0, "", 100, keyId); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1518 ErrCode InstalldHostImpl::SetEncryptionPolicy(int32_t uid, const std::string &bundleName, in SetEncryptionPolicy() function in OHOS::AppExecFwk::InstalldHostImpl 1526 LOG_E(BMS_TAG_INSTALLD, "Calling the function SetEncryptionPolicy with invalid param"); in SetEncryptionPolicy()
|