Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_request.h68 void ResetWithReason(uint32_t custom_reason, const std::string& description) { in ResetWithReason() function
69 handle_.ResetWithReason(custom_reason, description); in ResetWithReason()
Dscoped_interface_endpoint_handle.h79 void ResetWithReason(uint32_t custom_reason, const std::string& description); in COMPONENT_EXPORT()
Dinterface_request.h71 void ResetWithReason(uint32_t custom_reason, const std::string& description) { in ResetWithReason() function
Dinterface_ptr.h137 void ResetWithReason(uint32_t custom_reason, const std::string& description) { in ResetWithReason() function
Dassociated_interface_ptr.h126 void ResetWithReason(uint32_t custom_reason, const std::string& description) { in ResetWithReason() function
/external/libchrome/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc944 ptr.ResetWithReason(123u, "farewell"); in TEST_F()
967 ptr.ResetWithReason(123u, "farewell"); in TEST_F()
1013 request.ResetWithReason(456u, "farewell"); in TEST_F()
1036 request.ResetWithReason(789u, "long time no see"); in TEST_F()
Dbinding_unittest.cc423 ptr.ResetWithReason(1234u, "hello"); in TEST_P()
649 ptr.ResetWithReason(5678u, "hello"); in TEST_P()
Dbinding_set_unittest.cc204 ptr.ResetWithReason(1024u, "bye"); in TEST_P()
579 ptr.ResetWithReason(2048u, "bye"); in TEST_P()
Dinterface_ptr_unittest.cc804 request.ResetWithReason(88u, "greetings"); in TEST_P()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc349 void ScopedInterfaceEndpointHandle::ResetWithReason( in ResetWithReason() function in mojo::ScopedInterfaceEndpointHandle
Dinterface_endpoint_client.cc216 handle.ResetWithReason(custom_reason, description); in CloseWithReason()