Home
last modified time | relevance | path

Searched refs:GetIsCryptoSupport (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_session_callback.h26 virtual bool GetIsCryptoSupport() = 0;
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onbytesreceived_fuzzer/
H A Don_bytes_received_fuzzer.cpp44 bool GetIsCryptoSupport() override
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsessionopened_fuzzer/
H A Don_session_opened_fuzzer.cpp49 bool GetIsCryptoSupport() override
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_session.cpp147 if (sessionCallback_->GetIsCryptoSupport()) { in SendData()
189 if (sessionCallback_->GetIsCryptoSupport()) { in OnBytesReceived()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussessionobject_fuzzer/
H A Dsoftbus_session_object_fuzzer.cpp44 bool GetIsCryptoSupport() override
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/
H A Dsoftbus_session_fuzzer.cpp46 bool GetIsCryptoSupport() override
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp575 bool ret = authManager_->GetIsCryptoSupport(); in HWTEST_F()
583 bool ret = authManager_->GetIsCryptoSupport(); in HWTEST_F()
591 bool ret = authManager_->GetIsCryptoSupport(); in HWTEST_F()
603 bool ret = authManager_->GetIsCryptoSupport(); in HWTEST_F()
608 ret = authManager_->GetIsCryptoSupport(); in HWTEST_F()
614 ret = authManager_->GetIsCryptoSupport(); in HWTEST_F()
619 ret = authManager_->GetIsCryptoSupport(); in HWTEST_F()
623 ret = authManager_->GetIsCryptoSupport(); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h330 * @tc.name: DmAuthManager::GetIsCryptoSupport
334 bool GetIsCryptoSupport();
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1334 bool DmAuthManager::GetIsCryptoSupport() in GetIsCryptoSupport() function in OHOS::DistributedHardware::DmAuthManager

Completed in 9 milliseconds