Home
last modified time | relevance | path

Searched refs:GetCredInfoByPeerUrl (Results 1 - 8 of 8) sorted by relevance

/base/security/device_auth/services/creds_manager/inc/
H A Dcreds_manager.h28 int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo);
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/
H A Dcredsmanager_fuzzer.cpp815 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 Dcreds_manager_test.cpp863 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 Didentity_pin.c188 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo) in GetCredInfoByPeerUrl() function
381 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
H A Didentity_p2p.c158 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnInfo) in GetCredInfoByPeerUrl() function
346 .getCredInfoByPeerUrl = GetCredInfoByPeerUrl,
H A Didentity_group.c408 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 Dcreds_manager.c137 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 Ddev_session_v2.c575 int32_t res = GetCredInfoByPeerUrl(impl->context, &peerSharedUrl, &info); in GetPreSharedCredInfo()

Completed in 20 milliseconds