Home
last modified time | relevance | path

Searched refs:forms (Results 1 – 12 of 12) sorted by relevance

/base/request/request/frameworks/js/napi/include/
Djs_initialize.h75 napi_env env, napi_value jsVal, std::vector<FormItem> &forms, std::vector<FileSpec> &files);
77 … napi_env env, napi_value jsValue, std::vector<FormItem> &forms, std::vector<FileSpec> &files);
Djs_common.h124 std::vector<FormItem> forms; member
199 std::vector<FormItem> forms; member
Dnapi_utils.h65 …vert2JSValue(napi_env env, const std::vector<FileSpec> &files, const std::vector<FormItem> &forms);
/base/request/request/frameworks/js/napi/src/
Dnapi_utils.cpp254 …nvert2JSValue(napi_env env, const std::vector<FileSpec> &files, const std::vector<FormItem> &forms) in Convert2JSValue() argument
258 size_t formsLen = forms.size(); in Convert2JSValue()
264 napi_set_named_property(env, object, "name", Convert2JSValue(env, forms[i].name)); in Convert2JSValue()
265 napi_set_named_property(env, object, "value", Convert2JSValue(env, forms[i].value)); in Convert2JSValue()
359 taskInfo.forms.clear(); in Convert2JSValue()
367 … napi_set_named_property(env, value, "data", Convert2JSValue(env, taskInfo.files, taskInfo.forms)); in Convert2JSValue()
409 … napi_set_named_property(env, value, "data", Convert2JSValue(env, config.files, config.forms)); in Convert2JSValue()
Djs_initialize.cpp593 return Convert2FormItems(env, value, config.forms, config.files); in ParseData()
614 napi_env env, napi_value jsVal, std::vector<FormItem> &forms, std::vector<FileSpec> &files) in GetFormItems() argument
636 forms.push_back(form); in GetFormItems()
656 napi_env env, napi_value jsValue, std::vector<FormItem> &forms, std::vector<FileSpec> &files) in Convert2FormItems() argument
672 if (!GetFormItems(env, jsVal, forms, files)) { in Convert2FormItems()
798 config.forms = NapiUtils::Convert2RequestDataVector(env, jsData); in ParseUploadConfig()
/base/request/request/frameworks/native/src/
Dparcel_helper.cpp76 info.forms.push_back(form); in UnMarshalFormItem()
239 config.forms.push_back(form); in UnMarshalConfigFormItem()
Drequest_service_proxy.cpp87 data.WriteUint32(config.forms.size()); in GetVectorData()
88 for (const auto &form : config.forms) { in GetVectorData()
/base/tee/tee_client/
DLICENSE98 … any medium with or without modification, whether in source or executable forms, provided that you…
/base/update/updater/
DLICENSE24 Redistribution and use in source and binary forms, with or without
/base/request/request/
DREADME.md155 | data | Array\<RequestData> | List of upload request forms. |
/base/web/webview/ohos_nweb/prebuilts/
DNOTICE449 Redistribution and use in source and binary forms, with or without
480 // Redistribution and use in source and binary forms, with or without
9260 Redistribution and use in source and binary forms, with or without modification,
9679 Redistribution and use in source and binary forms, with or without
9733 * Redistribution and use in source and binary forms, with or without
9808 * Redistribution and use in source and binary forms, with or without
9895 Redistribution and use in source and binary forms, with or without
9929 Redistribution and use in source and binary forms, with or without
9990 Redistribution and use in source and binary forms, with or without
10103 Redistribution and use in source and binary forms, with or without
[all …]
/base/global/i18n_lite/
DREADME.md86 … there can be "one apple" or "two apples" in English. Singular and plural forms of nouns are gener…