Home
last modified time | relevance | path

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

/system/netd/server/
DControllers.cpp45 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 …]
Dmain.cpp58 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()
DNetdNativeService.cpp126 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 …]
DControllers.h74 extern netdutils::Log gLog;
DTetherController.cpp147 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()