Lines Matching full:hook
48 * Hook error code: The hook pool is insufficient.
52 * Solution: Deregister the registered hook.
58 * Hook error code: Invalid parameter.
68 * Hook error code: Invalid parameter.
78 * @brief Registration of hook function.
81 * This API is used to register hook function.
88 * @param hookType [IN] Register the type of the hook.
100 * @brief Deregistration of hook function.
103 * This API is used to deregister hook function.
110 * @param hookType [IN] Deregister the type of the hook.
121 * Call hook functions.