/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 257 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary); 260 static bool CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption); 262 static bool CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
|
H A D | installd_host_impl.h | 199 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1274 bool isEncryption = true; in HWTEST_F() local 1276 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption); in HWTEST_F() 1289 bool isEncryption = true; in HWTEST_F() local 1291 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption); in HWTEST_F() 1303 bool isEncryption; in HWTEST_F() local 1305 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption); in HWTEST_F() 1318 bool isEncryption = true; in HWTEST_F() local 1320 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption); in HWTEST_F()
|
/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() argument 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() argument
|
H A D | mock_install_client.cpp | 234 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_def.h | 229 bool isEncryption; member
|
H A D | gap_br_sec.c | 294 if (devInfo->isEncryption) { in GapRequestSecurityProcess() 714 if (!devInfo->supportSSP || reqInfo->info.direction == OUTGOING || devInfo->isEncryption) { in GapUpdateSecurityStatusFeatureComplete() 1664 devInfo->isEncryption = true; in GapOnEncryptionChangeEvent() 1666 devInfo->isEncryption = false; in GapOnEncryptionChangeEvent()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 416 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument 422 return CallService(&IInstalld::CheckEncryption, checkEncryptionParam, isEncryption); in CheckEncryption()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1425 bool InstalldOperator::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument 1428 return CheckHapEncryption(checkEncryptionParam, isEncryption); in CheckEncryption() 1471 if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrary)) { in CheckEncryption() 1478 bool InstalldOperator::CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckHapEncryption() argument 1490 if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrary)) { in CheckHapEncryption() 2183 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary) in EnforceEncryption() 2189 isEncryption, static_cast<int32_t>(installBundleType), isCompressNativeLibrary); in EnforceEncryption() 2182 EnforceEncryption(std::unordered_map<std::string, std::string> &entryMap, int32_t bundleId, bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary) EnforceEncryption() argument
|
H A D | installd_host_impl.cpp | 1273 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument 1285 if (!InstalldOperator::CheckEncryption(checkEncryptionParam, isEncryption)) { in CheckEncryption()
|
/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() argument
|
H A D | installd_proxy.h | 201 bool &isEncryption) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 705 bool isEncryption = false; in HandleCheckEncryption() local 706 ErrCode result = CheckEncryption(*info, isEncryption); in HandleCheckEncryption() 708 if (!reply.WriteBool(isEncryption)) { in HandleCheckEncryption() 709 LOG_E(BMS_TAG_INSTALLD, "write isEncryption failed"); in HandleCheckEncryption()
|
H A D | installd_proxy.cpp | 630 ErrCode InstalldProxy::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument 645 isEncryption = reply.ReadBool(); in CheckEncryption()
|