Home
last modified time | relevance | path

Searched refs:logDbg (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java839 logDbg("Triggering async teardown"); in teardownAsynchronously()
1309 logDbg( in notifyStatusCallbackForSessionClosed()
2349 logDbg("IkeOpened for token " + mToken); in onOpened()
2355 logDbg("IkeClosed for token " + mToken); in onClosed()
2374 logDbg("onIkeSessionConnectionInfoChanged for token " + mToken); in onIkeSessionConnectionInfoChanged()
2413 logDbg("ChildOpened for token " + mToken); in onOpened()
2431 logDbg("ChildClosed for token " + mToken); in onClosed()
2434 logDbg("ChildClosed for unopened opportunistic child; ignoring"); in onClosed()
2463 logDbg("ChildTransformsMigrated; token " + mToken); in onIpSecTransformsMigrated()
2496 private void logDbg(String msg) { in logDbg() method in VcnGatewayConnection
[all …]
H A DVcn.java327 logDbg("Config updated: old = " + mConfig.hashCode() + "; new = " + config.hashCode()); in handleConfigUpdated()
358 logDbg("Tearing down"); in handleTeardown()
587 private void logDbg(String msg) { in logDbg() method in Vcn
591 private void logDbg(String msg, Throwable tr) { in logDbg() method in Vcn
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DVcnManagementService.java684 logDbg("VcnStatusCallback threw on VCN status change", e); in notifyAllPolicyListenersLocked()
699 logDbg("VcnStatusCallback threw on VCN status change", e); in notifyAllPermissionedStatusCallbacksLocked()
738 logDbg("Starting or updating VCN config for subGrp: " + subscriptionGroup); in startOrUpdateVcnLocked()
1222 logDbg("VcnStatusCallback threw on VCN status change", e); in registerVcnStatusCallback()
1261 private void logDbg(String msg) { in logDbg() method
1265 private void logDbg(String msg, Throwable tr) { in logDbg() method
1509 logDbg("VcnStatusCallback threw on VCN status change", e); in onGatewayConnectionError()