Searched refs:bindArgs (Results 1 - 11 of 11) sorted by relevance
/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | rdb_store.h | 44 virtual int ExecuteSql(const std::string &sql, const std::vector<ValueObject> &bindArgs) = 0; 47 const std::vector<NativeRdb::ValueObject> &bindArgs = std::vector<NativeRdb::ValueObject>()) = 0; 64 const std::string &sql, const std::vector<ValueObject> &bindArgs)); 67 const std::vector<ValueObject> &bindArgs));
|
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/ |
H A D | sandbox_manager_rdb.cpp | 242 std::vector<NativeRdb::ValueObject> bindArgs; in FindSubPath() local 246 bindArgs.push_back(arg1); in FindSubPath() 247 bindArgs.push_back(arg2); in FindSubPath() 250 auto queryResultSet = db_->QuerySql(sql, bindArgs); in FindSubPath()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | notification_rdb_data_mgr_test.cpp | 79 const std::vector<ValueObject> &bindArgs = {})
in Update() 90 const std::string &whereClause = "", const std::vector<ValueObject> &bindArgs = {},
in UpdateWithConflictResolution() 101 const std::vector<ValueObject> &bindArgs = {})
in Delete() 107 const std::vector<ValueObject> &bindArgs = {}, const std::string &groupBy = "",
in Query() 130 const std::string &sql, const std::vector<ValueObject> &bindArgs = {})
in QueryByStep() 135 const std::string &sql, const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>())
in ExecuteSql() 143 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>())
in ExecuteAndGetLong() 148 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>())
in ExecuteAndGetString() 153 const std::vector<ValueObject> &bindArgs = std::vector<ValueObject>())
in ExecuteForLastInsertedRowId() 158 const std::vector<ValueObject> &bindArgs in ExecuteForChangedRowCount() [all...] |
/base/security/security_guard/services/data_collect/store/include/ |
H A D | database.h | 43 const std::vector<NativeRdb::ValueObject> &bindArgs = std::vector<NativeRdb::ValueObject>());
|
/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | database.h | 43 const std::vector<NativeRdb::ValueObject> &bindArgs = std::vector<NativeRdb::ValueObject>());
|
/base/security/security_guard/services/data_collect/store/src/ |
H A D | database.cpp | 97 const std::vector<NativeRdb::ValueObject> &bindArgs) in ExecuteAndGetLong() 101 ret = store_->ExecuteAndGetLong(outValue, sql, bindArgs); in ExecuteAndGetLong() 96 ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const std::vector<NativeRdb::ValueObject> &bindArgs) ExecuteAndGetLong() argument
|
/base/telephony/telephony_data/common/src/ |
H A D | rdb_base_helper.cpp | 94 int RdbBaseHelper::ExecuteSql(const std::string &sql, const std::vector<NativeRdb::ValueObject> &bindArgs) in ExecuteSql() argument 98 ret = store_->ExecuteSql(sql, bindArgs); in ExecuteSql()
|
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/ |
H A D | database_mock.cpp | 67 const std::vector<NativeRdb::ValueObject> &bindArgs) in ExecuteAndGetLong() 66 ExecuteAndGetLong(int64_t &outValue, const std::string &sql, const std::vector<NativeRdb::ValueObject> &bindArgs) ExecuteAndGetLong() argument
|
/base/telephony/telephony_data/common/include/ |
H A D | rdb_base_helper.h | 56 int ExecuteSql(const std::string &sql, const std::vector<NativeRdb::ValueObject> &bindArgs);
|
/base/usb/usb_manager/services/native/include/ |
H A D | usb_right_database.h | 62 const std::vector<OHOS::NativeRdb::ValueObject> &bindArgs = std::vector<OHOS::NativeRdb::ValueObject>());
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_database.cpp | 169 int32_t UsbRightDataBase::ExecuteSql(const std::string &sql, const std::vector<OHOS::NativeRdb::ValueObject> &bindArgs) in ExecuteSql() argument 175 int32_t ret = store_->ExecuteSql(sql, bindArgs); in ExecuteSql()
|
Completed in 6 milliseconds