Searched refs:SetSyncRange (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_kv_store.h | 60 static napi_value SetSyncRange(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 | 70 static napi_value SetSyncRange(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_device_kv_store.cpp | 57 DECLARE_NAPI_FUNCTION("setSyncRange", JsSingleKVStore::SetSyncRange), in Constructor()
|
H A D | js_single_kv_store.cpp | 142 DECLARE_NAPI_FUNCTION("setSyncRange", JsSingleKVStore::SetSyncRange), in Constructor() 512 napi_value JsSingleKVStore::SetSyncRange(napi_env env, napi_callback_info info) in SetSyncRange() function in OHOS::DistributedKVStore::JsSingleKVStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_device_kv_store.cpp | 54 DECLARE_NAPI_FUNCTION("setSyncRange", JsKVStore::SetSyncRange), in Constructor()
|
H A D | js_single_kv_store.cpp | 45 DECLARE_NAPI_FUNCTION("setSyncRange", JsKVStore::SetSyncRange), in Constructor()
|
H A D | js_kv_store.cpp | 413 napi_value JsKVStore::SetSyncRange(napi_env env, napi_callback_info info) in SetSyncRange() function in OHOS::DistributedData::JsKVStore
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-distributed-data.md | 2867 console.log('SetSyncRange put success'); 2870 console.log('SetSyncRange e ' + e); 2910 console.log('SetSyncRange e ' + e);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-distributed-data.md | 2867 console.log('SetSyncRange put success'); 2870 console.log('SetSyncRange e ' + e); 2910 console.log('SetSyncRange e ' + e);
|