Home
last modified time | relevance | path

Searched refs:GetCallback (Results 1 – 6 of 6) 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.cc458 auto* callback = callback_registry->GetCallback(dump_root_dir); in PublishDebugTensor()
/external/libbrillo/brillo/dbus/
Ddbus_property.h30 void Get(dbus::PropertySet::GetCallback callback) { in Get()