/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | rdb_store.h | 51 virtual int Commit() = 0; 77 MOCK_METHOD0(Commit, int());
|
/base/security/security_guard/services/data_collect/store/include/ |
H A D | database.h | 47 int Commit();
|
/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | database.h | 47 int Commit();
|
/base/security/security_guard/services/data_collect/store/src/ |
H A D | database.cpp | 133 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 D | rdb_base_helper.cpp | 157 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 D | rdb_global_params_callback.cpp | 94 if (rdbStore.Commit() == NativeRdb::E_OK) { in InitEccData() 130 if (rdbStore.Commit() == NativeRdb::E_OK) { in InitNumMatchData()
|
H A D | rdb_global_params_helper.cpp | 109 int result = Commit(); in CommitTransactionAction()
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_db_helper.cpp | 119 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 D | usb_right_database.cpp | 65 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 D | database_mock.cpp | 87 int Database::Commit() in Commit() function in OHOS::Security::SecurityGuard::Database
|
/base/telephony/telephony_data/opkey/src/ |
H A D | rdb_opkey_callback.cpp | 104 result = rdbStore.Commit(); in InitData() 107 DATA_STORAGE_LOGE("Commit error!"); in InitData()
|
H A D | rdb_opkey_helper.cpp | 84 int result = Commit(); in CommitTransactionAction()
|
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | rdb_pdp_profile_callback.cpp | 105 rdbStore.Commit(); in InitData()
|
/base/telephony/telephony_data/common/include/ |
H A D | rdb_base_helper.h | 61 int Commit();
|
/base/usb/usb_manager/services/native/include/ |
H A D | usb_right_database.h | 68 int32_t Commit();
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store.cpp | 256 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 D | mock_single_kv_store.h | 207 * 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 D | mock_single_kv_store.cpp | 133 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_single_kv_store.cpp | 119 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
|
H A D | mock_single_kv_store.h | 209 * 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 D | mock_single_kv_store.cpp | 118 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
|
/base/notification/distributed_notification_service/services/test/moduletest/mock/include/ |
H A D | mock_single_kv_store.h | 208 * 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 D | mock_single_kv_store.cpp | 119 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 D | mock_single_kv_store.cpp | 140 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 D | mock_single_kv_store.cpp | 131 Status MockSingleKvStore::Commit() in Commit() function in OHOS::DistributedKv::MockSingleKvStore
|