Home
last modified time | relevance | path

Searched refs:SaveOsAccountDb (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c472 res = SaveOsAccountDb(osAccountId); in AddGroupAndToken()
643 res = SaveOsAccountDb(osAccountId); in AddMetaNodeDeviceToGroup()
690 res = SaveOsAccountDb(osAccountId); in AddMultiMembersToGroup()
728 res = SaveOsAccountDb(osAccountId); in DelMultiMembersFromGroup()
/ohos5.0/base/security/device_auth/services/data_manager/inc/
H A Ddata_manager.h92 int32_t SaveOsAccountDb(int32_t osAccountId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c471 res = SaveOsAccountDb(osAccountId); in AddGroupAndLocalDev()
596 res = SaveOsAccountDb(osAccountId); in AddMultiMembersToGroup()
634 res = SaveOsAccountDb(osAccountId); in DelMultiMembersFromGroup()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c178 ((result = SaveOsAccountDb(osAccountId)) != HC_SUCCESS)) { in CreateGroupInner()
348 result = SaveOsAccountDb(osAccountId); in HandleLocalUnbind()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info.c517 return SaveOsAccountDb(params->osAccountId); in ServerSendTrustedInfoProcEvent()
628 return SaveOsAccountDb(params->osAccountId); in ClientFinishProcProcEvent()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c828 if (SaveOsAccountDb(osAccountId) != HC_SUCCESS) { in DelGroupFromDb()
853 return SaveOsAccountDb(osAccountId); in DelDeviceFromDb()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c621 if (SaveOsAccountDb(osAccountId) != HC_SUCCESS) { in DelGroupFromDbInner()
1615 int32_t SaveOsAccountDb(int32_t osAccountId) in SaveOsAccountDb() function
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c794 res = SaveOsAccountDb(osAccountId); in AddTrustedDeviceForAccount()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session.c503 return SaveOsAccountDb(session->osAccountId); in AddGroupAndDev()