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 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
rd_connection.h
79
bool
isWriter_
= false;
member in OHOS::NativeRdb::RdConnection
H
A
D
sqlite_connection.h
145
bool
isWriter_
;
member in OHOS::NativeRdb::SqliteConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rd_connection.cpp
102
RdConnection::RdConnection(const RdbStoreConfig &config, bool isWriter) :
isWriter_
(isWriter), config_(config)
in RdConnection()
205
return
isWriter_
;
in IsWriter()
H
A
D
sqlite_connection.cpp
130
: dbHandle_(nullptr),
isWriter_
(isWriteConnection), isReadOnly_(false), maxVariableNumber_(0), filePath(""),
in SqliteConnection()
231
isReadOnly_ = !
isWriter_
|| config.IsReadOnly();
in InnerOpen()
246
if (
isWriter_
) {
in InnerOpen()
414
if (
isWriter_
) {
in ~SqliteConnection()
456
return
isWriter_
;
in IsWriter()
462
if (!
isWriter_
|| notifier == nullptr) {
in SubscribeTableChanges()
956
if (!
isWriter_
) {
in TryCheckPoint()
991
if (!isConfigured_ || !
isWriter_
) {
in LimitWalSize()
1129
if (!
isWriter_
|| observer == nullptr) {
in Subscribe()
1153
if (!
isWriter_
) {
in Unsubscribe()
[all...]
Completed in 4 milliseconds