Home
last modified time | relevance | path

Searched refs:GetCallback (Results 1 – 14 of 14) 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.cc101 void PropertySet::Get(PropertyBase* property, GetCallback callback) { in Get()
116 void PropertySet::OnGet(PropertyBase* property, GetCallback callback, in OnGet()
/external/tensorflow/tensorflow/core/debug/
Ddebug_callback_registry.h48 EventCallback* GetCallback(const string& key);
Ddebug_callback_registry.cc37 DebugCallbackRegistry::EventCallback* DebugCallbackRegistry::GetCallback( in GetCallback() function in tensorflow::DebugCallbackRegistry
Ddebug_io_utils.cc459 auto* callback = callback_registry->GetCallback(dump_root_dir); in PublishDebugTensor()
/external/libbrillo/brillo/dbus/
Ddbus_property.h32 void Get(::dbus::PropertySet::GetCallback callback) { in Get()
/external/libchrome/components/policy/core/common/
Dpolicy_test_utils.h32 GetChromePolicyDetailsCallback GetCallback() const;
Dpolicy_statistics_collector_unittest.cc102 policy_details_.GetCallback(), in SetUp()
Dpolicy_test_utils.cc30 GetChromePolicyDetailsCallback PolicyDetailsMap::GetCallback() const { in GetCallback() function in policy::PolicyDetailsMap
/external/libchrome/base/trace_event/
Dtrace_buffer.h94 OutputCallback GetCallback();
Dtrace_buffer.cc304 TraceResultBuffer::SimpleOutput::GetCallback() { in GetCallback() function in base::trace_event::TraceResultBuffer::SimpleOutput
Dtrace_event_unittest.cc156 trace_buffer_.SetOutputCallback(json_output_.GetCallback()); in SetUp()
/external/libchrome/base/test/
Dtrace_event_analyzer.cc922 buffer.SetOutputCallback(trace_output.GetCallback()); in Stop()
Dtrace_event_analyzer_unittest.cc40 buffer_.SetOutputCallback(output_.GetCallback()); in ManualSetUp()