Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/
H A Dgroupoperationcommon_fuzzer.cpp362 (void)GetGroupIdFromJson(nullptr, &groupId); in GroupOperationTest54()
368 (void)GetGroupIdFromJson(jsonParams, nullptr); in GroupOperationTest55()
376 (void)GetGroupIdFromJson(jsonParams, &groupId); in GroupOperationTest56()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dgroup_operation_common_test.cpp442 int32_t ret = GetGroupIdFromJson(nullptr, &groupId);
449 int32_t ret = GetGroupIdFromJson(jsonParams, nullptr);
458 int32_t ret = GetGroupIdFromJson(jsonParams, &groupId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h85 int32_t GetGroupIdFromJson(const CJson *jsonParams, const char **groupId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c456 if (((result = GetGroupIdFromJson(jsonParams, &groupId)) != HC_SUCCESS) || in DeleteGroup()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c556 if (((result = GetGroupIdFromJson(jsonParams, &groupId)) != HC_SUCCESS) || in DeleteGroup()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c557 if (((result = GetGroupIdFromJson(jsonParams, &groupId)) != HC_SUCCESS) || in DeleteGroup()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c1041 int32_t GetGroupIdFromJson(const CJson *jsonParams, const char **groupId) in GetGroupIdFromJson() function
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c413 if (((result = GetGroupIdFromJson(jsonParams, &groupId)) != HC_SUCCESS) || in DeleteGroup()