Home
last modified time | relevance | path

Searched refs:pushDataInterceptor_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp356 pushDataInterceptor_ = interceptor; in SetSendDataInterceptor()
365 interceptor = isPush ? pushDataInterceptor_ : receiveDataInterceptor_; in InterceptData()
H A Dsqlite_single_ver_natural_store.h332 PushDataInterceptor pushDataInterceptor_; variable
H A Dsqlite_single_ver_natural_store.cpp175 pushDataInterceptor_(nullptr), in SQLiteSingleVerNaturalStore()