Searched refs:getCredInfoByPeerUrl (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | identity_manager_test.cpp | 178 int32_t ret = identity->getCredInfoByPeerUrl(nullptr, nullptr, nullptr); in HWTEST_F() 182 ret = identity->getCredInfoByPeerUrl(in, nullptr, nullptr); in HWTEST_F() 185 ret = identity->getCredInfoByPeerUrl(in, &presharedUrl, nullptr); in HWTEST_F() 226 ret = identity->getCredInfoByPeerUrl(nullptr, nullptr, nullptr); in HWTEST_F() 230 ret = identity->getCredInfoByPeerUrl(in, nullptr, nullptr); in HWTEST_F() 233 ret = identity->getCredInfoByPeerUrl(in, &presharedUrl, nullptr); in HWTEST_F() 236 ret = identity->getCredInfoByPeerUrl(in, &presharedUrl, &info); in HWTEST_F() 255 int32_t ret = identity->getCredInfoByPeerUrl(nullptr, nullptr, nullptr); in HWTEST_F() 259 ret = identity->getCredInfoByPeerUrl(in, nullptr, nullptr); in HWTEST_F() 262 ret = identity->getCredInfoByPeerUrl(i in HWTEST_F() [all...] |
/base/security/device_auth/services/identity_manager/inc/ |
H A D | identity_manager.h | 44 int32_t (*getCredInfoByPeerUrl)(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo); member
|
/base/security/device_auth/services/creds_manager/src/ |
H A D | creds_manager.c | 150 return authIdentity->getCredInfoByPeerUrl(in, presharedUrl, returnInfo); in GetCredInfoByPeerUrl()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 381 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
|
H A D | identity_p2p.c | 346 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
|
H A D | identity_group.c | 933 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
|
Completed in 5 milliseconds