Home
last modified time | relevance | path

Searched defs:log_level (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_message.cc96 void NetlinkMessage::PrintBytes(int log_level, const unsigned char* buf, in PrintBytes()
118 void NetlinkMessage::PrintPacket(int log_level, const NetlinkPacket& packet) { in PrintPacket()
131 void NetlinkMessage::PrintHeader(int log_level, const nlmsghdr* header) { in PrintHeader()
155 void NetlinkMessage::PrintPayload(int log_level, const unsigned char* buf, in PrintPayload()
Dnetlink_attribute.cc387 void NetlinkAttribute::Print(int log_level, int indent) const { in Print()
833 void NetlinkNestedAttribute::Print(int log_level, int indent) const { in Print()
Dattribute_list.cc77 void AttributeList::Print(int log_level, int indent) const { in Print()
/system/connectivity/shill/
Dlogging.cc38 string log_level = cl->GetSwitchValueASCII(switches::kLogLevel); in SetLogLevelFromCommandLine() local
/system/connectivity/shill/wifi/
Dscan_session.cc301 void ScanSession::ReportResults(int log_level) { in ReportResults()
Dwifi.cc2485 int log_level = 6; in SetScanState() local
/system/extras/perfprofd/quipper/base/
Dlogging.h510 inline void LogAtLevel(int const log_level, std::string const &msg) { in LogAtLevel()
/system/core/init/
Dbuiltins.cpp880 int log_level = std::stoi(args[1]); in do_loglevel() local