Home
last modified time | relevance | path

Searched refs:Rows (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dtransaction.h53 * @brief Use Rows replace std::vector<Row>.
55 using Rows = std::vector<Row>;
58 * @brief Use Rows replace std::vector<Row>.
105 virtual std::pair<int32_t, int64_t> BatchInsert(const std::string &table, const Rows &rows) = 0;
H A Drdb_store.h108 * @brief Use Rows replace std::vector<Row>.
110 using Rows = std::vector<Row>;
113 * @brief Use Rows replace std::vector<Row>.
189 virtual int BatchInsert(int64_t &outInsertNum, const std::string &table, const Rows &rows);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp257 int32_t InputManager::SetMouseScrollRows(int32_t Rows) in SetMouseScrollRows() argument
259 return InputMgrImpl.SetMouseScrollRows(Rows); in SetMouseScrollRows()
262 int32_t InputManager::GetMouseScrollRows(int32_t &Rows) in GetMouseScrollRows() argument
264 return InputMgrImpl.GetMouseScrollRows(Rows); in GetMouseScrollRows()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtransaction_impl.h37 std::pair<int32_t, int64_t> BatchInsert(const std::string &table, const Rows &rows) override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction_impl.cpp177 std::pair<int32_t, int64_t> TransactionImpl::BatchInsert(const std::string &table, const Rows &rows) in BatchInsert()
H A Drdb_store.cpp141 int RdbStore::BatchInsert(int64_t &outInsertNum, const std::string &table, const Rows &rows) in BatchInsert()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dtransaction_test.cpp196 Transaction::Rows rows { in HWTEST_F()

Completed in 6 milliseconds