Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A 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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp111 Status StoreManager::CloseKVStore(const AppId &appId, const StoreId &storeId) in CloseKVStore() function in OHOS::DistributedKv::StoreManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_manager.cpp176 napi_value JsKVManager::CloseKVStore(napi_env env, napi_callback_info info) in CloseKVStore() function in OHOS::DistributedKVStore::JsKVManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_manager.cpp168 napi_value JsKVManager::CloseKVStore(napi_env env, napi_callback_info info) in CloseKVStore() function in OHOS::DistributedData::JsKVManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp251 int32_t CJKVManager::CloseKVStore(const char* appId, const char* storeId) in CloseKVStore() function in OHOS::DistributedKVStore::CJKVManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
H A Ddbm_kv_store.c1262 static int CloseKVStore(KVStoreHandle db) in CloseKVStore() function