Lines Matching refs:groupId
27 #define FIELD_GROUP_ID "groupId"
154 int32_t (*getAuthState)(int64_t authReqId, const char *groupId, const char *peerUdid,
183 int32_t (*checkAccessToGroup)(int32_t osAccountId, const char *appId, const char *groupId);
186 int32_t (*addGroupManager)(int32_t osAccountId, const char *appId, const char *groupId, const char *managerAppId);
187 int32_t (*addGroupFriend)(int32_t osAccountId, const char *appId, const char *groupId, const char *friendAppId);
188 int32_t (*deleteGroupManager)(int32_t osAccountId, const char *appId, const char *groupId,
190 int32_t (*deleteGroupFriend)(int32_t osAccountId, const char *appId, const char *groupId, const char *friendAppId);
191 int32_t (*getGroupManagers)(int32_t osAccountId, const char *appId, const char *groupId, char **returnManagers,
193 int32_t (*getGroupFriends)(int32_t osAccountId, const char *appId, const char *groupId,
195 int32_t (*getGroupInfoById)(int32_t osAccountId, const char *appId, const char *groupId, char **returnGroupInfo);
202 int32_t (*getDeviceInfoById)(int32_t osAccountId, const char *appId, const char *deviceId, const char *groupId,
204 int32_t (*getTrustedDevices)(int32_t osAccountId, const char *appId, const char *groupId,
206 bool (*isDeviceInGroup)(int32_t osAccountId, const char *appId, const char *groupId, const char *deviceId);