Home
last modified time | relevance | path

Searched refs:formData (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/ohos_nweb/include/
H A Dnweb_init_params.h251 NWebEnginePrefetchArgsImpl(const std::string& url, const std::string& method, const std::string& formData) in NWebEnginePrefetchArgsImpl() argument
252 : url_(url), method_(method), form_data_(formData) in NWebEnginePrefetchArgsImpl()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp334 std::string formData; in ParsePrefetchArgs() local
335 napi_get_named_property(env, preArgs, "formData", &formDataObj); in ParsePrefetchArgs()
336 if (!NapiParseUtils::ParseString(env, formDataObj, formData)) { in ParsePrefetchArgs()
337 WVLOG_E("BusinessError: 401. The type of 'formData' must be string."); in ParsePrefetchArgs()
342 url, method, formData); in ParsePrefetchArgs()

Completed in 12 milliseconds