Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_ffi.cpp31 auto nativeCJKVManager = FFIData::Create<CJKVManager>(boudleName, context); in FfiOHOSDistributedKVStoreCreateKVManager()
40 auto instance = FFIData::GetData<CJKVManager>(id); in FfiOHOSDistributedKVStoreGetKVStore()
50 auto instance = FFIData::GetData<CJKVManager>(id); in FfiOHOSDistributedKVStoreCloseKVStore()
59 auto instance = FFIData::GetData<CJKVManager>(id); in FfiOHOSDistributedKVStoreDeleteKVStore()
68 auto instance = FFIData::GetData<CJKVManager>(id); in FfiOHOSDistributedKVStoreGetAllKVStoreId()
H A Ddistributed_kv_store_impl.cpp191 CJKVManager::CJKVManager() {}; in CJKVManager() function in OHOS::DistributedKVStore::CJKVManager
192 CJKVManager::CJKVManager(const char* boudleName, OHOS::AbilityRuntime::Context* context) in CJKVManager() function in OHOS::DistributedKVStore::CJKVManager
205 uint64_t CJKVManager::GetKVStore(const char* cStoreId, const CJOptions cjOptions, int32_t& errCode) in GetKVStore()
251 int32_t CJKVManager::CloseKVStore(const char* appId, const char* storeId) in CloseKVStore()
264 int32_t CJKVManager::DeleteKVStore(const char* appId, const char* storeId) in DeleteKVStore()
289 CArrStr CJKVManager::GetAllKVStoreId(const char* appId, int32_t& errCode) in GetAllKVStoreId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h91 class CJKVManager : public OHOS::FFI::FFIData {
98 CJKVManager();
99 CJKVManager(const char* boudleName, OHOS::AbilityRuntime::Context* context);