Home
last modified time | relevance | path

Searched refs:AddTrustedDevice (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/services/data_manager/inc/
H A Ddata_manager.h88 int32_t AddTrustedDevice(int32_t osAccountId, const TrustedDeviceEntry *deviceEntry);
/ohos5.0/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer/
H A Dsavetrustedinfo_fuzzer.cpp158 res = AddTrustedDevice(params->osAccountId, devParams); in AddSelfTrustedDevice()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info.c393 res = AddTrustedDevice(params->osAccountId, devParams); in AddPeerTrustedDevice()
418 res = AddTrustedDevice(params->osAccountId, devParams); in AddSelfTrustedDevice()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info_test.cpp162 res = AddTrustedDevice(params->osAccountId, devParams); in AddSelfTrustedDevice()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c789 res = AddTrustedDevice(osAccountId, devEntry); in AddTrustedDeviceForAccount()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c803 result = AddTrustedDevice(osAccountId, devParams); in AddDeviceToDatabaseByJson()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session.c444 int32_t result = AddTrustedDevice(osAccountId, devAuthParams); in AddTrustDevToDatabase()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c1442 int32_t AddTrustedDevice(int32_t osAccountId, const TrustedDeviceEntry *deviceEntry) in AddTrustedDevice() function