Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h269 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary);
272 … static bool CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
274 …atic bool CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
H A Dinstalld_host_impl.h202 …ode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1266 bool isEncryption = true; variable
1267 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption);
1280 bool isEncryption = true; variable
1281 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption);
1293 bool isEncryption; variable
1294 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption);
1307 bool isEncryption = true; variable
1308 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption);
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp360 …stalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
365 return CallService(&IInstalld::CheckEncryption, checkEncryptionParam, isEncryption); in CheckEncryption()
H A Dmock_install_client.cpp241 …stalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
H A Dmock_installd_host_impl.cpp242 …alldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1546 …alldOperator::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
1549 return CheckHapEncryption(checkEncryptionParam, isEncryption); in CheckEncryption()
1591 …if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrar… in CheckEncryption()
1598 …dOperator::CheckHapEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckHapEncryption() argument
1610 …if (!EnforceEncryption(entryMap, bundleId, isEncryption, installBundleType, isCompressNativeLibrar… in CheckHapEncryption()
2236 bool &isEncryption, InstallBundleType installBundleType, bool isCompressNativeLibrary) in EnforceEncryption() argument
2242 isEncryption, static_cast<int32_t>(installBundleType), isCompressNativeLibrary); in EnforceEncryption()
H A Dinstalld_host_impl.cpp1325 …alldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
1337 if (!InstalldOperator::CheckEncryption(checkEncryptionParam, isEncryption)) { in CheckEncryption()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp427 …stalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
433 return CallService(&IInstalld::CheckEncryption, checkEncryptionParam, isEncryption); in CheckEncryption()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h207 ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp732 bool isEncryption = false; in HandleCheckEncryption() local
733 ErrCode result = CheckEncryption(*info, isEncryption); in HandleCheckEncryption()
735 if (!reply.WriteBool(isEncryption)) { in HandleCheckEncryption()
H A Dinstalld_proxy.cpp659 …nstalldProxy::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
674 isEncryption = reply.ReadBool(); in CheckEncryption()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h357 …rtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption) in CheckEncryption() argument
H A Dinstalld_proxy.h204 bool &isEncryption) override;