Searched refs:JS_GetRequestMethod (Results 1 – 2 of 2) sorted by relevance
66 static napi_value JS_GetRequestMethod(napi_env env, napi_callback_info cbinfo);
48 DECLARE_NAPI_FUNCTION("getRequestMethod", JS_GetRequestMethod), in ExportWebSchemeHandlerRequestClass()71 DECLARE_NAPI_FUNCTION("getRequestMethod", JS_GetRequestMethod), in DefineProperties()169 napi_value NapiWebSchemeHandlerRequest::JS_GetRequestMethod(napi_env env, napi_callback_info cbinfo) in JS_GetRequestMethod() function in OHOS::NWeb::NapiWebSchemeHandlerRequest