Home
last modified time | relevance | path

Searched refs:dataInterceptorMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp355 std::unique_lock<std::shared_mutex> lock(dataInterceptorMutex_); in SetSendDataInterceptor()
364 std::shared_lock<std::shared_mutex> lock(dataInterceptorMutex_); in InterceptData()
639 std::unique_lock<std::shared_mutex> lock(dataInterceptorMutex_); in SetReceiveDataInterceptor()
H A Dsqlite_single_ver_natural_store.h331 mutable std::shared_mutex dataInterceptorMutex_; variable