Home
last modified time | relevance | path

Searched refs:CheckEncryption (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h119 void CheckEncryption();
H A Dgatt_connection_manager.cpp283 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp360 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isE… in CheckEncryption() function in OHOS::AppExecFwk::InstalldClient
365 return CallService(&IInstalld::CheckEncryption, checkEncryptionParam, isEncryption); in CheckEncryption()
H A Dmock_install_client.cpp241 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isE… in CheckEncryption() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp242 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &i… in CheckEncryption() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp427 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isE… in CheckEncryption() function in OHOS::AppExecFwk::InstalldClient
433 return CallService(&IInstalld::CheckEncryption, checkEncryptionParam, isEncryption); in CheckEncryption()
H A Dbase_bundle_installer.cpp5111 ErrCode result = InstalldClient::GetInstance()->CheckEncryption(param, isEncrypted); in CheckSoEncryption()
5349 ErrCode result = InstalldClient::GetInstance()->CheckEncryption(param, isEncrypted); in CheckHapEncryption()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1267 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption);
1281 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption);
1294 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption);
1308 ErrCode result = installClient_->CheckEncryption(checkEncryptionParam, isEncryption);
/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/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp645 auto ret = proxy->CheckEncryption(checkEncryptionParam, isEncrypted);
665 auto ret = installdProxy->CheckEncryption(checkEncryptionParam, isEncrypted);
H A Dbms_install_daemon_host_impl_test.cpp848 auto ret = hostImpl->CheckEncryption(checkEncryptionParam, isEncrypted);
H A Dbms_install_daemon_operator_test.cpp1088 bool res = InstalldOperator::CheckEncryption(checkEncryptionParam, isEncrypted);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h357 …virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncrypti… in CheckEncryption() function
H A Dinstalld_proxy.h203 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h272 … static bool CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
H A Dinstalld_host_impl.h202 …virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncrypti…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1325 ErrCode InstalldHostImpl::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &i… in CheckEncryption() function in OHOS::AppExecFwk::InstalldHostImpl
1337 if (!InstalldOperator::CheckEncryption(checkEncryptionParam, isEncryption)) { in CheckEncryption()
H A Dinstalld_operator.cpp1546 bool InstalldOperator::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEn… in CheckEncryption() function in OHOS::AppExecFwk::InstalldOperator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp733 ErrCode result = CheckEncryption(*info, isEncryption); in HandleCheckEncryption()
H A Dinstalld_proxy.cpp659 ErrCode InstalldProxy::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEn… in CheckEncryption() function in OHOS::AppExecFwk::InstalldProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5533 ErrCode res = hostImpl.CheckEncryption(checkEncryptionParam, isEncrypted);