Home
last modified time | relevance | path

Searched refs:getCredInfoByPeerUrl (Results 1 - 6 of 6) sorted by relevance

/base/security/device_auth/test/unittest/deviceauth/source/
H A Didentity_manager_test.cpp178 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 Didentity_manager.h44 int32_t (*getCredInfoByPeerUrl)(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo); member
/base/security/device_auth/services/creds_manager/src/
H A Dcreds_manager.c150 return authIdentity->getCredInfoByPeerUrl(in, presharedUrl, returnInfo); in GetCredInfoByPeerUrl()
/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c381 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
H A Didentity_p2p.c346 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
H A Didentity_group.c933 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,

Completed in 5 milliseconds