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()
130 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()165 .WillOnce(ReturnNegativeCache(&entry_valid)) in TEST_F()
243 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()260 .WillRepeatedly(Invoke(ReturnNegativeCache(&entry_valid))); in TEST_F()
280 .WillOnce(ReturnNegativeCache(&entry_valid)); in TEST_F()309 .WillOnce(Invoke(ReturnNegativeCache(&entry_valid))) in TEST_F()
234 ProcessMockerT ReturnNegativeCache(const struct timespec *entry_valid);
127 ReturnNegativeCache(const struct timespec *entry_valid) in ReturnNegativeCache() function