Searched refs:ReturnNegativeCache (Results 1 – 6 of 6) sorted by relevance
95 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()131 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
108 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()142 .WillOnce(ReturnNegativeCache(&entry_valid)) in TEST_F()
278 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()307 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
255 ProcessMockerT ReturnNegativeCache(const struct timespec *entry_valid);
360 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()377 .WillRepeatedly(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()
133 ReturnNegativeCache(const struct timespec *entry_valid) in ReturnNegativeCache() function