Lines Matching refs:ClientManager

287 class ClientManager {
292 ClientManager();
293 explicit ClientManager(int32_t totalCost);
391 ~ClientManager();
419 ClientManager<KEY, VALUE, LISTENER>::ClientManager() : in ClientManager() function
420 ClientManager(DEFAULT_MAX_COST) {} in ClientManager()
423 ClientManager<KEY, VALUE, LISTENER>::ClientManager(int32_t totalCost) : mMaxCost(totalCost) {} in ClientManager() function
426 ClientManager<KEY, VALUE, LISTENER>::~ClientManager() {} in ~ClientManager()
430 ClientManager<KEY, VALUE, LISTENER>::wouldEvict( in wouldEvict()
438 ClientManager<KEY, VALUE, LISTENER>::getIncompatibleClients( in getIncompatibleClients()
446 ClientManager<KEY, VALUE, LISTENER>::wouldEvictLocked( in wouldEvictLocked()
553 ClientManager<KEY, VALUE, LISTENER>::addAndEvict( in addAndEvict()
588 ClientManager<KEY, VALUE, LISTENER>::getAll() const { in getAll()
594 std::vector<KEY> ClientManager<KEY, VALUE, LISTENER>::getAllKeys() const { in getAllKeys()
604 std::vector<int32_t> ClientManager<KEY, VALUE, LISTENER>::getAllOwners() const { in getAllOwners()
614 void ClientManager<KEY, VALUE, LISTENER>::updatePriorities( in updatePriorities()
626 std::shared_ptr<ClientDescriptor<KEY, VALUE>> ClientManager<KEY, VALUE, LISTENER>::get( in get()
636 void ClientManager<KEY, VALUE, LISTENER>::removeAll() { in removeAll()
648 std::shared_ptr<ClientDescriptor<KEY, VALUE>> ClientManager<KEY, VALUE, LISTENER>::remove( in remove()
670 status_t ClientManager<KEY, VALUE, LISTENER>::waitUntilRemoved( in waitUntilRemoved()
702 void ClientManager<KEY, VALUE, LISTENER>::setListener(const std::shared_ptr<LISTENER>& listener) { in setListener()
708 void ClientManager<KEY, VALUE, LISTENER>::remove( in remove()
724 int64_t ClientManager<KEY, VALUE, LISTENER>::getCurrentCostLocked() const { in getCurrentCostLocked()