Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.h121 bool GetParameOfGet(napi_env env, size_t argc, napi_value *argv, StorageAsyncContext *asyncContext);
H A Djs_storage.cpp150 bool GetParameOfGet(napi_env env, size_t argc, napi_value* argv, StorageAsyncContext* asyncContext) in GetParameOfGet() function
176 return GetParameOfGet(env, argc, argv, asyncContext); in JSStorageGetParameterFromArg()