Home
last modified time | relevance | path

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

/aosp12/system/netd/libnetdutils/
H A 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()
H A DLog.cpp82 LogEntry& LogEntry::prettyFunction(const std::string& pretty_function) { in prettyFunction() function in android::netdutils::LogEntry
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DLog.h55 LogEntry& prettyFunction(const std::string& pretty_function);
/aosp12/packages/modules/DnsResolver/
H A DDnsResolverService.cpp207 .prettyFunction(__PRETTY_FUNCTION__) in setResolverConfiguration()
/aosp12/system/netd/server/
H A DNetdNativeService.cpp914 auto entry = gLog.newEntry().prettyFunction(__PRETTY_FUNCTION__).arg(ifName); in interfaceGetCfg()
928 .prettyFunction(__PRETTY_FUNCTION__) in interfaceSetCfg()