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:SetPageSize
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
sqlite_connection.h
85
int
SetPageSize
(const RdbStoreConfig &config);
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_store_impl_test.cpp
390
* @tc.desc: Abnormal testCase for
SetPageSize
,
399
config.
SetPageSize
(1024);
in HWTEST_F()
522
config.
SetPageSize
(1024);
in HWTEST_F()
535
config.
SetPageSize
(1024);
in HWTEST_F()
579
config.
SetPageSize
(1024);
in HWTEST_F()
H
A
D
rdb_store_config_test.cpp
735
config.
SetPageSize
(pageSize);
in HWTEST_F()
747
config.
SetPageSize
(0);
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H
A
D
rdb_store_config.h
182
void
SetPageSize
(int pageSize);
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H
A
D
rdb_store_test.cpp
390
* @tc.desc: Abnormal testCase for
SetPageSize
,
399
config.
SetPageSize
(1024);
in HWTEST_F()
522
config.
SetPageSize
(1024);
in HWTEST_F()
535
config.
SetPageSize
(1024);
in HWTEST_F()
579
config.
SetPageSize
(1024);
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_store_config.cpp
163
void RdbStoreConfig::
SetPageSize
(int pageSize)
in SetPageSize()
function in OHOS::NativeRdb::RdbStoreConfig
H
A
D
sqlite_connection.cpp
200
rdbStoreConfig.
SetPageSize
(rdbConfig.GetPageSize());
in GetSlaveRdbStoreConfig()
367
errCode =
SetPageSize
(config);
in Configure()
498
int SqliteConnection::
SetPageSize
(const RdbStoreConfig &config)
in SetPageSize()
function in OHOS::NativeRdb::SqliteConnection
507
LOG_ERROR("
SetPageSize
fail to get page size : %{public}d", errCode);
in SetPageSize()
517
LOG_ERROR("
SetPageSize
fail to set page size : %{public}d", errCode);
in SetPageSize()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
rdb_store_config.h
476
API_EXPORT void
SetPageSize
(int pageSize);
Completed in 11 milliseconds