Searched refs:forms (Results 1 – 12 of 12) sorted by relevance
| /base/request/request/frameworks/js/napi/include/ |
| D | js_initialize.h | 75 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);
|
| D | js_common.h | 124 std::vector<FormItem> forms; member 199 std::vector<FormItem> forms; member
|
| D | napi_utils.h | 65 …vert2JSValue(napi_env env, const std::vector<FileSpec> &files, const std::vector<FormItem> &forms);
|
| /base/request/request/frameworks/js/napi/src/ |
| D | napi_utils.cpp | 254 …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()
|
| D | js_initialize.cpp | 593 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/ |
| D | parcel_helper.cpp | 76 info.forms.push_back(form); in UnMarshalFormItem() 239 config.forms.push_back(form); in UnMarshalConfigFormItem()
|
| D | request_service_proxy.cpp | 87 data.WriteUint32(config.forms.size()); in GetVectorData() 88 for (const auto &form : config.forms) { in GetVectorData()
|
| /base/tee/tee_client/ |
| D | LICENSE | 98 … any medium with or without modification, whether in source or executable forms, provided that you…
|
| /base/update/updater/ |
| D | LICENSE | 24 Redistribution and use in source and binary forms, with or without
|
| /base/request/request/ |
| D | README.md | 155 | data | Array\<RequestData> | List of upload request forms. |
|
| /base/web/webview/ohos_nweb/prebuilts/ |
| D | NOTICE | 449 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/ |
| D | README.md | 86 … there can be "one apple" or "two apples" in English. Singular and plural forms of nouns are gener…
|