Home
last modified time | relevance | path

Searched refs:EntryRemovedCallback (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DLruCache_test.cpp111 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> { class
113 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(nullptr) { } in EntryRemovedCallback() function in android::EntryRemovedCallback
114 ~EntryRemovedCallback() {} in ~EntryRemovedCallback()
301 EntryRemovedCallback callback; in TEST_F()
316 EntryRemovedCallback callback; in TEST_F()