Home
last modified time | relevance | path

Searched refs:PARAM_JUST_URL_OR_CALLBACK (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp37 static constexpr const int PARAM_JUST_URL_OR_CALLBACK = 1; variable
108 if (paramsCount == PARAM_JUST_URL_OR_CALLBACK) { in ParseParams()