Home
last modified time | relevance | path

Searched refs:GaGetLocalDeviceInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_auth/inc/
H A Dgroup_auth_data_operation.h30 int32_t GaGetLocalDeviceInfo(int32_t osAccountId, const char *groupId, TrustedDeviceEntry *localAut…
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c201 int32_t GaGetLocalDeviceInfo(int32_t osAccountId, const char *groupId, TrustedDeviceEntry *localAut… in GaGetLocalDeviceInfo() function
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.c151 int32_t res = GaGetLocalDeviceInfo(osAccountId, groupId, localAuthInfo); in ExtractAndAddParams()
208 res = GaGetLocalDeviceInfo(osAccountId, groupId, selfDeviceEntry); in AddUpgradeFlagToParams()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_common.c361 int32_t res = GaGetLocalDeviceInfo(osAccountId, groupId, selfDeviceEntry); in AddSelfUpgradeFlag()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c561 res = GaGetLocalDeviceInfo(osAccountId, groupId, localDevInfo); in AddSelfDevInfoForServer()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c99 int32_t res = GaGetLocalDeviceInfo(osAccountId, groupId, selfDeviceEntry); in GetSelfUpgradeFlag()