Home
last modified time | relevance | path

Searched refs:GetSelfUserId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c125 static int32_t GetSelfUserId(int32_t osAccountId, char *userId, uint32_t userIdLen) in GetSelfUserId() function
159 int32_t ret = GetSelfUserId(osAccountId, selfUserId, USER_ID_LEN); in GetLocalIdenticalGroup()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c668 static int32_t GetSelfUserId(int32_t osAccountId, char *userId, uint32_t userIdLen) in GetSelfUserId() function
1223 (void)GetSelfUserId(osAccountId, selfUserId, USER_ID_LEN); in AddAcrossAccountAuthInfoToContext()