• Home
  • Raw
  • Download

Lines Matching refs:method

51      * If @p mayBlock is false, this method must not block. All parameter
54 * If @p mayBlock is true, a query may block, but the whole method call
57 * If @p mayBlock is false, this method must not block. Otherwise, this
58 * method is allowed to block for a certain period of time before completing
67 * When the object type is @ref IComponent, this method must be supported in
71 * The blocking behavior of this method differs among states:
73 * ignored. (The method operates as if @p mayBlock was false.)
74 * - In any of the running states, this method may block momentarily if
112 * If @p mayBlock is false, this method must not block. An update that
115 * If @p mayBlock is true, an update may block, but the whole method call
123 * When the object type is @ref IComponent, this method must be supported in
126 * The blocking behavior of this method differs among states:
128 * ignored. (The method operates as if @p mayBlock was false.)
129 * - In any of the running states, this method may block momentarily if
177 * - `NO_MEMORY` - Not enough memory to complete this method.
197 * If @p mayBlock is false, this method must not block. Otherwise, this
198 * method is allowed to block for a certain period of time before completing
204 * When the object type is @ref IComponent, this method must be supported in
207 * The blocking behavior of this method differs among states:
209 * ignored. (The method operates as if @p mayBlock was false.)
210 * - In any of the running states, this method may block momentarily if
220 * - `NO_MEMORY` - Not enough memory to complete this method.