/ohos5.0/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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 360 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 D | mock_install_client.cpp | 241 ErrCode InstalldClient::CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isE… in CheckEncryption() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 242 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 D | installd_client.cpp | 427 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 D | base_bundle_installer.cpp | 5111 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 D | bms_installd_client_test.cpp | 1267 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 D | installd_client.h | 207 ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 645 auto ret = proxy->CheckEncryption(checkEncryptionParam, isEncrypted); 665 auto ret = installdProxy->CheckEncryption(checkEncryptionParam, isEncrypted);
|
H A D | bms_install_daemon_host_impl_test.cpp | 848 auto ret = hostImpl->CheckEncryption(checkEncryptionParam, isEncrypted);
|
H A D | bms_install_daemon_operator_test.cpp | 1088 bool res = InstalldOperator::CheckEncryption(checkEncryptionParam, isEncrypted);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 357 …virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncrypti… in CheckEncryption() function
|
H A D | installd_proxy.h | 203 virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 272 … static bool CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncryption);
|
H A D | installd_host_impl.h | 202 …virtual ErrCode CheckEncryption(const CheckEncryptionParam &checkEncryptionParam, bool &isEncrypti…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1325 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 D | installd_operator.cpp | 1546 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 D | installd_host.cpp | 733 ErrCode result = CheckEncryption(*info, isEncryption); in HandleCheckEncryption()
|
H A D | installd_proxy.cpp | 659 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 D | bms_bundle_installer_test.cpp | 5533 ErrCode res = hostImpl.CheckEncryption(checkEncryptionParam, isEncrypted);
|