Searched refs:GetCredInfosByPeerIdentity (Results 1 - 8 of 8) sorted by relevance
/base/security/device_auth/services/creds_manager/inc/ |
H A D | creds_manager.h | 27 int32_t GetCredInfosByPeerIdentity(CJson *in, IdentityInfoVec *vec);
|
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
H A D | credsmanager_fuzzer.cpp | 562 int32_t res = GetCredInfosByPeerIdentity(nullptr, nullptr); in CredsManagerTest01() 567 res = GetCredInfosByPeerIdentity(json, nullptr); in CredsManagerTest01() 579 (void)GetCredInfosByPeerIdentity(json, &vec); in CredsManagerTest02() 588 (void)GetCredInfosByPeerIdentity(json, &vec); in CredsManagerTest03() 599 (void)GetCredInfosByPeerIdentity(json, &vec); in CredsManagerTest04() 610 (void)GetCredInfosByPeerIdentity(json, &vec); in CredsManagerTest05() 623 (void)GetCredInfosByPeerIdentity(json, &vec); in CredsManagerTest06() 636 (void)GetCredInfosByPeerIdentity(json, &vec); in CredsManagerTest07() 650 (void)GetCredInfosByPeerIdentity(json, &vec); in CredsManagerTest08() 664 (void)GetCredInfosByPeerIdentity(jso in CredsManagerTest09() [all...] |
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
H A D | creds_manager_test.cpp | 604 int32_t res = GetCredInfosByPeerIdentity(nullptr, nullptr); in HWTEST_F() 607 res = GetCredInfosByPeerIdentity(json, nullptr); in HWTEST_F() 617 int32_t res = GetCredInfosByPeerIdentity(json, &vec); in HWTEST_F() 627 int32_t res = GetCredInfosByPeerIdentity(json, &vec); in HWTEST_F() 639 int32_t res = GetCredInfosByPeerIdentity(json, &vec); in HWTEST_F() 651 int32_t res = GetCredInfosByPeerIdentity(json, &vec); in HWTEST_F() 665 int32_t res = GetCredInfosByPeerIdentity(json, &vec); in HWTEST_F() 679 int32_t res = GetCredInfosByPeerIdentity(json, &vec); in HWTEST_F() 694 int32_t res = GetCredInfosByPeerIdentity(json, &vec); in HWTEST_F() 709 int32_t res = GetCredInfosByPeerIdentity(jso in HWTEST_F() [all...] |
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 139 static int32_t GetCredInfosByPeerIdentity(const CJson *in, IdentityInfoVec *vec) in GetCredInfosByPeerIdentity() function 380 .getCredInfosByPeerIdentity = GetCredInfosByPeerIdentity,
|
H A D | identity_p2p.c | 105 static int32_t GetCredInfosByPeerIdentity(const CJson *in, IdentityInfoVec *vec) in GetCredInfosByPeerIdentity() function 345 .getCredInfosByPeerIdentity = GetCredInfosByPeerIdentity,
|
H A D | identity_group.c | 299 static int32_t GetCredInfosByPeerIdentity(const CJson *in, IdentityInfoVec *identityInfoVec) in GetCredInfosByPeerIdentity() function 932 .getCredInfosByPeerIdentity = GetCredInfosByPeerIdentity,
|
/base/security/device_auth/services/creds_manager/src/ |
H A D | creds_manager.c | 86 int32_t GetCredInfosByPeerIdentity(CJson *in, IdentityInfoVec *vec) in GetCredInfosByPeerIdentity() function
|
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 378 int32_t res = GetCredInfosByPeerIdentity(impl->context, &impl->credList); in GetAllCredsWithPeer()
|
Completed in 13 milliseconds