Searched refs:CJDeviceKVStore (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_ffi.cpp | 215 auto instance = FFIData::GetData<CJDeviceKVStore>(id); in FfiOHOSDistributedKVStoreDeviceKVStoreGet() 226 auto instance = FFIData::GetData<CJDeviceKVStore>(id); in FfiOHOSDistributedKVStoreDeviceKVStoreGetEntries() 237 auto instance = FFIData::GetData<CJDeviceKVStore>(id); in FfiOHOSDistributedKVStoreDeviceKVStoreGetEntriesQuery() 249 auto instance = FFIData::GetData<CJDeviceKVStore>(id); in FfiOHOSDistributedKVStoreDeviceKVStoreGetResultSet() 260 auto instance = FFIData::GetData<CJDeviceKVStore>(id); in FfiOHOSDistributedKVStoreDeviceKVStoreGetResultSetQuery() 272 auto instance = FFIData::GetData<CJDeviceKVStore>(id); in FfiOHOSDistributedKVStoreDeviceKVStoreGetResultSize()
|
H A D | distributed_kv_store_impl.cpp | 241 auto nativeKVStore = FFIData::Create<CJDeviceKVStore>(sStoreId); in GetKVStore() 445 CJDeviceKVStore::CJDeviceKVStore(const std::string& storeId) in CJDeviceKVStore() function in OHOS::DistributedKVStore::CJDeviceKVStore 450 ValueType CJDeviceKVStore::Get(const std::string &deviceId, const std::string &key, int32_t& errCod… in Get() 463 CArrEntry CJDeviceKVStore::GetEntriesByDataQuery(DistributedKVStore::DataQuery dataQuery, int32_t& … in GetEntriesByDataQuery() 483 CArrEntry CJDeviceKVStore::GetEntries(const std::string &deviceId, const std::string &keyPrefix, in… in GetEntries() 492 CArrEntry CJDeviceKVStore::GetEntries(const std::string &deviceId, OHOS::sptr<CQuery> query, int32_… in GetEntries() 500 int64_t CJDeviceKVStore::GetResultSet(const std::string &deviceId, const std::string &keyPrefix, in… in GetResultSet() 520 int64_t CJDeviceKVStore::GetResultSetQuery(const std::string &deviceId, OHOS::sptr<CQuery> query, i… in GetResultSetQuery() 539 int32_t CJDeviceKVStore::GetResultSize(const std::string &deviceId, OHOS::sptr<CQuery> query, int32… in GetResultSize()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/ |
H A D | distributed_kv_store_impl.h | 184 class CJDeviceKVStore : public CJSingleKVStore { 191 explicit CJDeviceKVStore(const std::string& storeId);
|