Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:RollBack
(Results
1 - 25
of
77
) sorted by relevance
1
2
3
4
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerrollback_fuzzer/
H
A
D
appservicefwkinstallerrollback_fuzzer.cpp
33
appServicefwk.
RollBack
();
in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_local_storage_executor.h
61
int
RollBack
();
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/rollback_fuzzer/
H
A
D
rollback_fuzzer.cpp
48
impl.
RollBack
(filePaths);
in fuzzelRollBackCaseOne()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/multiThread/
H
A
D
rdb_connection_rd_test.cpp
159
errCode = store->
RollBack
(res.second);
in HWTEST_F()
170
errCode = store->
RollBack
(res.second);
in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H
A
D
media_library_db_upgrade.cpp
132
store.
RollBack
();
in DropPhotoAlbumTrigger()
217
store.
RollBack
();
in MoveSingleRelationshipToPhotos()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H
A
D
sqlite_local_kvdb_connection.h
74
int
RollBack
() override;
H
A
D
sqlite_local_kvdb_connection.cpp
143
LOGI("Clear failed, need rollback!
RollBack
result is [%d]", errCodeRollBack);
in Clear()
209
LOGI("PutBatch failed,need rollback!
RollBack
result is %d", errCodeRollBack);
in PutBatch()
257
LOGI("DeleteBatchm need rollback!
RollBack
result is [%d]", errCodeRollBack);
in DeleteBatch()
324
int SQLiteLocalKvDBConnection::
RollBack
()
in RollBack()
function in DistributedDB::SQLiteLocalKvDBConnection
350
writeHandle_->
RollBack
();
in PreClose()
414
int errCode = writeHandle_->
RollBack
();
in RollBackInner()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H
A
D
extend_resource_manager_host_impl.cpp
172
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
/foundation/bundlemanager/app_domain_verify/services/src/manager/rdb/
H
A
D
rdb_migrate_mgr.cpp
151
ret = rdbStore.
RollBack
();
in ExecSqlWithTrans()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/extend_resource/
H
A
D
extend_resource_manager_host_impl.h
50
void
RollBack
(const std::vector<std::string> &filePaths);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/event_handler/
H
A
D
album_plugin_table_event_handler.cpp
68
store.
RollBack
();
in InitiateData()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H
A
D
ringtone_rdb_transaction.cpp
146
int32_t errCode = rdbStore_->
RollBack
();
in TransactionRollback()
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H
A
D
netfirewall_database.h
131
int32_t
RollBack
();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H
A
D
multi_ver_natural_store_connection.h
82
int
RollBack
() override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H
A
D
sqlite_relational_store_connection.h
83
int
RollBack
();
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
H
A
D
napi_rdb_store.h
60
static napi_value
RollBack
(napi_env env, napi_callback_info info);
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H
A
D
clouddisk_rdb_transaction.cpp
40
LOGI("TransactionOperations::
RollBack
");
in ~TransactionOperations()
153
int32_t errCode = rdbStore_->
RollBack
();
in TransactionRollback()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H
A
D
netfirewall_database.cpp
99
int32_t NetFirewallDataBase::
RollBack
()
in RollBack()
function in OHOS::NetManagerStandard::NetFirewallDataBase
102
NETMGR_EXT_LOG_E("
RollBack
store_ is nullptr");
in RollBack()
105
int32_t ret = store_->
RollBack
();
in RollBack()
107
NETMGR_EXT_LOG_E("
RollBack
fail :%{public}d", ret);
in RollBack()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_storage_data_connection_test.cpp
380
g_connection->
RollBack
();
in HWTEST_F()
428
g_connection->
RollBack
();
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H
A
D
rdb_store_impl.h
56
int
RollBack
() override;
57
int
RollBack
(int64_t trxId) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H
A
D
inner_shared_bundle_installer.h
67
void
RollBack
();
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_rdb_transaction.cpp
194
int32_t errCode = rdbStore_->
RollBack
();
in TransactionRollback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H
A
D
ikvdb_connection.h
87
virtual int
RollBack
() = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H
A
D
rd_single_ver_natural_store_connection.h
65
int
RollBack
() override;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H
A
D
napi_rdb_store.h
62
static napi_value
RollBack
(napi_env env, napi_callback_info info);
Completed in 10 milliseconds
1
2
3
4