Searched defs:CloseKVStore (Results 1 – 6 of 6) sorted by relevance
49 Status StoreManager::CloseKVStore(const AppId &appId, const StoreId &storeId) in CloseKVStore() function in OHOS::DistributedKv::StoreManager59 Status StoreManager::CloseKVStore(const AppId &appId, std::shared_ptr<SingleKvStore> &kvStore) in CloseKVStore() function in OHOS::DistributedKv::StoreManager
111 Status StoreManager::CloseKVStore(const AppId &appId, const StoreId &storeId) in CloseKVStore() function in OHOS::DistributedKv::StoreManager
176 napi_value JsKVManager::CloseKVStore(napi_env env, napi_callback_info info) in CloseKVStore() function in OHOS::DistributedKVStore::JsKVManager
168 napi_value JsKVManager::CloseKVStore(napi_env env, napi_callback_info info) in CloseKVStore() function in OHOS::DistributedData::JsKVManager
251 int32_t CJKVManager::CloseKVStore(const char* appId, const char* storeId) in CloseKVStore() function in OHOS::DistributedKVStore::CJKVManager
1262 static int CloseKVStore(KVStoreHandle db) in CloseKVStore() function