Searched refs:GetCredInfoByPeerUrl (Results 1 - 8 of 8) sorted by relevance
/base/security/device_auth/services/creds_manager/inc/ |
H A D | creds_manager.h | 28 int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo);
|
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
H A D | credsmanager_fuzzer.cpp | 815 int32_t res = GetCredInfoByPeerUrl(nullptr, nullptr, nullptr); in CredsManagerTest18() 820 res = GetCredInfoByPeerUrl(json, nullptr, nullptr); in CredsManagerTest18() 826 res = GetCredInfoByPeerUrl(json, &presharedUrl, nullptr); in CredsManagerTest18() 838 (void)GetCredInfoByPeerUrl(json, &presharedUrl, &info); in CredsManagerTest19() 850 (void)GetCredInfoByPeerUrl(json, &presharedUrl, &info); in CredsManagerTest20() 866 (void)GetCredInfoByPeerUrl(json, &presharedUrl, &info); in CredsManagerTest21() 881 (void)GetCredInfoByPeerUrl(json, &presharedUrl, &info); in CredsManagerTest22() 896 (void)GetCredInfoByPeerUrl(json, &presharedUrl, &info); in CredsManagerTest23() 912 (void)GetCredInfoByPeerUrl(json, &presharedUrl, &info); in CredsManagerTest24() 929 (void)GetCredInfoByPeerUrl(jso in CredsManagerTest25() [all...] |
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
H A D | creds_manager_test.cpp | 863 int32_t res = GetCredInfoByPeerUrl(nullptr, nullptr, nullptr); in HWTEST_F() 868 res = GetCredInfoByPeerUrl(json, nullptr, nullptr); in HWTEST_F() 872 res = GetCredInfoByPeerUrl(json, &presharedUrl, nullptr); in HWTEST_F() 884 int32_t res = GetCredInfoByPeerUrl(json, &presharedUrl, &info); in HWTEST_F() 900 int32_t res = GetCredInfoByPeerUrl(json, &presharedUrl, &info); in HWTEST_F() 920 int32_t res = GetCredInfoByPeerUrl(json, &presharedUrl, &info); in HWTEST_F() 939 int32_t res = GetCredInfoByPeerUrl(json, &presharedUrl, &info); in HWTEST_F() 958 int32_t res = GetCredInfoByPeerUrl(json, &presharedUrl, &info); in HWTEST_F() 978 int32_t res = GetCredInfoByPeerUrl(json, &presharedUrl, &info); in HWTEST_F() 999 int32_t res = GetCredInfoByPeerUrl(jso in HWTEST_F() [all...] |
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 188 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo) in GetCredInfoByPeerUrl() function 381 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
|
H A D | identity_p2p.c | 158 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo) in GetCredInfoByPeerUrl() function 346 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
|
H A D | identity_group.c | 408 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo) in GetCredInfoByPeerUrl() function 933 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
|
/base/security/device_auth/services/creds_manager/src/ |
H A D | creds_manager.c | 137 int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo) in GetCredInfoByPeerUrl() function
|
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 575 int32_t res = GetCredInfoByPeerUrl(impl->context, &peerSharedUrl, &info); in GetPreSharedCredInfo()
|
Completed in 13 milliseconds