Home
last modified time | relevance | path

Searched refs:AddSourceToParams (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h65 int32_t AddSourceToParams(RelationShipSource source, TrustedDeviceEntry *devParams);
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c37 ((result = AddSourceToParams(SELF_CREATED, devParams)) != HC_SUCCESS) || in GenerateDevParams()
344 ((result = AddSourceToParams(IMPORTED_FROM_CLOUD, devParams)) != HC_SUCCESS) || in GenerateTrustedDevParams()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c133 ((result = AddSourceToParams(SELF_CREATED, devParams)) != HC_SUCCESS) || in GenerateDevParams()
379 ((result = AddSourceToParams(IMPORTED_FROM_CLOUD, devParams)) != HC_SUCCESS) || in GenerateTrustedDevParams()
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c164 ((result = AddSourceToParams(SELF_CREATED, devParams)) != HC_SUCCESS) || in GenerateDevParams()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c767 int32_t AddSourceToParams(RelationShipSource source, TrustedDeviceEntry *devParams) in AddSourceToParams() function