Searched refs:temporary_device_cache_ (Results 1 – 2 of 2) sorted by relevance
46 temporary_device_cache_(kMaxNumUnpairedDevicesInMemory, LOGGING_TAG) {} in MetricIdAllocator()96 temporary_device_cache_.Clear(); in Close()110 temporary_device_cache_.Size() == 0; in IsEmpty()121 if (temporary_device_cache_.Get(mac_address, &id)) { in AllocateId()135 auto evicted = temporary_device_cache_.Put(mac_address, id); in AllocateId()153 if (!temporary_device_cache_.Get(mac_address, &id)) { in SaveDevice()159 if (!temporary_device_cache_.Remove(mac_address)) { in SaveDevice()
123 LruCache<RawAddress, int> temporary_device_cache_; variable