Home
last modified time | relevance | path

Searched refs:DeleteKVStore (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp67 static void DeleteKVStore();
86 DeleteKVStore(); in TearDown()
90 void StoreFactoryTest::DeleteKVStore() in DeleteKVStore() function in __anon1f7f66960110::StoreFactoryTest
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_manager.h44 static napi_value DeleteKVStore(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_kv_manager.h45 static napi_value DeleteKVStore(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_manager.cpp209 napi_value JsKVManager::DeleteKVStore(napi_env env, napi_callback_info info) in DeleteKVStore() function in OHOS::DistributedData::JsKVManager
360 DECLARE_NAPI_FUNCTION("deleteKVStore", JsKVManager::DeleteKVStore), in Constructor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_manager.cpp217 napi_value JsKVManager::DeleteKVStore(napi_env env, napi_callback_info info) in DeleteKVStore() function in OHOS::DistributedKVStore::JsKVManager
386 DECLARE_NAPI_FUNCTION("deleteKVStore", JsKVManager::DeleteKVStore), in Constructor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_ffi.cpp63 return instance->DeleteKVStore(appId, storeId); in FfiOHOSDistributedKVStoreDeleteKVStore()
H A Ddistributed_kv_store_impl.cpp264 int32_t CJKVManager::DeleteKVStore(const char* appId, const char* storeId) in DeleteKVStore() function in OHOS::DistributedKVStore::CJKVManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h103 int32_t DeleteKVStore(const char* appId, const char* storeId);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-distributed-data.md380 console.log('DeleteKVStore e ' + e);
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-distributed-data.md380 console.log('DeleteKVStore e ' + e);