Lines Matching refs:osAccountId
69 #define FIELD_OS_ACCOUNT_ID "osAccountId"
156 int32_t (*authDevice)(int32_t osAccountId, int64_t authReqId, const char *authParams,
166 int32_t (*createGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char *createParams);
167 int32_t (*deleteGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char *disbandParams);
168 int32_t (*addMemberToGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char *addParams);
169 int32_t (*deleteMemberFromGroup)(int32_t osAccountId, int64_t requestId, const char *appId,
172 int32_t (*addMultiMembersToGroup)(int32_t osAccountId, const char *appId, const char *addParams);
173 int32_t (*delMultiMembersFromGroup)(int32_t osAccountId, const char *appId, const char *deleteParams);
174 int32_t (*confirmRequest)(int32_t osAccountId, int64_t requestId, const char *appId, const char *confirmParams);
183 int32_t (*checkAccessToGroup)(int32_t osAccountId, const char *appId, const char *groupId);
184 int32_t (*getPkInfoList)(int32_t osAccountId, const char *appId, const char *queryParams, char **returnInfoList,
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);
196 int32_t (*getGroupInfo)(int32_t osAccountId, const char *appId, const char *queryParams,
198 int32_t (*getJoinedGroups)(int32_t osAccountId, const char *appId, int groupType,
200 int32_t (*getRelatedGroups)(int32_t osAccountId, const char *appId, const char *peerDeviceId,
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);