Searched refs:MakeResponseHeader (Results 1 – 4 of 4) sorted by relevance
59 static napi_value MakeResponseHeader(FetchContext *context);
149 napi_value header = MakeResponseHeader(context); in MakeResponse()321 napi_value FetchExec::MakeResponseHeader(FetchContext *context) in MakeResponseHeader() function in OHOS::NetStack::Fetch::FetchExec
111 static napi_value MakeResponseHeader(napi_env env, void *ctx);
532 napi_value header = MakeResponseHeader(context->GetEnv(), context); in AddCurlHandle()1360 napi_value HttpExec::MakeResponseHeader(napi_env env, void *ctx) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec