Home
last modified time | relevance | path

Searched refs:CheckTrustState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp1413 int32_t ret = authManager_->CheckTrustState();
1424 int32_t ret = authManager_->CheckTrustState();
1436 int32_t ret = authManager_->CheckTrustState();
1450 int32_t ret = authManager_->CheckTrustState();
1464 int32_t ret = authManager_->CheckTrustState();
1479 int32_t ret = authManager_->CheckTrustState();
1482 ret = authManager_->CheckTrustState();
1486 ret = authManager_->CheckTrustState();
1489 ret = authManager_->CheckTrustState();
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h506 int32_t CheckTrustState();
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp871 if (CheckTrustState() != DM_OK) { in ProcessAuthRequest()
2606 int32_t DmAuthManager::CheckTrustState() in CheckTrustState() function in OHOS::DistributedHardware::DmAuthManager