Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp214 napi_value methodValue; in JS_GetMethod() local
215 napi_status status = napi_create_string_utf8(env, webDownloadItem->method.c_str(), NAPI_AUTO_LENGTH, &methodValue); in JS_GetMethod()
220 return methodValue; in JS_GetMethod()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1443 std::string methodValue = nativeWebDownloadItemImpl->method; in FfiOHOSWebDownloadItemImplGetMethod() local
1445 ret.data = MallocCString(methodValue); in FfiOHOSWebDownloadItemImplGetMethod()

Completed in 6 milliseconds