Searched refs:gLog (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/ |
D | Controllers.cpp | 45 netdutils::Log gLog("netd"); variable 199 gLog.error("getNetdEventListener() returned nullptr. dropping wakeup event"); in Controllers() 242 gLog.info("Creating child chains: %.1fms", s.getTimeAndReset()); in initIptablesRules() 246 gLog.info("Setting up OEM hooks: %.1fms", s.getTimeAndReset()); in initIptablesRules() 250 gLog.info("Setting up FirewallController hooks: %.1fms", s.getTimeAndReset()); in initIptablesRules() 254 gLog.info("Setting up TetherController hooks: %.1fms", s.getTimeAndReset()); in initIptablesRules() 261 gLog.info("Setting up BandwidthController hooks: %.1fms", s.getTimeAndReset()); in initIptablesRules() 268 gLog.info("Setting up IdletimerController hooks: %.1fms", s.getTimeAndReset()); in initIptablesRules() 274 gLog.info("Setting up StrictController hooks: %.1fms", s.getTimeAndReset()); in initIptablesRules() 282 gLog.info("Initializing ClatdController: %.1fms", s.getTimeAndReset()); in init() [all …]
|
D | main.cpp | 58 using android::net::gLog; 82 gLog.info(std::string(msg)); in logCallback() 98 gLog.info("netd 1.0 starting"); in main() 144 gLog.error("Unable to init WakeupController: %s", toString(result).c_str()); in main() 178 gLog.info("Registering NetdNativeService: %.1fms", subTime.getTimeAndReset()); in main() 189 gLog.info("Registering NetdHwService: %.1fms", subTime.getTimeAndReset()); in main() 191 gLog.info("Netd started in %dms", static_cast<int>(s.timeTaken())); in main() 195 gLog.info("netd exiting"); in main()
|
D | NetdNativeService.cpp | 126 gLog.log(logEntry.returns(status.code()).withAutomaticDuration()); in logErrorStatus() 156 [](const std::string& msg) { gLog.info("%s", msg.c_str()); }); in NetdNativeService() 220 gLog.forEachEntry([&dw](const std::string& entry) mutable { dw.println(entry); }); in dump() 576 gLog.log("ipSecSetEncapSocketOwner()"); in ipSecSetEncapSocketOwner() 591 gLog.log("ipSecAllocateSpi()"); in ipSecAllocateSpi() 610 gLog.log("ipSecAddSecurityAssociation()"); in ipSecAddSecurityAssociation() 624 gLog.log("ipSecDeleteSecurityAssociation()"); in ipSecDeleteSecurityAssociation() 634 gLog.log("ipSecApplyTransportModeTransform()"); in ipSecApplyTransportModeTransform() 643 gLog.log("ipSecRemoveTransportModeTransform()"); in ipSecRemoveTransportModeTransform() 655 gLog.log("ipSecAddSecurityPolicy()"); in ipSecAddSecurityPolicy() [all …]
|
D | Controllers.h | 74 extern netdutils::Log gLog;
|
D | TetherController.cpp | 147 gLog.log("Sending update msg to dnsmasq [%s]", cmd.c_str()); in sendCmd() 150 gLog.error("Failed to send update command to dnsmasq (%s)", strerror(errno)); in sendCmd()
|