Home
last modified time | relevance | path

Searched refs:getRealInfo (Results 1 - 10 of 10) sorted by relevance

/base/security/device_auth/services/privacy_enhancement/inc/
H A Dpseudonym_manager.h25 int32_t (*getRealInfo)(int32_t osAccountId, const char *pseudonymId, char **realInfo); member
/base/security/device_auth/test/fuzztest/group_auth/getrealinfo_fuzzer/
H A Dgetrealinfo_fuzzer.cpp34 gaInstance->getRealInfo(*osAccountId, pseudonymId.c_str(), &realInfo); in FuzzDoGetRealInfo()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Dprivacy_enhancement_test.cpp86 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 Ddeviceauth_func_test.cpp1738 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 Ddevice_auth.h232 int32_t (*getRealInfo)(int32_t osAccountId, const char *pseudonymId, char **realInfo); member
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c142 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 Dpseudonym_manager.c821 .getRealInfo = GetRealInfo,
/base/security/device_auth/services/
H A Ddevice_auth.c1223 return pseudonymInstance->getRealInfo(osAccountId, pseudonymId, realInfo); in GetRealInfo()
1652 g_groupAuthManager->getRealInfo = GetRealInfo; in GetGaInstance()
/base/security/device_auth/frameworks/src/
H A Dipc_service.c1058 ret = g_groupAuthMgrMethod.getRealInfo(osAccountId, pseudonymId, &realInfo); in IpcServiceGaGetRealInfo()
H A Dipc_sdk.c1706 gaMethodObj->getRealInfo = IpcGaGetRealInfo; in InitIpcGaMethods()

Completed in 15 milliseconds