Home
last modified time | relevance | path

Searched refs:command_future_ (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_periodic_sync_manager_test.cc77 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
Dhci_layer_fake.cc88 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()
Dhci_layer_fake.h118 std::future<void> command_future_ =
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc171 std::unique_ptr<std::future<void>> command_future_; member in bluetooth::hci::acl_manager::__anonc5d659a60111::TestLeAclConnectionInterface
Dclassic_acl_connection_test.cc180 std::unique_ptr<std::future<void>> command_future_; member in TestAclConnectionInterface