Searched refs:QueryCredential (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_auth_connector.cpp | 308 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 D | all_in_one_func.h | 37 } QueryCredential; typedef
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_auth_connector.h | 55 bool QueryCredential(std::string &localUdid, int32_t osAccountId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_auth_connector.cpp | 187 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 D | credential_operator.c | 403 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 D | dm_auth_manager.cpp | 908 …bool haveCredential = hiChainAuthConnector_->QueryCredential(remoteDeviceId_, authRequestContext_-… in GetAuthRequestContext() 2370 …hiChainAuthConnector_->QueryCredential(authResponseContext_->deviceId, authResponseContext_->local… in ProcRespNegotiateExt()
|