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:ConfigLocale
(Results
1 - 12
of
12
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
connection_pool.h
56
int
ConfigLocale
(const std::string &localeStr);
103
int32_t
ConfigLocale
(const std::string &locale);
H
A
D
connection.h
60
virtual int32_t
ConfigLocale
(const std::string &localeStr) = 0;
H
A
D
rd_connection.h
47
int32_t
ConfigLocale
(const std::string& localeStr) override;
H
A
D
sqlite_connection.h
52
int
ConfigLocale
(const std::string &localeStr) override;
H
A
D
rdb_store_impl.h
150
int
ConfigLocale
(const std::string &localeStr);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
connection_pool.cpp
348
int ConnPool::
ConfigLocale
(const std::string &localeStr)
in ConfigLocale()
function in ConnPool
350
auto errCode = readers_.
ConfigLocale
(localeStr);
in ConfigLocale()
354
return writers_.
ConfigLocale
(localeStr);
in ConfigLocale()
538
int32_t ConnPool::Container::
ConfigLocale
(const std::string &locale)
in ConfigLocale()
function in ConnPool::Container
550
conn->connect_->
ConfigLocale
(locale);
in ConfigLocale()
H
A
D
rd_connection.cpp
246
int32_t RdConnection::
ConfigLocale
(const std::string& localeStr)
in ConfigLocale()
function in OHOS::NativeRdb::RdConnection
H
A
D
rdb_store_impl.cpp
2140
int RdbStoreImpl::
ConfigLocale
(const std::string &localeStr)
in ConfigLocale()
function in RdbStoreImpl
2151
return connectionPool_->
ConfigLocale
(localeStr);
in ConfigLocale()
H
A
D
sqlite_connection.cpp
915
int SqliteConnection::
ConfigLocale
(const std::string &localeStr)
in ConfigLocale()
function in OHOS::NativeRdb::SqliteConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H
A
D
rdb_store_impl.h
79
int
ConfigLocale
(const std::string &localeStr);
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_store_impl_test.cpp
413
* @tc.desc: Abnormal testCase for
ConfigLocale
435
errCode = connectionPool->
ConfigLocale
("AbnormalTest");
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H
A
D
rdb_store_test.cpp
413
* @tc.desc: Abnormal testCase for
ConfigLocale
435
errCode = connectionPool->
ConfigLocale
("AbnormalTest");
in HWTEST_F()
Completed in 14 milliseconds