Home
last modified time | relevance | path

Searched refs:SetValueSync (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/include/
H A Dnapi_storage.h46 static napi_value SetValueSync(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp74 DECLARE_NAPI_FUNCTION("putSync", SetValueSync), in Init()
394 napi_value StorageProxy::SetValueSync(napi_env env, napi_callback_info info) in SetValueSync() function in OHOS::StorageJsKit::StorageProxy