Home
last modified time | relevance | path

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

/openthread-3.4.0/tests/toranj/ncp/
Dtest-039-address-cache-table-snoop.py145 verify(not entry.can_evict())
204 verify(cache_table[index].can_evict() == True)
232 verify(cache_table[index].can_evict() == True)
235 verify(cache_table[index].can_evict() == False)
354 verify(entry.can_evict() == False)
Dwpan.py1465 def can_evict(self): member in AddressCacheEntry