Home
last modified time | relevance | path

Searched refs:Commit (Results 1 - 25 of 36) sorted by relevance

12

/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_store.h51 virtual int Commit() = 0;
77 MOCK_METHOD0(Commit, int());
/base/security/security_guard/services/data_collect/store/include/
H A Ddatabase.h47 int Commit();
/base/security/security_guard/test/unittest/data_collect/include/
H A Ddatabase.h47 int Commit();
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp133 int Database::Commit() in Commit() function in OHOS::Security::SecurityGuard::Database
137 ret = store_->Commit(); in Commit()
/base/telephony/telephony_data/common/src/
H A Drdb_base_helper.cpp157 int RdbBaseHelper::Commit() in Commit() function in OHOS::Telephony::RdbBaseHelper
161 ret = store_->Commit(); in Commit()
/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_callback.cpp94 if (rdbStore.Commit() == NativeRdb::E_OK) { in InitEccData()
130 if (rdbStore.Commit() == NativeRdb::E_OK) { in InitNumMatchData()
H A Drdb_global_params_helper.cpp109 int result = Commit(); in CommitTransactionAction()
/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp119 ret = rightDatabase_->Commit(); in AddRightRecord()
121 USB_HILOGE(MODULE_USB_SERVICE, "Commit error: %{public}d", ret); in AddRightRecord()
150 ret = rightDatabase_->Commit(); in QueryAndGetResult()
152 USB_HILOGE(MODULE_USB_SERVICE, "Commit error: %{public}d", ret); in QueryAndGetResult()
246 ret = rightDatabase_->Commit(); in QueryAndGetResultColumnValues()
248 USB_HILOGE(MODULE_USB_SERVICE, "Commit error: %{public}d", ret); in QueryAndGetResultColumnValues()
308 ret = rightDatabase_->Commit(); in UpdateRightRecord()
310 USB_HILOGE(MODULE_USB_SERVICE, "Commit error: %{public}d", ret); in UpdateRightRecord()
335 ret = rightDatabase_->Commit(); in DeleteAndNoOtherOperation()
337 USB_HILOGE(MODULE_USB_SERVICE, "Commit erro in DeleteAndNoOtherOperation()
[all...]
H A Dusb_right_database.cpp65 int32_t UsbRightDataBase::Commit() in Commit() function in OHOS::USB::UsbRightDataBase
68 USB_HILOGE(MODULE_USB_SERVICE, "Commit store_ is nullptr"); in Commit()
71 int32_t ret = store_->Commit(); in Commit()
73 USB_HILOGE(MODULE_USB_SERVICE, "Commit fail :%{public}d", ret); in Commit()
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/
H A Ddatabase_mock.cpp87 int Database::Commit() in Commit() function in OHOS::Security::SecurityGuard::Database
/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp104 result = rdbStore.Commit(); in InitData()
107 DATA_STORAGE_LOGE("Commit error!"); in InitData()
H A Drdb_opkey_helper.cpp84 int result = Commit(); in CommitTransactionAction()
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_callback.cpp105 rdbStore.Commit(); in InitData()
/base/telephony/telephony_data/common/include/
H A Drdb_base_helper.h61 int Commit();
/base/usb/usb_manager/services/native/include/
H A Dusb_right_database.h68 int32_t Commit();
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp256 store.Commit(); in InsertNewReminders()
345 rdbStore_->Commit(); in Delete()
589 rdbStore_->Commit(); in Delete()
645 rdbStore_->Commit(); in Insert()
702 rdbStore_->Commit(); in Update()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_single_kv_store.h207 * All changes to this kvstore will be in a same transaction and will not change the store until Commit() or
216 * @brief Commit current transaction. All changes to this store will be done after calling this method.
221 virtual Status Commit() override;
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp133 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp119 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
H A Dmock_single_kv_store.h209 * All changes to this kvstore will be in a same transaction and will not change the store until Commit() or
218 * @brief Commit current transaction. All changes to this store will be done after calling this method.
223 virtual Status Commit() override;
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp118 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
/base/notification/distributed_notification_service/services/test/moduletest/mock/include/
H A Dmock_single_kv_store.h208 * All changes to this kvstore will be in a same transaction and will not change the store until Commit() or
217 * @brief Commit current transaction. All changes to this store will be done after calling this method.
222 virtual Status Commit() override;
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_single_kv_store.cpp119 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_single_kv_store.cpp140 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_single_kv_store.cpp131 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore

Completed in 13 milliseconds

12