Home
last modified time | relevance | path

Searched refs:ExecuteAndGetString (Results 1 – 9 of 9) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_config_test.cpp170 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");
Drdb_execute_test.cpp224 ret = store->ExecuteAndGetString(journalMode, "PRAGMA journal_mode");
239 int ret = store->ExecuteAndGetString(outValue, "BEGIN;");
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
Drdb_store.h68 virtual int ExecuteAndGetString(std::string &outValue, const std::string &sql,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Drdb_store_impl.h62 int ExecuteAndGetString(std::string &outValue, const std::string &sql,
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Drdb_store_mock.h92 MOCK_METHOD3(ExecuteAndGetString,
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
Dclouddisk_rdbstore_mock.h92 MOCK_METHOD3(ExecuteAndGetString,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_store.h281 virtual int ExecuteAndGetString(std::string &outValue, const std::string &sql,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_store_impl.h109 int ExecuteAndGetString(std::string &outValue, const std::string &sql,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_impl.cpp822 int RdbStoreImpl::ExecuteAndGetString( in ExecuteAndGetString() function in OHOS::NativeRdb::RdbStoreImpl