Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h65 int32_t AddServiceTypeToParams(const char *groupId, TrustedDeviceEntry *devParams);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c132 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateDevParams()
378 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateTrustedDevParams()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c40 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateDevParams()
347 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateTrustedDevParams()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c163 ((result = AddServiceTypeToParams(groupId, devParams)) != HC_SUCCESS)) { in GenerateDevParams()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c672 int32_t AddServiceTypeToParams(const char *groupId, TrustedDeviceEntry *devParams) in AddServiceTypeToParams() function