Searched refs:command_future_ (Results 1 – 5 of 5) sorted by relevance
77 command_future_ = std::make_unique<std::future<void>>(command_promise_->get_future()); in SetCommandFuture()92 if (command_future_ != nullptr) { in GetCommand()93 command_future_.reset(); in GetCommand()96 } else if (command_future_ != nullptr) { in GetCommand()97 auto result = command_future_->wait_for(std::chrono::milliseconds(1000)); in GetCommand()134 std::unique_ptr<std::future<void>> command_future_; member in bluetooth::hci::__anon68a456930111::TestLeScanningInterface
88 EXPECT_EQ(command_future_.wait_for(std::chrono::milliseconds(1000)), std::future_status::ready); in GetCommand()102 command_future_ = command_promise_.get_future(); in GetCommand()
118 std::future<void> command_future_ =
171 std::unique_ptr<std::future<void>> command_future_; member in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeAclConnectionInterface
180 std::unique_ptr<std::future<void>> command_future_; member in TestAclConnectionInterface