/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | store_factory_test.cpp | 67 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 D | js_kv_manager.h | 44 static napi_value DeleteKVStore(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_kv_manager.h | 45 static napi_value DeleteKVStore(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_kv_manager.cpp | 209 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 D | js_kv_manager.cpp | 217 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 D | distributed_kv_store_ffi.cpp | 63 return instance->DeleteKVStore(appId, storeId); in FfiOHOSDistributedKVStoreDeleteKVStore()
|
H A D | distributed_kv_store_impl.cpp | 264 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 D | distributed_kv_store_impl.h | 103 int32_t DeleteKVStore(const char* appId, const char* storeId);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-distributed-data.md | 380 console.log('DeleteKVStore e ' + e);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-distributed-data.md | 380 console.log('DeleteKVStore e ' + e);
|