Home
last modified time | relevance | path

Searched refs:rwMutex_ (Results 1 - 16 of 16) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dcache_result_set.cpp63 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 Dtask_executor.cpp37 std::shared_lock<decltype(rwMutex_)> lock(rwMutex_); in GetExecutor()
43 std::unique_lock<decltype(rwMutex_)> lock(rwMutex_); in SetExecutor()
H A Drdb_store_impl.cpp319 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 Dsingle_store_impl.cpp37 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 Dsingle_store_impl.cpp90 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 Drdb_general_store.cpp201 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 Drdb_general_store.h167 mutable std::shared_timed_mutex rwMutex_; member in OHOS::DistributedRdb::RdbGeneralStore
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp170 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 Dkvdb_general_store.h131 mutable std::shared_timed_mutex rwMutex_; member in OHOS::DistributedKv::KVDBGeneralStore
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtask_executor.h35 mutable std::shared_mutex rwMutex_; member in OHOS::NativeRdb::TaskExecutor
H A Drdb_store_impl.h226 mutable std::shared_mutex rwMutex_; member in OHOS::NativeRdb::RdbStoreImpl
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dcache_result_set.h324 mutable std::shared_mutex rwMutex_; member in OHOS::NativeRdb::CacheResultSet
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h98 mutable std::shared_mutex rwMutex_; member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h141 mutable std::shared_mutex rwMutex_; member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp295 std::unique_lock<decltype(store->rwMutex_)> lock(store->rwMutex_); in HWTEST_F()
H A Drdb_general_store_test.cpp420 std::unique_lock<decltype(store->rwMutex_)> lock(store->rwMutex_); in HWTEST_F()

Completed in 14 milliseconds