• Home
  • Raw
  • Download

Lines Matching full:interface

223     /** This interface is used to process authentication data. */
226 /** This interface is used to initiate authentication between devices. */
229 /** This interface is used to cancel an authentication process. */
231 /** This interface is used to get real info by pseudonym id. */
233 /** This interface is used to get pseudonym id by an index. */
238 /** This interface is used to register business callbacks. */
240 /** This interface is used to unregister business callbacks. */
242 /** This interface is used to register callback for data change monitoring. */
244 /** This interface is used to unregister callback for data change monitoring. */
246 /** This interface is used to create a trusted group. */
248 /** This interface is used to delete a trusted group. */
250 /** This interface is used to add a trusted device to a trusted group. */
252 /** This interface is used to delete a trusted device from a trusted group. */
255 /** This interface is used to process data of binding or unbinding devices. */
257 /** This interface is used to batch add trusted devices with account relationships. */
259 /** This interface is used to batch delete trusted devices with account relationships. */
261 /** This interface is used to obtain the registration information of the local device. */
263 …/** This interface is used to check whether the specified application has access rights to the gro…
265 /** This interface is used to obtain all public key information related to a device. */
268 /** This interface is used to obtain group information of a group. */
270 …/** This interface is used to obtain the group information of groups that meet the query parameter…
273 /** This interface is used to obtain all group information of a specific group type. */
276 /** This interface is used to obtain all group information related to a certain device. */
279 /** This interface is used to obtain the information of a trusted device. */
282 /** This interface is used to obtain all trusted device information in a group. */
285 /** This interface is used to query whether a specified device exists in the group. */
287 /** This interface is used to cancel a binding or unbinding process. */
289 …/** This interface is used to destroy the information returned by the internal allocated memory. */
294 * @brief This enum provides all the operationCode of interface ProcessCredential.
310 * @brief This enum provides all the flag of reqJsion for interface ProcessCredential.
322 * @brief This enum provides all the acquireType of interface StartAuthDevice & ProcessAuthDevice.