Home
last modified time | relevance | path

Searched refs:outRowId (Results 1 - 11 of 11) sorted by relevance

/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_store.h36 virtual int Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &initialValues) = 0;
60 MOCK_METHOD3(Insert, int(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues));
/base/usb/usb_manager/services/native/src/
H A Dusb_right_database.cpp99 int64_t outRowId = 0; in Insert() local
100 int32_t ret = store_->Insert(outRowId, USB_RIGHT_TABLE_NAME, insertValues); in Insert()
101 USB_HILOGI(MODULE_USB_SERVICE, "Insert id=%{public}" PRIu64 "", outRowId); in Insert()
106 return outRowId; in Insert()
/base/security/security_guard/services/data_collect/store/include/
H A Ddatabase.h34 int Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &initialValues);
/base/security/security_guard/test/unittest/data_collect/include/
H A Ddatabase.h34 int Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &initialValues);
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp39 int Database::Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &initialValues) in Insert() argument
43 ret = store_->Insert(outRowId, table, initialValues); in Insert()
/base/time/time_service/services/timer/src/
H A Dtimer_database.cpp122 int64_t outRowId = 0; in Insert() local
123 int ret = store_->Insert(outRowId, table, insertValues); in Insert()
132 ret = store_->Insert(outRowId, table, insertValues); in Insert()
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/
H A Ddatabase_mock.cpp33 int Database::Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &initialValues) in Insert() argument
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp121 int64_t outRowId; in SaveHttpAuthCredentials() local
130 errCode = rdbStore_->Insert(outRowId, HTTPAUTH_TABLE_NAME, valuesBucket); in SaveHttpAuthCredentials()
H A Dohos_web_permission_data_base_adapter_impl.cpp179 int64_t outRowId; in SetPermissionByOrigin() local
184 errCode = rdbStore_->Insert(outRowId, tableName, valuesBucket); in SetPermissionByOrigin()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp52 virtual int Insert(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues) in Insert() argument
61 virtual int Replace(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues) in Replace() argument
65 virtual int InsertWithConflictResolution(int64_t &outRowId, const std::string &table, in InsertWithConflictResolution() argument
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp93 int64_t outRowId = 0; in Insert() local
94 int ret = store_->Insert(outRowId, table, insertValues); in Insert()
302 int64_t outRowId = 0; in RequestDBInitVersionTable() local
306 ret = store.Insert(outRowId, std::string("request_version"), insertValues); in RequestDBInitVersionTable()

Completed in 9 milliseconds