Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dbinding.h170 bool HasAssociatedInterfaces() const { in HasAssociatedInterfaces() function
171 return internal_state_.HasAssociatedInterfaces(); in HasAssociatedInterfaces()
183 CHECK(!HasAssociatedInterfaces()); in PauseIncomingMethodCallProcessing()
198 CHECK(!HasAssociatedInterfaces());
224 CHECK(!HasAssociatedInterfaces()); in Unbind()
Dinterface_ptr.h142 bool HasAssociatedInterfaces() const { in HasAssociatedInterfaces() function
143 return internal_state_.HasAssociatedInterfaces(); in HasAssociatedInterfaces()
179 CHECK(!HasAssociatedInterfaces()); in PassInterface()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dbinding_state.cc19 bool BindingStateBase::HasAssociatedInterfaces() const { in HasAssociatedInterfaces() function in mojo::internal::BindingStateBase
Dbinding_state.h42 bool HasAssociatedInterfaces() const;
Dinterface_ptr_state.h109 bool HasAssociatedInterfaces() const { in HasAssociatedInterfaces() function
/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc576 EXPECT_FALSE(connection.binding()->HasAssociatedInterfaces()); in TEST_F()
589 EXPECT_TRUE(connection.binding()->HasAssociatedInterfaces()); in TEST_F()