Home
last modified time | relevance | path

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

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