Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dproperty.h253 typedef base::Callback<void(bool success)> GetCallback; typedef
260 virtual void Get(PropertyBase* property, GetCallback callback);
261 virtual void OnGet(PropertyBase* property, GetCallback callback,
389 virtual void Get(dbus::PropertySet::GetCallback callback) { in Get()
Dproperty.cc100 void PropertySet::Get(PropertyBase* property, GetCallback callback) { in Get()
115 void PropertySet::OnGet(PropertyBase* property, GetCallback callback, in OnGet()
/external/libmojo/mojo/message_pump/
Dhandle_watcher_unittest.cc89 base::Callback<void(MojoResult)> GetCallback() { in GetCallback() function in mojo::common::test::CallbackHelper
94 StartWithCallback(watcher, handle, GetCallback()); in Start()
334 callback_helper2.GetCallback()); in TEST_P()
361 callback_helper.GetCallback())); in TEST_P()
/external/libbrillo/brillo/dbus/
Ddbus_property.h30 void Get(dbus::PropertySet::GetCallback callback) { in Get()
/external/libchrome/base/trace_event/
Dtrace_buffer.h94 OutputCallback GetCallback();
Dtrace_buffer.cc301 TraceResultBuffer::SimpleOutput::GetCallback() { in GetCallback() function in base::trace_event::TraceResultBuffer::SimpleOutput
Dmemory_dump_manager_unittest.cc1024 buffer.SetOutputCallback(trace_output.GetCallback()); in TEST_F()
Dtrace_event_unittest.cc153 trace_buffer_.SetOutputCallback(json_output_.GetCallback()); in SetUp()
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc40 buffer_.SetOutputCallback(output_.GetCallback()); in ManualSetUp()