Searched refs:ReturnNegativeCache (Results 1 – 6 of 6) sorted by relevance
97 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()133 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
110 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()144 .WillOnce(ReturnNegativeCache(&entry_valid)) in TEST_F()
280 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()309 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
255 ProcessMockerT ReturnNegativeCache(const struct timespec *entry_valid);
339 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()356 .WillRepeatedly(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()
135 ReturnNegativeCache(const struct timespec *entry_valid) in ReturnNegativeCache() function