Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp929 int dohMode; in SetHttpDns() local
939 if (!NapiParseUtils::ParseInt32(env, argv[INTEGER_ZERO], dohMode)) { in SetHttpDns()
945 if (dohMode < static_cast<int>(SecureDnsModeType::OFF) || in SetHttpDns()
946 dohMode > static_cast<int>(SecureDnsModeType::SECURE_ONLY)) { in SetHttpDns()
965 config->SetMode(dohMode); in SetHttpDns()
967 WVLOG_I("set http dns mode:%{public}d doh_config:%{public}s", dohMode, dohConfig.c_str()); in SetHttpDns()

Completed in 19 milliseconds