Searched refs:EnableSync (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_kv_store.h | 59 static napi_value EnableSync(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_single_kv_store.h | 69 static napi_value EnableSync(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_ffi.cpp | 173 return instance->EnableSync(enabled); in FfiOHOSDistributedKVStoreSingleKVStoreEnableSync()
|
H A D | distributed_kv_store_impl.cpp | 420 int32_t CJSingleKVStore::EnableSync(bool enabled) in EnableSync() function in OHOS::DistributedKVStore::CJSingleKVStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/ |
H A D | distributed_kv_store_impl.h | 140 int32_t EnableSync(bool enabled);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_device_kv_store.cpp | 56 DECLARE_NAPI_FUNCTION("enableSync", JsSingleKVStore::EnableSync), in Constructor()
|
H A D | js_single_kv_store.cpp | 141 DECLARE_NAPI_FUNCTION("enableSync", JsSingleKVStore::EnableSync), in Constructor() 478 napi_value JsSingleKVStore::EnableSync(napi_env env, napi_callback_info info) in EnableSync() function in OHOS::DistributedKVStore::JsSingleKVStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_device_kv_store.cpp | 53 DECLARE_NAPI_FUNCTION("enableSync", JsKVStore::EnableSync), in Constructor()
|
H A D | js_single_kv_store.cpp | 44 DECLARE_NAPI_FUNCTION("enableSync", JsKVStore::EnableSync), in Constructor()
|
H A D | js_kv_store.cpp | 382 napi_value JsKVStore::EnableSync(napi_env env, napi_callback_info info) in EnableSync() function in OHOS::DistributedData::JsKVStore
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-distributed-data.md | 2802 console.log('EnableSync e ' + e); 2838 console.log('EnableSync e ' + e);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-distributed-data.md | 2802 console.log('EnableSync e ' + e); 2838 console.log('EnableSync e ' + e);
|