Searched refs:cvt (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | observer_bridge.cpp | 20 ObserverBridge::ObserverBridge(AppId appId, StoreId store, std::shared_ptr<Observer> observer, const Convertor &cvt) in ObserverBridge() argument 21 : appId_(std::move(appId)), storeId_(std::move(store)), observer_(std::move(observer)), convert_(cvt) in ObserverBridge() 92 ObserverBridge::ObserverClient::ObserverClient(std::shared_ptr<Observer> observer, const Convertor &cvt) in ObserverClient() argument 93 : KvStoreObserverClient(observer), convert_(cvt), realType_(INVALID_SUBSCRIBE_TYPE) in ObserverClient()
|
H A D | single_store_impl.cpp | 37 std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, const Convertor &cvt) in SingleStoreImpl() 38 : convertor_(cvt), dbStore_(std::move(dbStore)) in SingleStoreImpl() 36 SingleStoreImpl( std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, const Convertor &cvt) SingleStoreImpl() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | observer_bridge.h | 31 ObserverBridge(AppId appId, StoreId storeId, std::shared_ptr<Observer> observer, const Convertor &cvt); 41 ObserverClient(std::shared_ptr<Observer> observer, const Convertor &cvt);
|
H A D | single_store_impl.h | 49 SingleStoreImpl(std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, const Convertor &cvt);
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | single_store_impl.h | 38 SingleStoreImpl(std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, const Convertor &cvt);
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 23 const Convertor &cvt) : convertor_(cvt), dbStore_(std::move(dbStore)) in SingleStoreImpl() 22 SingleStoreImpl(std::shared_ptr<DBStore> dbStore, const AppId &appId, const Options &options, const Convertor &cvt) SingleStoreImpl() argument
|
Completed in 5 milliseconds