Searched refs:mRequestChannelSender (Results 1 – 4 of 4) sorted by relevance
193 const std::unique_ptr<RequestChannelSender> mRequestChannelSender; variable
336 const std::shared_ptr<RequestChannelSender> mRequestChannelSender; variable
562 : mRequestChannelSender(requestChannelSender), in ExecutionBurstController()600 const bool success = mRequestChannelSender->send(request, measure, slots); in compute()
295 mRequestChannelSender(std::move(requestChannelSender)), in ExecutionBurstController()420 const auto sendStatus = mRequestChannelSender->sendPacket(requestPacket); in executeInternal()