OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChromeosDBusControl
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/dbus/
chromeos_dbus_control.cc
89
const char
ChromeosDBusControl
::kNullPath[] = "/";
91
ChromeosDBusControl
::
ChromeosDBusControl
(EventDispatcher* dispatcher)
103
ChromeosDBusControl
::~
ChromeosDBusControl
() {
112
const string&
ChromeosDBusControl
::NullRPCIdentifier() {
116
void
ChromeosDBusControl
::RegisterManagerObject(
122
&
ChromeosDBusControl
::OnDBusServiceRegistered,
126
base::Bind(&
ChromeosDBusControl
::TakeServiceOwnership,
132
AdaptorInterface*
ChromeosDBusControl
::CreateAdaptor(Object* object)
[
all
...]
chromeos_dbus_control.h
32
class
ChromeosDBusControl
: public ControlInterface {
34
ChromeosDBusControl
(EventDispatcher* dispatcher);
35
~
ChromeosDBusControl
() override;
/system/connectivity/shill/
daemon_task.cc
103
control_.reset(new
ChromeosDBusControl
(dispatcher_.get()));
Completed in 347 milliseconds