Lines Matching refs:appId
158 void (*cancelRequest)(int64_t requestId, const char *appId);
162 int32_t (*regCallback)(const char *appId, const DeviceAuthCallback *callback);
163 int32_t (*unRegCallback)(const char *appId);
164 int32_t (*regDataChangeListener)(const char *appId, const DataChangeListener *listener);
165 int32_t (*unRegDataChangeListener)(const char *appId);
166 …int32_t (*createGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char *crea…
167 …int32_t (*deleteGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char *disb…
168 …int32_t (*addMemberToGroup)(int32_t osAccountId, int64_t requestId, const char *appId, const char …
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 *deletePara…
175 int32_t (*checkAccessToGroup)(int32_t osAccountId, const char *appId, const char *groupId);
176 …int32_t (*getPkInfoList)(int32_t osAccountId, const char *appId, const char *queryParams, char **r…
178 …int32_t (*getGroupInfoById)(int32_t osAccountId, const char *appId, const char *groupId, char **re…
179 int32_t (*getGroupInfo)(int32_t osAccountId, const char *appId, const char *queryParams,
181 int32_t (*getJoinedGroups)(int32_t osAccountId, const char *appId, int groupType,
183 int32_t (*getRelatedGroups)(int32_t osAccountId, const char *appId, const char *peerDeviceId,
185 …int32_t (*getDeviceInfoById)(int32_t osAccountId, const char *appId, const char *deviceId, const c…
187 int32_t (*getTrustedDevices)(int32_t osAccountId, const char *appId, const char *groupId,
189 …bool (*isDeviceInGroup)(int32_t osAccountId, const char *appId, const char *groupId, const char *d…
190 void (*cancelRequest)(int64_t requestId, const char *appId);