Lines Matching refs:osAccountId

227     int32_t (*authDevice)(int32_t osAccountId, int64_t authReqId, const char *authParams,
232 int32_t (*getRealInfo)(int32_t osAccountId, const char *pseudonymId, char **realInfo);
234 int32_t (*getPseudonymId)(int32_t osAccountId, const char *indexKey, char **pseudonymId);
247 …int32_t (*createGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char *crea…
249 …int32_t (*deleteGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char *disb…
251 …int32_t (*addMemberToGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char …
253 int32_t (*deleteMemberFromGroup)(int32_t osAccountId, int64_t requestId, const char *appId,
258 … int32_t (*addMultiMembersToGroup)(int32_t osAccountId, const char *appId, const char *addParams);
260 …int32_t (*delMultiMembersFromGroup)(int32_t osAccountId, const char *appId, const char *deletePara…
264 int32_t (*checkAccessToGroup)(int32_t osAccountId, const char *appId, const char *groupId);
266 …int32_t (*getPkInfoList)(int32_t osAccountId, const char *appId, const char *queryParams, char **r…
269 …int32_t (*getGroupInfoById)(int32_t osAccountId, const char *appId, const char *groupId, char **re…
271 int32_t (*getGroupInfo)(int32_t osAccountId, const char *appId, const char *queryParams,
274 int32_t (*getJoinedGroups)(int32_t osAccountId, const char *appId, int groupType,
277 int32_t (*getRelatedGroups)(int32_t osAccountId, const char *appId, const char *peerDeviceId,
280 …int32_t (*getDeviceInfoById)(int32_t osAccountId, const char *appId, const char *deviceId, const c…
283 int32_t (*getTrustedDevices)(int32_t osAccountId, const char *appId, const char *groupId,
286 …bool (*isDeviceInGroup)(int32_t osAccountId, const char *appId, const char *groupId, const char *d…