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:SetJournalMode
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H
A
D
rdb_store_config.h
157
void
SetJournalMode
(JournalMode journalMode);
254
void
SetJournalMode
(const std::string &journalMode);
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_store_config_test.cpp
266
config.
SetJournalMode
(JournalMode::MODE_DELETE);
in HWTEST_F()
290
config.
SetJournalMode
(JournalMode::MODE_TRUNCATE);
in HWTEST_F()
314
config.
SetJournalMode
(JournalMode::MODE_PERSIST);
in HWTEST_F()
338
config.
SetJournalMode
(JournalMode::MODE_MEMORY);
in HWTEST_F()
361
config.
SetJournalMode
(JournalMode::MODE_WAL);
in HWTEST_F()
385
config.
SetJournalMode
(JournalMode::MODE_OFF);
in HWTEST_F()
H
A
D
rdb_attach_test.cpp
135
config.
SetJournalMode
(JournalMode::MODE_TRUNCATE);
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_store_config.cpp
115
void RdbStoreConfig::
SetJournalMode
(JournalMode journalMode)
in SetJournalMode()
function in OHOS::NativeRdb::RdbStoreConfig
120
void RdbStoreConfig::
SetJournalMode
(const std::string &journalMode)
in SetJournalMode()
function in OHOS::NativeRdb::RdbStoreConfig
H
A
D
sqlite_connection.cpp
206
rdbStoreConfig.
SetJournalMode
(rdbConfig.GetJournalMode());
in GetSlaveRdbStoreConfig()
377
errCode =
SetJournalMode
(config);
in Configure()
702
int SqliteConnection::
SetJournalMode
(const RdbStoreConfig &config)
in SetJournalMode()
function in OHOS::NativeRdb::SqliteConnection
710
LOG_ERROR("SqliteConnection
SetJournalMode
fail to get journal mode : %{public}d", errCode);
in SetJournalMode()
722
LOG_ERROR("SqliteConnection
SetJournalMode
: fail to set journal mode err=%{public}d", errorCode);
in SetJournalMode()
727
LOG_ERROR("SqliteConnection
SetJournalMode
: result incorrect.");
in SetJournalMode()
H
A
D
connection_pool.cpp
104
attachConfig_.
SetJournalMode
(JournalMode::MODE_TRUNCATE);
in ConnectionPool()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
rdb_store_config.h
356
API_EXPORT void
SetJournalMode
(JournalMode journalMode);
676
void
SetJournalMode
(const std::string &journalMode);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
sqlite_connection.h
90
int
SetJournalMode
(const RdbStoreConfig &config);
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_usage_database.cpp
574
config.
SetJournalMode
(NativeRdb::JournalMode::MODE_OFF);
in GetBundleActiveRdbStore()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H
A
D
relational_store_test.cpp
169
config.
SetJournalMode
(JournalMode::MODE_TRUNCATE);
in HWTEST_F()
Completed in 16 milliseconds