Home
last modified time | relevance | path

Searched defs:GetKVStore (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp28 std::shared_ptr<SingleKvStore> StoreManager::GetKVStore(const AppId &appId, const StoreId &storeId, in GetKVStore() function in OHOS::DistributedKv::StoreManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp32 std::shared_ptr<SingleKvStore> StoreManager::GetKVStore(const AppId &appId, const StoreId &storeId, in GetKVStore() function in OHOS::DistributedKv::StoreManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_manager.cpp132 napi_value JsKVManager::GetKVStore(napi_env env, napi_callback_info info) in GetKVStore() function in OHOS::DistributedKVStore::JsKVManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_manager.cpp124 napi_value JsKVManager::GetKVStore(napi_env env, napi_callback_info info) in GetKVStore() function in OHOS::DistributedData::JsKVManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp205 uint64_t CJKVManager::GetKVStore(const char* cStoreId, const CJOptions cjOptions, int32_t& errCode) in GetKVStore() function in OHOS::DistributedKVStore::CJKVManager