Home
last modified time | relevance | path

Searched refs:convertor_ (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp23 const Convertor &cvt) : convertor_(cvt), dbStore_(std::move(dbStore)) in SingleStoreImpl()
43 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put()
70 dbEntry.key = convertor_.ToLocalDBKey(entry.key); in PutBatch()
95 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete()
119 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch()
201 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get()
235 DBKey dbPrefix = convertor_.GetPrefix(prefix); in GetEntries()
253 DBQuery dbQuery = convertor_.GetDBQuery(query); in GetEntries()
263 DBKey dbPrefix = convertor_.GetPrefix(prefix); in GetResultSet()
281 DBQuery dbQuery = convertor_ in GetResultSet()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp38 : convertor_(cvt), dbStore_(std::move(dbStore)) in SingleStoreImpl()
96 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put()
126 dbEntry.key = convertor_.ToLocalDBKey(entry.key); in PutBatch()
155 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete()
182 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch()
349 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get()
404 DBKey dbPrefix = convertor_.GetPrefix(prefix); in GetEntries()
423 DBQuery dbQuery = convertor_.GetDBQuery(query); in GetEntries()
434 DBKey dbPrefix = convertor_.GetPrefix(prefix); in GetResultSet()
477 entry.key = convertor_ in GetDeviceEntries()
[all...]
/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dbase_context.h89 NetBaseErrorCodeConvertor convertor_; member in OHOS::NetManagerStandard::BaseContext
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dbase_context.cpp53 errorMessage_ = convertor_.ConvertErrorCode(errorCode_); in SetErrorCode()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h93 const Convertor &convertor_; member in OHOS::DistributedKv::SingleStoreImpl
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h142 const Convertor &convertor_; member in OHOS::DistributedKv::SingleStoreImpl

Completed in 5 milliseconds