Lines Matching refs:ClientManager
213 class ClientManager {
218 ClientManager();
219 ClientManager(int32_t totalCost);
317 ~ClientManager();
345 ClientManager<KEY, VALUE, LISTENER>::ClientManager() : in ClientManager() function
346 ClientManager(DEFAULT_MAX_COST) {} in ClientManager()
349 ClientManager<KEY, VALUE, LISTENER>::ClientManager(int32_t totalCost) : mMaxCost(totalCost) {} in ClientManager() function
352 ClientManager<KEY, VALUE, LISTENER>::~ClientManager() {} in ~ClientManager()
356 ClientManager<KEY, VALUE, LISTENER>::wouldEvict( in wouldEvict()
364 ClientManager<KEY, VALUE, LISTENER>::getIncompatibleClients( in getIncompatibleClients()
372 ClientManager<KEY, VALUE, LISTENER>::wouldEvictLocked( in wouldEvictLocked()
465 ClientManager<KEY, VALUE, LISTENER>::addAndEvict( in addAndEvict()
500 ClientManager<KEY, VALUE, LISTENER>::getAll() const { in getAll()
506 std::vector<KEY> ClientManager<KEY, VALUE, LISTENER>::getAllKeys() const { in getAllKeys()
516 std::vector<int32_t> ClientManager<KEY, VALUE, LISTENER>::getAllOwners() const { in getAllOwners()
526 void ClientManager<KEY, VALUE, LISTENER>::updatePriorities( in updatePriorities()
538 std::shared_ptr<ClientDescriptor<KEY, VALUE>> ClientManager<KEY, VALUE, LISTENER>::get( in get()
548 void ClientManager<KEY, VALUE, LISTENER>::removeAll() { in removeAll()
560 std::shared_ptr<ClientDescriptor<KEY, VALUE>> ClientManager<KEY, VALUE, LISTENER>::remove( in remove()
582 status_t ClientManager<KEY, VALUE, LISTENER>::waitUntilRemoved( in waitUntilRemoved()
614 void ClientManager<KEY, VALUE, LISTENER>::setListener(const std::shared_ptr<LISTENER>& listener) { in setListener()
620 void ClientManager<KEY, VALUE, LISTENER>::remove( in remove()
636 int64_t ClientManager<KEY, VALUE, LISTENER>::getCurrentCostLocked() const { in getCurrentCostLocked()