Home
last modified time | relevance | path

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

/system/netd/libnetdutils/
DLogTest.cpp26 return android::netdutils::LogEntry().prettyFunction(__PRETTY_FUNCTION__); in globalPrettyFunctionName()
39 return LogEntry().prettyFunction(__PRETTY_FUNCTION__); in prettyFunctionName()
53 return LogEntry().prettyFunction(__PRETTY_FUNCTION__); in prettyFunctionName()
65 return LogEntry().prettyFunction(__PRETTY_FUNCTION__); in prettyFunctionName()
DLog.cpp82 LogEntry& LogEntry::prettyFunction(const std::string& pretty_function) { in prettyFunction() function in android::netdutils::LogEntry
/system/netd/libnetdutils/include/netdutils/
DLog.h55 LogEntry& prettyFunction(const std::string& pretty_function);
/system/netd/resolv/
DDnsResolverService.cpp204 .prettyFunction(__PRETTY_FUNCTION__) in setResolverConfiguration()
/system/netd/server/
DNetdNativeService.cpp860 auto entry = gLog.newEntry().prettyFunction(__PRETTY_FUNCTION__).arg(ifName); in interfaceGetCfg()
874 .prettyFunction(__PRETTY_FUNCTION__) in interfaceSetCfg()