Home
last modified time | relevance | path

Searched refs:GetCallback (Results 1 – 8 of 8) 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/libbrillo/brillo/dbus/
Ddbus_property.h30 void Get(dbus::PropertySet::GetCallback callback) { in Get()
/external/libchrome/base/trace_event/
Dtrace_buffer.h97 OutputCallback GetCallback();
Dtrace_buffer.cc357 TraceResultBuffer::SimpleOutput::GetCallback() { in GetCallback() function in base::trace_event::TraceResultBuffer::SimpleOutput
Dmemory_dump_manager_unittest.cc866 buffer.SetOutputCallback(trace_output.GetCallback()); in TEST_F()
Dtrace_event_unittest.cc158 trace_buffer_.SetOutputCallback(json_output_.GetCallback()); in SetUp()
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc36 buffer_.SetOutputCallback(output_.GetCallback()); in ManualSetUp()