Home
last modified time | relevance | path

Searched refs:DevAuthGetRealOsAccountLocalId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c482 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in CreateGroupInner()
563 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in DeleteGroupInner()
611 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in DeleteMemberFromGroupInner()
659 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in AddMultiMembersToGroupInner()
736 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in DelMultiMembersFromGroupInner()
858 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in CheckAccessToGroup()
877 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in GetAccessibleGroupInfoById()
923 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in GetAccessibleGroupInfo()
974 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in GetAccessibleJoinedGroups()
1002 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in GetAccessibleRelatedGroups()
[all …]
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/frameworks/os_account_adapter/
H A Dos_account_adapter_test.cpp336 int32_t osAccountId = DevAuthGetRealOsAccountLocalId(ANY_OS_ACCOUNT);
338 osAccountId = DevAuthGetRealOsAccountLocalId(DEFAULT_OS_ACCOUNT);
340 osAccountId = DevAuthGetRealOsAccountLocalId(INVALID_OS_ACCOUNT);
368 int32_t osAccountId = DevAuthGetRealOsAccountLocalId(ANY_OS_ACCOUNT);
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dos_account_adapter_mock.c20 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId) in DevAuthGetRealOsAccountLocalId() function
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/common/src/
H A Dos_account_adapter_mock.c20 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId) in DevAuthGetRealOsAccountLocalId() function
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter_mock/
H A Dos_account_adapter_mock.cpp20 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId) in DevAuthGetRealOsAccountLocalId() function
/ohos5.0/base/security/device_auth/services/frameworks/inc/os_account_adapter/
H A Dos_account_adapter.h39 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId);
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_util.c71 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in CombineAuthConfirmData()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c315 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in PackPublicKeyToJson()
373 param->osAccountId = DevAuthGetRealOsAccountLocalId(param->osAccountId); in IsKeyExistReturnAliasIfNeeded()
700 param->osAccountId = DevAuthGetRealOsAccountLocalId(param->osAccountId); in DeleteCredential()
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp248 int32_t DevAuthGetRealOsAccountLocalId(int32_t inputId) in DevAuthGetRealOsAccountLocalId() function
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c606 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in AddMemberToGroupInner()
697 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in AddOsAccountIdToContextIfValid()
908 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in AuthDevice()
1326 osAccountId = DevAuthGetRealOsAccountLocalId(osAccountId); in StartAuthDevice()