Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_nweb/sethttpdns_fuzzer/
Dsethttpdns_fuzzer.cpp40 .dohMode = mode, in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_nweb/include/
Dnweb.h129 int dohMode = -1; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp406 int dohMode; in SetHttpDns() local
415 if (!NapiParseUtils::ParseInt32(env, argv[INTEGER_ZERO], dohMode)) { in SetHttpDns()
420 if (dohMode < static_cast<int>(SecureDnsModeType::OFF) || in SetHttpDns()
421 dohMode > static_cast<int>(SecureDnsModeType::SECURE_ONLY)) { in SetHttpDns()
437 config.dohMode = dohMode; in SetHttpDns()
439 WVLOG_I("set http dns mode:%{public}d doh_config:%{public}s", dohMode, dohConfig.c_str()); in SetHttpDns()