Searched refs:cached_commands_ (Results 1 – 2 of 2) sorted by relevance
185 if (!cached_commands_.empty()) { in resume_registered_clients()203 cached_commands_.push(std::move(command)); in prepare_to_rotate()237 if (cached_commands_.empty()) { in on_le_set_random_address_complete()312 ASSERT(!cached_commands_.empty()); in handle_next_command()313 auto command = std::move(cached_commands_.front()); in handle_next_command()314 cached_commands_.pop(); in handle_next_command()328 cached_commands_.push(std::move(command)); in AddDeviceToConnectList()340 cached_commands_.push(std::move(command)); in AddDeviceToResolvingList()348 cached_commands_.push(std::move(command)); in RemoveDeviceFromConnectList()357 cached_commands_.push(std::move(command)); in RemoveDeviceFromResolvingList()[all …]
140 std::queue<Command> cached_commands_; variable