Searched refs:dohMode (Results 1 – 3 of 3) sorted by relevance
40 .dohMode = mode, in DoSomethingInterestingWithMyAPI()
129 int dohMode = -1; member
406 int dohMode; in SetHttpDns() local415 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()