Searched refs:SQLiteConnection (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/jni/ |
D | android_database_SQLiteConnection.cpp | 71 struct SQLiteConnection { struct 89 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) : in SQLiteConnection() argument 95 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteTraceCallback() 102 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteProfileCallback() 109 SQLiteConnection* connection = static_cast<SQLiteConnection*>(data); in sqliteProgressHandlerCallback() 118 if (openFlags & SQLiteConnection::CREATE_IF_NECESSARY) { in nativeOpen() 120 } else if (openFlags & SQLiteConnection::OPEN_READONLY) { in nativeOpen() 175 SQLiteConnection* connection = new SQLiteConnection(db, openFlags, path, label); in nativeOpen() 190 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeClose() 261 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr); in nativeRegisterCustomFunction() [all …]
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnectionPool.java | 102 private final ArrayList<SQLiteConnection> mAvailableNonPrimaryConnections = 103 new ArrayList<SQLiteConnection>(); 104 private SQLiteConnection mAvailablePrimaryConnection; 128 private final WeakHashMap<SQLiteConnection, AcquiredConnectionStatus> mAcquiredConnections = 129 new WeakHashMap<SQLiteConnection, AcquiredConnectionStatus>(); 338 SQLiteConnection newPrimaryConnection = openConnectionLocked(configuration, in reconfigure() 378 public SQLiteConnection acquireConnection(String sql, int connectionFlags, in acquireConnection() 380 SQLiteConnection con = waitForConnection(sql, connectionFlags, cancellationSignal); in acquireConnection() 401 public void releaseConnection(SQLiteConnection connection) { in releaseConnection() 434 private boolean recycleConnectionLocked(SQLiteConnection connection, in recycleConnectionLocked() [all …]
|
D | SQLiteConnection.java | 91 public final class SQLiteConnection implements CancellationSignal.OnCancelListener { class 163 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection() method in SQLiteConnection 191 static SQLiteConnection open(SQLiteConnectionPool pool, in open() 194 SQLiteConnection connection = new SQLiteConnection(pool, configuration, in open()
|
D | SQLiteSession.java | 167 private SQLiteConnection mConnection;
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
D | SQLiteConnectionPoolTest.java | 78 SQLiteConnection c1 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections() 81 SQLiteConnection c2 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections() 85 SQLiteConnection c3 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 17331 Landroid/database/sqlite/SQLiteConnection$Operation;-><init>()V 17332 Landroid/database/sqlite/SQLiteConnection$Operation;->describe(Ljava/lang/StringBuilder;Z)V 17333 Landroid/database/sqlite/SQLiteConnection$Operation;->getStatus()Ljava/lang/String; 17334 Landroid/database/sqlite/SQLiteConnection$Operation;->getTraceMethodName()Ljava/lang/String; 17335 Landroid/database/sqlite/SQLiteConnection$Operation;->MAX_TRACE_METHOD_NAME_LEN:I 17336 Landroid/database/sqlite/SQLiteConnection$Operation;->mBindArgs:Ljava/util/ArrayList; 17337 Landroid/database/sqlite/SQLiteConnection$Operation;->mCookie:I 17338 Landroid/database/sqlite/SQLiteConnection$Operation;->mEndTime:J 17339 Landroid/database/sqlite/SQLiteConnection$Operation;->mException:Ljava/lang/Exception; 17340 Landroid/database/sqlite/SQLiteConnection$Operation;->mFinished:Z [all …]
|
D | preloaded-classes | 1087 android.database.sqlite.SQLiteConnection$Operation 1088 android.database.sqlite.SQLiteConnection$OperationLog 1089 android.database.sqlite.SQLiteConnection$PreparedStatement 1090 android.database.sqlite.SQLiteConnection$PreparedStatementCache 1091 android.database.sqlite.SQLiteConnection
|
D | boot-image-profile.txt | 5202 HSPLandroid/database/sqlite/SQLiteConnection$OperationLog;->beginOperation(Ljava/lang/String;Ljava/… 5203 HSPLandroid/database/sqlite/SQLiteConnection$OperationLog;->endOperation(I)V 5204 HSPLandroid/database/sqlite/SQLiteConnection$OperationLog;->endOperationDeferLog(I)Z 5205 HSPLandroid/database/sqlite/SQLiteConnection$OperationLog;->endOperationDeferLogLocked(I)Z 5206 HSPLandroid/database/sqlite/SQLiteConnection$PreparedStatementCache;->entryRemoved(ZLjava/lang/Obje… 5207 HSPLandroid/database/sqlite/SQLiteConnection;-><init>(Landroid/database/sqlite/SQLiteConnectionPool… 5208 …android/database/sqlite/SQLiteConnection;->acquirePreparedStatement(Ljava/lang/String;)Landroid/da… 5209 HSPLandroid/database/sqlite/SQLiteConnection;->applyBlockGuardPolicy(Landroid/database/sqlite/SQLit… 5210 HSPLandroid/database/sqlite/SQLiteConnection;->attachCancellationSignal(Landroid/os/CancellationSig… 5211 HSPLandroid/database/sqlite/SQLiteConnection;->bindArguments(Landroid/database/sqlite/SQLiteConnect… [all …]
|