Home
last modified time | relevance | path

Searched refs:isEncryption (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h257 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 Dinstalld_host_impl.h199 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1274 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 Dinstalld_client.cpp355 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
360 return CallService(&IInstalld::CheckEncryption, checkEncryptionParam, isEncryption); in CheckEncryption()
H A Dmock_installd_host_impl.cpp235 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
H A Dmock_install_client.cpp234 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_def.h229 bool isEncryption; member
H A Dgap_br_sec.c294 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 Dinstalld_client.cpp416 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 Dinstalld_operator.cpp1425 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 Dinstalld_host_impl.cpp1273 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 Dinstalld_client.h202 ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h351 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
H A Dinstalld_proxy.h201 bool &isEncryption) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp705 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 Dinstalld_proxy.cpp630 ErrCode InstalldProxy::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
645 isEncryption = reply.ReadBool(); in CheckEncryption()

Completed in 24 milliseconds