Home
last modified time | relevance | path

Searched defs:CloseKVStore (Results 1 – 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
Dstore_manager.cpp49 Status StoreManager::CloseKVStore(const AppId &appId, const StoreId &storeId) in CloseKVStore() function in OHOS::DistributedKv::StoreManager
59 Status StoreManager::CloseKVStore(const AppId &appId, std::shared_ptr<SingleKvStore> &kvStore) in CloseKVStore() function in OHOS::DistributedKv::StoreManager
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dstore_manager.cpp113 Status StoreManager::CloseKVStore(const AppId &appId, const StoreId &storeId) in CloseKVStore() function in OHOS::DistributedKv::StoreManager
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_kv_manager.cpp176 napi_value JsKVManager::CloseKVStore(napi_env env, napi_callback_info info) in CloseKVStore() function in OHOS::DistributedKVStore::JsKVManager
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
Djs_kv_manager.cpp168 napi_value JsKVManager::CloseKVStore(napi_env env, napi_callback_info info) in CloseKVStore() function in OHOS::DistributedData::JsKVManager
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
Ddistributed_kv_store_impl.cpp250 int32_t CJKVManager::CloseKVStore(const char* appId, const char* storeId) in CloseKVStore() function in OHOS::DistributedKVStore::CJKVManager
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
Ddbm_kv_store.c1262 static int CloseKVStore(KVStoreHandle db) in CloseKVStore() function