Lines Matching full:function
27 * @brief Tell function @a func to expect the value @a value for @a param
32 * @param func Function in question
47 * must be called from the called function.
56 * @brief Tell function @a func to expect the data @a data for @a param
59 * @a param should be same @a data in this function. Only data pointer is stored
60 * by this function, so it must still be valid when ztest_check_expected_data is
63 * @param func Function in question
77 * must be called from the called function.
87 * @brief Tell function @a func to return the data @a data for @a param
90 * same @a data in this function. Only data pointer is stored by this function,
93 * @param func Function in question
105 * This must be called from the called function.
116 * @param func Function that should return @a value
123 * @brief Get the return value for current function
128 * @returns The value the current function should return
133 * @brief Get the return value as a pointer for current function
138 * @returns The value the current function should return as a `void *`