Searched refs:Rows (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | transaction.h | 53 * @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 D | rdb_store.h | 108 * @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 D | input_manager.cpp | 257 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 D | transaction_impl.h | 37 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 D | transaction_impl.cpp | 177 std::pair<int32_t, int64_t> TransactionImpl::BatchInsert(const std::string &table, const Rows &rows) in BatchInsert()
|
H A D | rdb_store.cpp | 141 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 D | transaction_test.cpp | 196 Transaction::Rows rows { in HWTEST_F()
|
Completed in 6 milliseconds