OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShillDaemon
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
shill_daemon.cc
28
ShillDaemon
::
ShillDaemon
(const base::Closure& startup_callback,
33
ShillDaemon
::~
ShillDaemon
() {}
35
int
ShillDaemon
::OnInit() {
50
void
ShillDaemon
::OnShutdown(int* return_code) {
shill_daemon.h
31
//
ShillDaemon
is the daemon that will be initialized in shill_main.cc. It
34
class
ShillDaemon
: public DaemonTask, public brillo::Daemon {
36
ShillDaemon
(const base::Closure& startup_callback,
38
virtual ~
ShillDaemon
();
Completed in 336 milliseconds