/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 355 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() function in OHOS::AppExecFwk::InstalldClient 360 return CallService(&IInstalld::CheckEncryption, checkEncryptionParam, isEncryption); in CheckEncryption()
|
H A D | mock_installd_host_impl.cpp | 235 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption)
in CheckEncryption() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 234 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.h | 119 void CheckEncryption();
|
H A D | gatt_connection_manager.cpp | 283 device->CheckEncryption(); in GetEncryptionInfo() 295 dev->CheckEncryption(); in GetEncryptionInfo() 1157 void GattConnectionManager::Device::CheckEncryption() in CheckEncryption() function in OHOS::bluetooth::GattConnectionManager::Device 1374 device_.CheckEncryption(); in Entry() 1496 device_.CheckEncryption(); in Entry()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 416 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() function in OHOS::AppExecFwk::InstalldClient 422 return CallService(&IInstalld::CheckEncryption, checkEncryptionParam, isEncryption); in CheckEncryption()
|
H A D | base_bundle_installer.cpp | 5317 ErrCode result = InstalldClient::GetInstance()->CheckEncryption(param, isEncrypted); in CheckSoEncryption() 5520 ErrCode result = InstalldClient::GetInstance()->CheckEncryption(param, isEncrypted); in CheckHapEncryption()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 199 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) override;
|
H A D | installd_operator.h | 260 static bool CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 202 ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 351 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 200 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1267 * @tc.name: CheckEncryption 1268 * @tc.desc: call CheckEncryption. 1276 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption); in HWTEST_F() 1282 * @tc.name: CheckEncryption 1283 * @tc.desc: call CheckEncryption. 1291 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption); in HWTEST_F() 1305 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption); in HWTEST_F() 1320 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 632 * @tc.desc: 1. calling CheckEncryption of proxy
645 auto ret = proxy->CheckEncryption(checkEncryptionParam, isEncrypted);
in HWTEST_F() 652 * @tc.desc: 1. calling CheckEncryption of proxy
665 auto ret = installdProxy->CheckEncryption(checkEncryptionParam, isEncrypted);
in HWTEST_F()
|
H A D | bms_install_daemon_operator_test.cpp | 1116 * @tc.name: test function of CheckEncryption
1117 * @tc.desc: 1. calling CheckEncryption
1127 bool res = InstalldOperator::CheckEncryption(checkEncryptionParam, isEncrypted);
in HWTEST_F() 1550 * @tc.desc: 1. calling CheckEncryption of InstalldOperator
1560 auto ret = InstalldOperator::CheckEncryption(checkEncryptionParam, isEncrypted);
in HWTEST_F() 1584 * @tc.desc: 1. calling CheckEncryption
1594 auto ret = InstalldOperator::CheckEncryption(checkEncryptionParam, isEncrypted);
in HWTEST_F()
|
H A D | bms_install_daemon_host_impl_test.cpp | 838 * @tc.desc: 1. calling CheckEncryption of hostImpl
851 auto ret = hostImpl->CheckEncryption(checkEncryptionParam, isEncrypted);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_permission_test.cpp | 478 * @tc.name: test CheckEncryption 479 * @tc.desc: 1.Test the CheckEncryption of InstalldHostImpl without permission 487 ErrCode ret = installdHostImpl.CheckEncryption(checkEncryptionParam, isEncrypted); in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 5488 * @tc.name: test function of CheckEncryption 5489 * @tc.desc: 1. calling CheckEncryption 5497 ErrCode res = hostImpl.CheckEncryption(checkEncryptionParam, isEncrypted); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1273 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() function in OHOS::AppExecFwk::InstalldHostImpl 1282 LOG_E(BMS_TAG_INSTALLD, "Calling the function CheckEncryption with invalid param"); in CheckEncryption() 1285 if (!InstalldOperator::CheckEncryption(checkEncryptionParam, isEncryption)) { in CheckEncryption()
|
H A D | installd_operator.cpp | 1425 bool InstalldOperator::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() function in OHOS::AppExecFwk::InstalldOperator 1468 LOG_D(BMS_TAG_INSTALLD, "CheckEncryption the targetSoPath is %{public}s", (path + fileName).c_str()); in CheckEncryption() 2191 LOG_E(BMS_TAG_INSTALLD, "CheckEncryption failed due to %{public}d", ret); in EnforceEncryption()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 706 ErrCode result = CheckEncryption(*info, isEncryption); in HandleCheckEncryption()
|
H A D | installd_proxy.cpp | 630 ErrCode InstalldProxy::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() function in OHOS::AppExecFwk::InstalldProxy
|