Searched refs:CheckChangeParams (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/ |
H A D | across_account_group.c | 338 static int32_t CheckChangeParams(int32_t osAccountId, const char *appId, CJson *jsonParams) in CheckChangeParams() function 572 int32_t res = CheckChangeParams(osAccountId, appId, jsonParams); in AddMultiMembersToGroup() 613 int32_t res = CheckChangeParams(osAccountId, appId, jsonParams); in DelMultiMembersFromGroup()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/ |
H A D | identical_account_group.c | 434 static int32_t CheckChangeParams(int32_t osAccountId, const char *appId, CJson *jsonParams) in CheckChangeParams() function 659 int32_t res = CheckChangeParams(osAccountId, appId, jsonParams); in AddMultiMembersToGroup() 707 int32_t res = CheckChangeParams(osAccountId, appId, jsonParams); in DelMultiMembersFromGroup()
|