Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
Drdb_store_predicates_test.cpp167 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0100() local
195 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0200() local
224 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0300() local
251 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0400() local
281 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0500() local
308 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0600() local
332 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0700() local
355 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0800() local
387 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_0900() local
416 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_Predicates_1000() local
[all …]
Drdb_store_cursor_test.cpp198 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_CURSOR_0100() local
240 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_CURSOR_0200() local
274 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_CURSOR_0300() local
312 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len1); in SUB_DDM_RDB_CURSOR_0400() local
378 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_CURSOR_0500() local
400 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_CURSOR_0600() local
423 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_CURSOR_0700() local
448 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_CURSOR_0800() local
472 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len1); in SUB_DDM_RDB_CURSOR_0900() local
508 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len1); in SUB_DDM_RDB_CURSOR_1000() local
[all …]
Drdb_store_test.cpp175 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_0100() local
261 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); in SUB_DDM_RDB_0200() local
316 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates2, NULL, 0); in SUB_DDM_RDB_0300() local
392 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_0400() local
452 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_0500() local
503 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); in SUB_DDM_RDB_0600() local
548 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, columnNames, 1); in SUB_DDM_RDB_0700() local
590 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 1); in SUB_DDM_RDB_0800() local
644 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); in SUB_DDM_RDB_0900() local
706 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); in SUB_DDM_RDB_1000() local
[all …]
Drdb_store_level_test.cpp189 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_0100() local
238 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_0200() local
287 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_0300() local
336 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_0400() local
385 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_EL_0100() local
433 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_EL_0200() local
482 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_EL_0300() local
531 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_EL_0400() local
Drdb_store_backup_test.cpp122 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0100() local
156 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0300() local
234 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0400() local
294 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0500() local
371 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0600() local
446 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0700() local
477 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0800() local
561 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0900() local
619 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0110() local
/test/xts/device_attest_lite/services/core/network/
Dattest_tls.c266 int32_t LoadCommonOtherCert(mbedtls_x509_crt* chain, uint32_t cursor) in LoadCommonOtherCert()
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktest/entry/src/main/cpp/
Drdb.cpp592 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore, predicates, columnNames, len); in QueryOne() local
617 OH_Cursor *cursor = OH_Rdb_Query(nullptr, predicates, columnNames, len); in QueryTwo() local
642 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore, nullptr, columnNames, len); in QueryThree() local
661 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore, predicates, nullptr, len); in QueryFour() local
728 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(predicatesTestRdbStore, querySql); in ExecuteQueryOne() local
742 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(nullptr, querySql); in ExecuteQueryTwo() local
755 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(predicatesTestRdbStore, nullptr); in ExecuteQueryThree() local
768 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(predicatesTestRdbStore, 0); in ExecuteQueryFour() local
1059 OH_Cursor *cursor = OH_Rdb_QueryLockedRow(predicatesTestRdbStore, predicates, NULL, 0); in QueryLockRowOne() local