Searched refs:getRealInfo (Results 1 - 10 of 10) sorted by relevance
/base/security/device_auth/services/privacy_enhancement/inc/ |
H A D | pseudonym_manager.h | 25 int32_t (*getRealInfo)(int32_t osAccountId, const char *pseudonymId, char **realInfo); member
|
/base/security/device_auth/test/fuzztest/group_auth/getrealinfo_fuzzer/ |
H A D | getrealinfo_fuzzer.cpp | 34 gaInstance->getRealInfo(*osAccountId, pseudonymId.c_str(), &realInfo); in FuzzDoGetRealInfo()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | privacy_enhancement_test.cpp | 86 int32_t ret = manager->getRealInfo(DEFAULT_OS_ACCOUNT, pdid1, &peerInfo1); in HWTEST_F() 90 ret = manager->getRealInfo(DEFAULT_OS_ACCOUNT, TEST_PSEUDONYM_ID, &peerInfo2); in HWTEST_F() 104 ret = manager->getRealInfo(DEFAULT_OS_ACCOUNT, TEST_PSEUDONYM_ID, &realInfo1); in HWTEST_F() 110 ret = manager->getRealInfo(DEFAULT_OS_ACCOUNT, TEST_PSEUDONYM_ID2, &realInfo2); in HWTEST_F()
|
H A D | deviceauth_func_test.cpp | 1738 int32_t ret = ga->getRealInfo(DEFAULT_OS_ACCOUNT, nullptr, nullptr); in HWTEST_F() 1740 ret = ga->getRealInfo(DEFAULT_OS_ACCOUNT, TEST_PSEUDONYM_ID, nullptr); in HWTEST_F() 1743 ret = ga->getRealInfo(DEFAULT_OS_ACCOUNT, TEST_PSEUDONYM_ID, &realInfo); in HWTEST_F()
|
/base/security/device_auth/interfaces/inner_api/ |
H A D | device_auth.h | 232 int32_t (*getRealInfo)(int32_t osAccountId, const char *pseudonymId, char **realInfo); member
|
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_util.c | 142 int32_t res = manager->getRealInfo(osAccountId, pdid, &peerInfo); in GetRealPkInfoJson() 424 int32_t res = manager->getRealInfo(osAccountId, pdid, &peerInfo); in CheckPeerPkInfoForPdid()
|
/base/security/device_auth/services/privacy_enhancement/src/ |
H A D | pseudonym_manager.c | 821 .getRealInfo = GetRealInfo,
|
/base/security/device_auth/services/ |
H A D | device_auth.c | 1223 return pseudonymInstance->getRealInfo(osAccountId, pseudonymId, realInfo); in GetRealInfo() 1652 g_groupAuthManager->getRealInfo = GetRealInfo; in GetGaInstance()
|
/base/security/device_auth/frameworks/src/ |
H A D | ipc_service.c | 1058 ret = g_groupAuthMgrMethod.getRealInfo(osAccountId, pseudonymId, &realInfo); in IpcServiceGaGetRealInfo()
|
H A D | ipc_sdk.c | 1706 gaMethodObj->getRealInfo = IpcGaGetRealInfo; in InitIpcGaMethods()
|
Completed in 15 milliseconds