Home
last modified time | relevance | path

Searched refs:ExecuteAndGetLong (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_execute_test.cpp133 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
141 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test where age = 19");
148 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
178 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test", std::vector<ValueObject>());
186 ret = store->ExecuteAndGetLong(
194 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test", std::vector<ValueObject>());
201 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
215 int ret = store->ExecuteAndGetLong(pageSize, "PRAGMA page_size");
220 ret = store->ExecuteAndGetLong(journalSize, "PRAGMA journal_size_limit");
H A Drdb_transaction_test.cpp121 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
160 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
206 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
254 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
303 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
353 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
403 ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
H A Drdb_read_only_test.cpp316 int ret = store->ExecuteAndGetLong(count, "SELECT COUNT(*) FROM test");
319 ret = store->ExecuteAndGetLong(count, "PRAGMA user_version");
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_store.h46 virtual int ExecuteAndGetLong(int64_t &outValue, const std::string &sql,
66 MOCK_METHOD3(ExecuteAndGetLong, int(int64_t &outValue, const std::string &sql,
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp96 int Database::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, in ExecuteAndGetLong() function in OHOS::Security::SecurityGuard::Database
101 ret = store_->ExecuteAndGetLong(outValue, sql, bindArgs); in ExecuteAndGetLong()
/ohos5.0/base/security/security_guard/services/data_collect/store/include/
H A Ddatabase.h42 int ExecuteAndGetLong(int64_t &outValue, const std::string &sql,
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/
H A Ddatabase.h42 int ExecuteAndGetLong(int64_t &outValue, const std::string &sql,
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp55 if (int ret = dbStore->ExecuteAndGetLong(count, sql, objects); ret != NativeRdb::E_OK) { in IsUidExists()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_rdbstore_mock.h89 MOCK_METHOD3(ExecuteAndGetLong,
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Drdb_store_mock.h89 MOCK_METHOD3(ExecuteAndGetLong,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h48 int ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) override;
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h121 …int ExecuteAndGetLong(int64_t& outValue, const std::string& sql, const std::vector<ValueObject>& b… in ExecuteAndGetLong() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h114 virtual int ExecuteAndGetLong(int64_t &outValue, const std::string &sql,
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store.h418 … virtual int ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args = {});
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h97 int ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp301 int RdbStore::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) in ExecuteAndGetLong() function in OHOS::NativeRdb::RdbStore
H A Drdb_store_impl.cpp1158 return ExecuteAndGetLong(outValue, sql, predicates.GetBindArgs()); in Count()
1287 int RdbStoreImpl::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) in ExecuteAndGetLong() function in OHOS::NativeRdb::RdbStoreImpl
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp142 virtual int ExecuteAndGetLong(int64_t &outValue, const std::string &sql, in ExecuteAndGetLong() function in OHOS::Notification::RdbStoreTest