/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_execute_test.cpp | 133 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 D | rdb_transaction_test.cpp | 121 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 D | rdb_read_only_test.cpp | 316 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 D | rdb_store.h | 46 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 D | database.cpp | 96 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 D | database.h | 42 int ExecuteAndGetLong(int64_t &outValue, const std::string &sql,
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | database.h | 42 int ExecuteAndGetLong(int64_t &outValue, const std::string &sql,
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_share_dao.cpp | 55 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 D | clouddisk_rdbstore_mock.h | 89 MOCK_METHOD3(ExecuteAndGetLong,
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | rdb_store_mock.h | 89 MOCK_METHOD3(ExecuteAndGetLong,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | rdb_store_impl.h | 48 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 D | mock_rdb.h | 121 …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 D | mock_app_provision_info.h | 114 virtual int ExecuteAndGetLong(int64_t &outValue, const std::string &sql,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store.h | 418 … 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 D | rdb_store_impl.h | 97 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 D | rdb_store.cpp | 301 int RdbStore::ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const Values &args) in ExecuteAndGetLong() function in OHOS::NativeRdb::RdbStore
|
H A D | rdb_store_impl.cpp | 1158 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 D | notification_rdb_data_mgr_test.cpp | 142 virtual int ExecuteAndGetLong(int64_t &outValue, const std::string &sql, in ExecuteAndGetLong() function in OHOS::Notification::RdbStoreTest
|