Searched refs:cached_commands_ (Results 1 – 2 of 2) sorted by relevance
308 cached_commands_.push(std::move(command)); in push_command()342 if (!cached_commands_.empty()) { in resume_registered_clients()367 cached_commands_.push(std::move(command)); in prepare_to_rotate()408 cached_commands_.push(std::move(command)); in prepare_to_update_irk()507 log::assert_that(!cached_commands_.empty(), "assert failed: !cached_commands_.empty()"); in handle_next_command()508 auto command = std::move(cached_commands_.front()); in handle_next_command()509 cached_commands_.pop(); in handle_next_command()546 cached_commands_.push(std::move(disable)); in AddDeviceToResolvingList()551 cached_commands_.push(std::move(command)); in AddDeviceToResolvingList()557 cached_commands_.push(std::move(command)); in AddDeviceToResolvingList()[all …]
104 return cached_commands_.size(); in NumberCachedCommands()177 std::queue<Command> cached_commands_; variable