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:rwMutex_
(Results
1 - 16
of
16
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
cache_result_set.cpp
63
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in GetBlob()
76
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in GetString()
89
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in GetInt()
102
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in GetLong()
115
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in GetDouble()
[all...]
H
A
D
task_executor.cpp
37
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in GetExecutor()
43
std::unique_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in SetExecutor()
H
A
D
rdb_store_impl.cpp
319
std::unique_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in SetDistributedTables()
2090
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in DoCloudSync()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
single_store_impl.cpp
37
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Put()
61
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in PutBatch()
89
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Delete()
111
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in DeleteBatch()
137
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in StartTransaction()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
single_store_impl.cpp
90
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Put()
117
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in PutBatch()
149
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Delete()
174
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in DeleteBatch()
203
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in StartTransaction()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_general_store.cpp
201
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Bind()
223
std::unique_lock<decltype(
rwMutex_
)> lock(
rwMutex_
, std::chrono::seconds(isForce ? LOCK_TIMEOUT : 0));
in Close()
259
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Execute()
327
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Insert()
391
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Update()
[all...]
H
A
D
rdb_general_store.h
167
mutable std::shared_timed_mutex
rwMutex_
;
member in OHOS::DistributedRdb::RdbGeneralStore
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_general_store.cpp
170
std::unique_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in KVDBGeneralStore()
206
std::unique_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in ~KVDBGeneralStore()
254
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Bind()
271
std::unique_lock<decltype(
rwMutex_
)> lock(
rwMutex_
, std::chrono::seconds(isForce ? LOCK_TIMEOUT : 0));
in Close()
381
std::shared_lock<decltype(
rwMutex_
)> lock(
rwMutex_
);
in Sync()
[all...]
H
A
D
kvdb_general_store.h
131
mutable std::shared_timed_mutex
rwMutex_
;
member in OHOS::DistributedKv::KVDBGeneralStore
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
task_executor.h
35
mutable std::shared_mutex
rwMutex_
;
member in OHOS::NativeRdb::TaskExecutor
H
A
D
rdb_store_impl.h
226
mutable std::shared_mutex
rwMutex_
;
member in OHOS::NativeRdb::RdbStoreImpl
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
cache_result_set.h
324
mutable std::shared_mutex
rwMutex_
;
member in OHOS::NativeRdb::CacheResultSet
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H
A
D
single_store_impl.h
98
mutable std::shared_mutex
rwMutex_
;
member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
single_store_impl.h
141
mutable std::shared_mutex
rwMutex_
;
member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
kvdb_general_store_test.cpp
295
std::unique_lock<decltype(store->
rwMutex_
)> lock(store->
rwMutex_
);
in HWTEST_F()
H
A
D
rdb_general_store_test.cpp
420
std::unique_lock<decltype(store->
rwMutex_
)> lock(store->
rwMutex_
);
in HWTEST_F()
Completed in 14 milliseconds