Lines Matching refs:ConnectionId
54 ConnectionId senderId,
55 ConnectionId *receiverId,
59 ConnectionId *pConnectionId);
61 BufferPoolStatus close(ConnectionId connectionId);
63 BufferPoolStatus flush(ConnectionId connectionId);
65 BufferPoolStatus allocate(ConnectionId connectionId,
70 BufferPoolStatus receive(ConnectionId connectionId,
77 BufferPoolStatus postSend(ConnectionId receiverId,
82 BufferPoolStatus getAccessor(ConnectionId connectionId,
108 std::map<ConnectionId, const std::shared_ptr<BufferPoolClient>>
159 ConnectionId conId = client->getConnectionId(); in registerSender()
182 ConnectionId senderId, in registerSender()
183 ConnectionId *receiverId, in registerSender()
220 ConnectionId *pConnectionId) { in create()
239 ConnectionId conId = client->getConnectionId(); in create()
251 BufferPoolStatus ClientManager::Impl::close(ConnectionId connectionId) { in close()
277 BufferPoolStatus ClientManager::Impl::flush(ConnectionId connectionId) { in flush()
291 ConnectionId connectionId, const std::vector<uint8_t> ¶ms, in allocate()
320 ConnectionId connectionId, TransactionId transactionId, in receive()
351 ConnectionId receiverId, const std::shared_ptr<BufferPoolData> &buffer, in postSend()
353 ConnectionId connectionId = buffer->mConnectionId; in postSend()
367 ConnectionId connectionId, std::shared_ptr<IAccessor> *accessor) { in getAccessor()
456 ConnectionId *pConnectionId) { in create()
465 ConnectionId senderId, in registerSender()
466 ConnectionId *receiverId, in registerSender()
474 BufferPoolStatus ClientManager::close(ConnectionId connectionId) { in close()
481 BufferPoolStatus ClientManager::flush(ConnectionId connectionId) { in flush()
489 ConnectionId connectionId, const std::vector<uint8_t> ¶ms, in allocate()
498 ConnectionId connectionId, TransactionId transactionId, in receive()
509 ConnectionId receiverId, const std::shared_ptr<BufferPoolData> &buffer, in postSend()