Home
last modified time | relevance | path

Searched refs:ParseDefValue (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp295 int ParseDefValue(const napi_env env, const napi_value jsVal, std::shared_ptr<StorageAysncContext> asyncContext) in ParseDefValue() function
302 LOG_ERROR("ParseDefValue Convert2NativeValue error"); in ParseDefValue()
313 LOG_ERROR("ParseDefValue Convert2NativeValue error"); in ParseDefValue()
329 LOG_ERROR("ParseDefValue Convert2NativeValue error"); in ParseDefValue()
353 PRE_CHECK_RETURN_VOID(ParseDefValue(env, argv[1], context) == OK); in GetValue()
443 PRE_CHECK_RETURN_VOID(ParseDefValue(env, argv[1], context) == OK); in SetValue()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp152 int ParseDefValue(const napi_env env, const napi_value jsVal, std::shared_ptr<PreferencesAysncContext> context) in ParseDefValue() function
251 PRE_CHECK_RETURN_VOID(ParseDefValue(env, argv[1], context) == OK); in SetValue()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp155 int ParseDefValue(const napi_env env, const napi_value jsVal, std::shared_ptr<PreferencesAysncContext> context) in ParseDefValue() function
260 PRE_CHECK_RETURN_VOID(ParseDefValue(env, argv[1], context) == OK); in SetValue()

Completed in 4 milliseconds