Searched defs:ExecSql (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | native_sqlite.cpp | 34 int NativeSqlite::ExecSql(sqlite3 *db, const std::string &sql) in ExecSql() function in DistributedDB::NativeSqlite 48 int NativeSqlite::ExecSql(sqlite3 *db, const std::string &sql, const std::function<int (sqlite3_stmt *)> &bindCallback, in ExecSql() function in DistributedDB::NativeSqlite
|
H A D | distributeddb_tools_unit_test.cpp | 1127 int RelationalTestUtils::ExecSql(sqlite3 *db, const std::string &sql) in ExecSql() function in DistributedDBUnitTest::RelationalTestUtils 1141 int RelationalTestUtils::ExecSql(sqlite3 *db, const std::string &sql, in ExecSql() function in DistributedDBUnitTest::RelationalTestUtils
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_remote_query_test.cpp | 97 int ExecSql(sqlite3 *db, const std::string &sql) in ExecSql() function
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_database_helper.cpp | 71 int32_t NetStatsDatabaseHelper::ExecSql(const std::string &sql, void *recv, SqlCallback callback) in ExecSql() function in OHOS::NetManagerStandard::NetStatsDatabaseHelper [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_sqlite_utils.cpp | 226 int RDSQLiteUtils::ExecSql(sqlite3 *db, const std::string &sql) in ExecSql() function in DocumentDB::RDSQLiteUtils 242 int RDSQLiteUtils::ExecSql(sqlite3 *db, const std::string &sql, const std::function<int(sqlite3_stmt *)> &bindCallback, in ExecSql() function in DocumentDB::RDSQLiteUtils
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | distributeddb_tools_test.cpp | 204 int RdbTestUtils::ExecSql(sqlite3 *db, const std::string &sql) in ExecSql() function in DistributedDBTest::RdbTestUtils
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/ |
H A D | cloudsync_fuzzer.cpp | 92 static void ExecSql(sqlite3 *db, const std::string &sql) in ExecSql() function in OHOS::CloudSyncTest
|
Completed in 10 milliseconds