Lines Matching full:level
46 * @brief Describes the level of QoS.
52 * @brief Means the QoS level is background.
57 * @brief Means the QoS level is utility.
62 * @brief Means the QoS level is default.
67 * @brief Means the QoS level is user-initiated.
72 * @brief Means the QoS level is user-request.
77 * @brief Means the QoS level is user-interactive.
83 * @brief Set the QoS level of the current thread.
85 * @param level Indicates the level to set. Specific level can be referenced {@link QoS_Level}.
90 int OH_QoS_SetThreadQoS(QoS_Level level);
93 * @brief Cancel the QoS level of the current thread.
102 * @brief Obtains the QoS level of the current thread.
104 * @param level This parameter is the output parameter,
105 * and the QoS level of the thread as a {@link QoS_Level} is written to this variable.
110 int OH_QoS_GetThreadQoS(QoS_Level *level);