Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_private_dns_test.cpp272 std::make_unique<ScopedSystemProperties>(kDohQueryTimeoutFlag, "1000"); in SetUp()
274 mDohProbeTimeoutScopedProp = std::make_unique<ScopedSystemProperties>( in SetUp()
361 std::unique_ptr<ScopedSystemProperties> mDohQueryTimeoutScopedProp;
362 std::unique_ptr<ScopedSystemProperties> mDohProbeTimeoutScopedProp;
412 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P()
413 ScopedSystemProperties sp2(kDotMaxretriesFlag, "3"); in TEST_P()
459 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P()
460 ScopedSystemProperties sp2(kDotMaxretriesFlag, "3"); in TEST_P()
548 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P()
549 ScopedSystemProperties sp2(kDotMaxretriesFlag, "3"); in TEST_P()
[all …]
Dresolv_test_utils.h126 class ScopedSystemProperties {
128 ScopedSystemProperties(const std::string& key, const std::string& value) : mStoredKey(key) { in ScopedSystemProperties() function
132 ~ScopedSystemProperties() { android::base::SetProperty(mStoredKey, mStoredValue); } in ~ScopedSystemProperties()
Dresolv_integration_test.cpp1418 ScopedSystemProperties scopedSystemProperties(kSortNameserversFlag, sortNameserversFlag); in TEST_F()
1472 ScopedSystemProperties scopedSystemProperties(kSortNameserversFlag, sortNameserversFlag); in TEST_F()
3135 ScopedSystemProperties sp1(kDotXportUnusableThresholdFlag, "-1"); in TEST_F()
3136 ScopedSystemProperties sp2(kDotRevalidationThresholdFlag, "-1"); in TEST_F()
4666 ScopedSystemProperties sp1(kDotConnectTimeoutMsFlag, "100"); in TEST_F()
4669 ScopedSystemProperties sp2(kDotQueryTimeoutMsFlag, "-1"); in TEST_F()
4671 ScopedSystemProperties sp3(kDotAsyncHandshakeFlag, config.asyncHandshake ? "1" : "0"); in TEST_F()
4672 ScopedSystemProperties sp4(kDotMaxretriesFlag, std::to_string(config.maxRetries)); in TEST_F()
4675 ScopedSystemProperties sp5(kDotXportUnusableThresholdFlag, "-1"); in TEST_F()
4676 ScopedSystemProperties sp6(kDotRevalidationThresholdFlag, "-1"); in TEST_F()
[all …]
Dresolv_cache_unit_test.cpp639 ScopedSystemProperties sp1(kMaxCacheEntriesFlag, std::to_string(GetParam())); in TEST_P()
/packages/modules/DnsResolver/
DDnsQueryLogTest.cpp146 const ScopedSystemProperties sp(kQueryLogSize, std::to_string(logSize)); in TEST_F()
162 const ScopedSystemProperties sp(kQueryLogSize, logSize); in TEST_F()