Home
last modified time | relevance | path

Searched refs:from_here (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/apmanager/
Derror.cc77 const tracked_objects::Location& from_here) { in PopulateAndLog() argument
78 string file_name = base::FilePath(from_here.file_name()).BaseName().value(); in PopulateAndLog()
80 << from_here.line_number() << ")]: "<< message; in PopulateAndLog()
82 error->Populate(type, message, from_here); in PopulateAndLog()
Derror.h65 const tracked_objects::Location& from_here);
/system/connectivity/shill/
Derror.cc131 void Error::PopulateAndLog(const tracked_objects::Location& from_here, in PopulateAndLog() argument
133 string file_name = base::FilePath(from_here.file_name()).BaseName().value(); in PopulateAndLog()
135 << from_here.line_number() << ")]: "<< message; in PopulateAndLog()
137 error->Populate(type, message, from_here); in PopulateAndLog()
Derror.h101 static void PopulateAndLog(const tracked_objects::Location& from_here,
/system/weaved/buffet/
Dmanager.cc169 void PostDelayedTask(const tracked_objects::Location& from_here, in PostDelayedTask() argument
172 brillo::MessageLoop::current()->PostDelayedTask(from_here, task, delay); in PostDelayedTask()