Searched refs:ExecuteAndGetString (Results 1 – 9 of 9) sorted by relevance
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_store_config_test.cpp | 170 ret = store->ExecuteAndGetString(journalMode, "PRAGMA journal_mode"); 227 int ret = store->ExecuteAndGetString(currentMode, "PRAGMA journal_mode"); 250 int ret = store->ExecuteAndGetString(currentMode, "PRAGMA journal_mode"); 273 int ret = store->ExecuteAndGetString(currentMode, "PRAGMA journal_mode"); 296 int ret = store->ExecuteAndGetString(currentMode, "PRAGMA journal_mode"); 320 int ret = store->ExecuteAndGetString(currentMode, "PRAGMA journal_mode"); 342 int ret = store->ExecuteAndGetString(currentMode, "PRAGMA journal_mode"); 365 int ret = store->ExecuteAndGetString(currentMode, "PRAGMA journal_mode");
|
| D | rdb_execute_test.cpp | 224 ret = store->ExecuteAndGetString(journalMode, "PRAGMA journal_mode"); 239 int ret = store->ExecuteAndGetString(outValue, "BEGIN;");
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
| D | rdb_store.h | 68 virtual int ExecuteAndGetString(std::string &outValue, const std::string &sql,
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
| D | rdb_store_impl.h | 62 int ExecuteAndGetString(std::string &outValue, const std::string &sql,
|
| /foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/ |
| D | rdb_store_mock.h | 92 MOCK_METHOD3(ExecuteAndGetString,
|
| /foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
| D | clouddisk_rdbstore_mock.h | 92 MOCK_METHOD3(ExecuteAndGetString,
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| D | rdb_store.h | 281 virtual int ExecuteAndGetString(std::string &outValue, const std::string &sql,
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
| D | rdb_store_impl.h | 109 int ExecuteAndGetString(std::string &outValue, const std::string &sql,
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rdb_store_impl.cpp | 822 int RdbStoreImpl::ExecuteAndGetString( in ExecuteAndGetString() function in OHOS::NativeRdb::RdbStoreImpl
|