Searched defs:fake_client (Results 1 – 6 of 6) sorted by relevance
176 FakeClient fake_client; member
70 const bt::gatt::testing::FakeClient::WeakPtr& fake_client() const { in fake_client() function in bthost::__anon52ba31620111::GattRemoteServiceServerTest
76 const bt::gatt::testing::FakeClient::WeakPtr& fake_client() const { in fake_client() function in bthost::__anoneecb50d40111::Gatt2RemoteServiceServerTest
111 testing::FakeClient::WeakPtr fake_client() const { return fake_client_weak_; } in fake_client() function in bt::gatt::internal::__anon65cdb5300111::GattTest
173 testing::FakeClient* fake_client() const { return fake_client_; } in fake_client() function in bt::gatt::internal::__anoneebe4ef60111::RemoteServiceManagerTest
762 FakeEagerClient* fake_client = static_cast<FakeEagerClient*>(client.get()); in Init() local