Home
last modified time | relevance | path

Searched refs:QueryCredential (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_auth_connector.cpp308 bool ret = hiChain_->QueryCredential(localUdid, osAccountId);
319 bool ret = hiChain_->QueryCredential(localUdid, osAccountId);
332 bool ret = hiChain_->QueryCredential(localUdid, osAccountId);
345 bool ret = hiChain_->QueryCredential(localUdid, osAccountId);
358 bool ret = hiChain_->QueryCredential(localUdid, osAccountId);
371 bool ret = hiChain_->QueryCredential(localUdid, osAccountId);
384 bool ret = hiChain_->QueryCredential(localUdid, osAccountId);
397 bool ret = hiChain_->QueryCredential(localUdid, osAccountId);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dall_in_one_func.h37 } QueryCredential; typedef
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_auth_connector.h55 bool QueryCredential(std::string &localUdid, int32_t osAccountId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_auth_connector.cpp187 bool HiChainAuthConnector::QueryCredential(std::string &localUdid, int32_t osAccountId) in QueryCredential() function in OHOS::DistributedHardware::HiChainAuthConnector
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c403 static int32_t QueryCredential(const char *reqJsonStr, char **returnData) in QueryCredential() function
727 .queryCredential = QueryCredential,
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp908 …bool haveCredential = hiChainAuthConnector_->QueryCredential(remoteDeviceId_, authRequestContext_-… in GetAuthRequestContext()
2370 …hiChainAuthConnector_->QueryCredential(authResponseContext_->deviceId, authResponseContext_->local… in ProcRespNegotiateExt()