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:IsWriter
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
connection.h
56
virtual bool
IsWriter
() const = 0;
H
A
D
rd_connection.h
43
bool
IsWriter
() const override;
H
A
D
connection_pool.h
80
bool
IsWriter
() const;
H
A
D
sqlite_connection.h
57
bool
IsWriter
() const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rd_connection.cpp
203
bool RdConnection::
IsWriter
() const
in IsWriter()
function in OHOS::NativeRdb::RdConnection
210
if (!
IsWriter
()) {
in ReSetKey()
H
A
D
connection_pool.cpp
307
auto &container = node->
IsWriter
() ? writers_ : readers_;
in ReleaseNode()
484
if (!connect_->
IsWriter
()) {
in Unused()
501
bool ConnPool::ConnNode::
IsWriter
() const
in IsWriter()
function in ConnPool::ConnNode
504
return connect_->
IsWriter
();
in IsWriter()
H
A
D
sqlite_connection.cpp
440
if (slaveConnection_ &&
IsWriter
()) {
in CreateStatement()
454
bool SqliteConnection::
IsWriter
() const
in IsWriter()
function in OHOS::NativeRdb::SqliteConnection
581
if (!
IsWriter
()) {
in ReSetKey()
648
if (
IsWriter
()) {
in SetEncryptKey()
791
if (!
IsWriter
()) {
in SetWalFile()
H
A
D
sqlite_statement.cpp
362
if (!conn_->
IsWriter
() && !ReadOnly()) {
in Execute()
H
A
D
rdb_store_impl.cpp
1550
if (statement->ReadOnly() && conn->
IsWriter
()) {
in BeginExecuteSql()
Completed in 12 milliseconds