Home
last modified time | relevance | path

Searched refs:RollBack (Results 1 – 25 of 90) sorted by relevance

1234

/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Dpkg_db_helper.cpp57 (void)rightDatabase_->RollBack(); in DeleteAndNoOtherOperation()
63 (void)rightDatabase_->RollBack(); in DeleteAndNoOtherOperation()
99 (void)rightDatabase_->RollBack(); in AddOrUpdatePkgInfo()
123 (void)rightDatabase_->RollBack(); in AddOrUpdatePkgInfo()
151 (void)rightDatabase_->RollBack(); in AddOrUpdateRightRecord()
167 (void)rightDatabase_->RollBack(); in CheckIfNeedUpdateEx()
173 (void)rightDatabase_->RollBack(); in CheckIfNeedUpdateEx()
201 (void)rightDatabase_->RollBack(); in AddOrUpdateRightRecordEx()
281 (void)rightDatabase_->RollBack(); in QueryPkgInfos()
287 (void)rightDatabase_->RollBack(); in QueryPkgInfos()
[all …]
H A Dpkg_database.cpp82 int32_t PkgDataBase::RollBack() in RollBack() function in OHOS::ExternalDeviceManager::PkgDataBase
88 int32_t ret = store_->RollBack(); in RollBack()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp116 (void)rightDatabase_->RollBack(); in AddRightRecord()
122 (void)rightDatabase_->RollBack(); in AddRightRecord()
147 (void)rightDatabase_->RollBack(); in QueryAndGetResult()
153 (void)rightDatabase_->RollBack(); in QueryAndGetResult()
243 (void)rightDatabase_->RollBack(); in QueryAndGetResultColumnValues()
249 (void)rightDatabase_->RollBack(); in QueryAndGetResultColumnValues()
305 (void)rightDatabase_->RollBack(); in UpdateRightRecord()
311 (void)rightDatabase_->RollBack(); in UpdateRightRecord()
332 (void)rightDatabase_->RollBack(); in DeleteAndNoOtherOperation()
338 (void)rightDatabase_->RollBack(); in DeleteAndNoOtherOperation()
[all …]
H A Dusb_right_database.cpp79 int32_t UsbRightDataBase::RollBack() in RollBack() function in OHOS::USB::UsbRightDataBase
85 int32_t ret = store_->RollBack(); in RollBack()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp225 store.RollBack(); in InsertNewReminders()
253 store.RollBack(); in InsertNewReminders()
318 rdbStore_->RollBack(); in Delete()
326 rdbStore_->RollBack(); in Delete()
334 rdbStore_->RollBack(); in Delete()
342 rdbStore_->RollBack(); in Delete()
555 rdbStore_->RollBack(); in Delete()
566 rdbStore_->RollBack(); in Delete()
577 rdbStore_->RollBack(); in Delete()
586 rdbStore_->RollBack(); in Delete()
[all …]
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h160 requestPacker_.RollBack(writePos); in SetDisplayClientBuffer()
201 requestPacker_.RollBack(writePos); in SetDisplayClientDamage()
282 requestPacker_.RollBack(writePos); in SetLayerAlpha()
313 requestPacker_.RollBack(writePos); in SetLayerRegion()
344 requestPacker_.RollBack(writePos); in SetLayerCrop()
376 requestPacker_.RollBack(writePos); in SetLayerZorder()
408 requestPacker_.RollBack(writePos); in SetLayerPreMulti()
441 requestPacker_.RollBack(writePos); in SetLayerTransformMode()
481 requestPacker_.RollBack(writePos); in SetLayerDirtyRegion()
521 requestPacker_.RollBack(writePos); in SetLayerVisibleRegion()
[all …]
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp120 RollBack(); in ResetApn()
132 RollBack(); in ResetApn()
141 RollBack(); in ResetApn()
153 RollBack(); in CommitTransactionAction()
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_store.h50 virtual int RollBack() = 0;
76 MOCK_METHOD0(RollBack, int());
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/multiThread/
H A Drdb_connection_rd_test.cpp159 errCode = store->RollBack(res.second); in __anonc00059180302()
170 errCode = store->RollBack(res.second); in __anonc00059180402()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Drdb_base_helper.cpp149 int RdbBaseHelper::RollBack() in RollBack() function in OHOS::Telephony::RdbBaseHelper
153 ret = store_->RollBack(); in RollBack()
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase.cpp124 int Database::RollBack() in RollBack() function in OHOS::Security::SecurityGuard::Database
128 ret = store_->RollBack(); in RollBack()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_connection.cpp324 int SQLiteLocalKvDBConnection::RollBack() in RollBack() function in DistributedDB::SQLiteLocalKvDBConnection
350 writeHandle_->RollBack(); in PreClose()
414 int errCode = writeHandle_->RollBack(); in RollBackInner()
H A Dsqlite_local_kvdb_connection.h74 int RollBack() override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_local_storage_executor.h61 int RollBack();
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerrollback_fuzzer/
H A Dappservicefwkinstallerrollback_fuzzer.cpp33 appServicefwk.RollBack(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp172 RollBack(newFilePaths); in ProcessAddExtResource()
255 RollBack(newFilePaths); in CopyToTempDir()
262 RollBack(newFilePaths); in CopyToTempDir()
303 void ExtendResourceManagerHostImpl::RollBack(const std::vector<std::string> &filePaths) in RollBack() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/rollback_fuzzer/
H A Drollback_fuzzer.cpp48 impl.RollBack(filePaths); in fuzzelRollBackCaseOne()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_database.cpp91 int32_t NetFirewallDataBase::RollBack() in RollBack() function in OHOS::NetManagerStandard::NetFirewallDataBase
97 int32_t ret = store_->RollBack(); in RollBack()
/ohos5.0/base/security/security_guard/services/data_collect/store/include/
H A Ddatabase.h46 int RollBack();
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/
H A Ddatabase.h46 int RollBack();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_connection_test.cpp380 g_connection->RollBack();
428 g_connection->RollBack();
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h56 int RollBack() override;
57 int RollBack(int64_t trxId) override;
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Dpkg_database.h62 int32_t RollBack();
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_database.h130 int32_t RollBack();
/ohos5.0/base/telephony/telephony_data/common/include/
H A Drdb_base_helper.h60 int RollBack();

1234