Searched refs:connectionType (Results 1 – 8 of 8) sorted by relevance
52 dataType.connectionTypes.forEach { connectionType -> in <lambda>() method54 val existingConnectionProvider = tempConnectionProviders[connectionType] in <lambda>()57 connectionType, in <lambda>()61 tempConnectionProviders[connectionType] = connectionProvider in <lambda>()62 tempDtds[connectionType] = dataType.descriptor in <lambda>()63 tempMgmtProperties[connectionType] = dataType.managementStrategy in <lambda>()73 connectionType: Class<T> in <lambda>()75 return connectionProviderByType[connectionType] in <lambda>()78 override fun <T : Connection> findDataType(connectionType: Class<T>): DataTypeDescriptor? { in <lambda>()79 return dtdByType[connectionType] in <lambda>()
55 fun <T : Connection> findConnectionProvider(connectionType: Class<T>): ConnectionProvider?58 fun <T : Connection> findDataType(connectionType: Class<T>): DataTypeDescriptor?
32 connectionType: Class<out Connection>,34 ) : ChronicleError(constructMessage(connectionType, connectionProviders)) {37 connectionType: Class<out Connection>, in constructMessage()40 return "Connection type $connectionType supported more than once by " + in constructMessage()
195 getconnectionTypeToString(event.connectionType)); in dump()289 private String getconnectionTypeToString(int connectionType) { in getconnectionTypeToString() argument290 switch (connectionType) { in getconnectionTypeToString()368 return P2pConnectionEvent.CONNECTION_FAST == mCurrentConnectionEvent.connectionType; in isP2pFastConnectionType()390 public void startConnectionEvent(int connectionType, WifiP2pConfig config, int groupRole, in startConnectionEvent() argument401 .append(getconnectionTypeToString(mCurrentConnectionEvent.connectionType)) in startConnectionEvent()411 .append(getconnectionTypeToString(connectionType)) in startConnectionEvent()428 mCurrentConnectionEvent.connectionType = connectionType; in startConnectionEvent()473 .append(getconnectionTypeToString(mCurrentConnectionEvent.connectionType)) in endConnectionEvent()501 convertConnectionType(mCurrentConnectionEvent.connectionType), in endConnectionEvent()[all …]
1819 private void reportConnectionEventTakeBugReportIfOverlapped(int connectionType, in reportConnectionEventTakeBugReportIfOverlapped() argument1827 mWifiP2pMetrics.startConnectionEvent(connectionType, config, groupRole, uid, in reportConnectionEventTakeBugReportIfOverlapped()
112 if (!request.requester.requiredConnectionTypes.contains(request.connectionType)) { in <lambda>()122 currentContext.findConnectionProvider(request.connectionType) in <lambda>()131 if (policy == null && request.connectionType.isReadConnection) { in <lambda>()148 if (policy != null && request.connectionType.isReadConnection) { in <lambda>()
23 val connectionType: Class<T>, constant in com.android.libraries.pcc.chronicle.api.ConnectionRequest
102 context.findDataType(request.connectionType) in <lambda>()