Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dstrong_binding.h52 class StrongBinding {
54 explicit StrongBinding(Interface* impl) : binding_(impl) {} in StrongBinding() function
56 StrongBinding(Interface* impl, ScopedMessagePipeHandle handle) in StrongBinding() function
57 : StrongBinding(impl) { in StrongBinding()
61 StrongBinding(Interface* impl, InterfacePtr<Interface>* ptr) in StrongBinding() function
62 : StrongBinding(impl) { in StrongBinding()
66 StrongBinding(Interface* impl, InterfaceRequest<Interface> request) in StrongBinding() function
67 : StrongBinding(impl) { in StrongBinding()
71 ~StrongBinding() {} in ~StrongBinding()
77 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this))); in Bind()
[all …]
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc331 StrongBinding<sample::Service> binding(&impl, std::move(request)); in TEST_F()
353 StrongBinding<sample::Service>& binding() { return binding_; } in binding()
356 StrongBinding<sample::Service> binding_;
Dversioning_test_service.cc94 StrongBinding<HumanResourceDatabase> strong_binding_;
Dinterface_ptr_unittest.cc514 StrongBinding<math::Calculator> binding_;
642 StrongBinding<C> binding_;
660 StrongBinding<B> binding_;
De2e_perftest.cc35 const StrongBinding<EchoService> binding_;
Dhandle_passing_unittest.cc69 StrongBinding<sample::NamedObject> binding_;