Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dreactor_unittest.cc74 class FakeReactable { class
82 FakeReactable() : fd_(eventfd(0, 0)), reactor_(nullptr) { in FakeReactable() function in bluetooth::os::__anon246caf610111::FakeReactable
86 FakeReactable(Reactor* reactor) : fd_(eventfd(0, 0)), reactor_(reactor) { in FakeReactable() function in bluetooth::os::__anon246caf610111::FakeReactable
90 ~FakeReactable() { in ~FakeReactable()
106 Bind(&FakeReactable::OnReadReady, common::Unretained(this)), in OnReadReady()
107 Bind(&FakeReactable::OnWriteReadyNoOp, common::Unretained(this))); in OnReadReady()
190 FakeReactable fake_reactable; in TEST_F()
192 …fake_reactable.fd_, Bind(&FakeReactable::OnReadReady, common::Unretained(&fake_reactable)), common… in TEST_F()
198 FakeReactable fake_reactable; in TEST_F()
200 …fake_reactable.fd_, Bind(&FakeReactable::OnReadReady, common::Unretained(&fake_reactable)), common… in TEST_F()
[all …]