Searched defs:logMsg (Results 1 – 9 of 9) sorted by relevance
94 final String logMsg = "mode: " + i; in testAcceptOnlyServerAndBroadcastModes() local119 final String logMsg = "stratum: " + i; in testAcceptableStrataOnly() local
144 public void notifyLost(InetAddress ip, String logMsg); in notifyLost()363 final String logMsg = "FAILURE: LOST_PROVISIONING, " + msg; in handleNeighborLost() local
112 public void onReachabilityLost(String logMsg) {} in onReachabilityLost()218 public void onReachabilityLost(String logMsg) { in onReachabilityLost()
90 public void writeEntry(String tag, String logMsg) { in writeEntry()
259 String logMsg = "Visiblity by passpoint match returned "; in getVisibilityByPasspointMatch() local
3104 final String logMsg = "configureNeighborDiscoveryOffload(" + enabled + ")"; in configureNeighborDiscoveryOffload() local
1258 public void onReachabilityLost(String logMsg) { in onReachabilityLost()
1474 int expectedResponseCode, String expectedResponseMessage, String logMsg) in executeOrLogWithMessage()1487 String logMsg = "startAccessPoint Error setting up softap"; in startAccessPoint() local1524 String logMsg = "wifiFirmwareReload Error reloading " in wifiFirmwareReload() local1543 String logMsg = "stopAccessPoint Error stopping softap"; in stopAccessPoint() local1558 String logMsg = "startAccessPoint Error setting up softap"; in setAccessPoint() local
370 def logMsg(self, level, *args): member in OutputGenerator