Searched refs:ScopedSystemProperties (Results 1 – 5 of 5) sorted by relevance
/packages/modules/DnsResolver/tests/ |
D | resolv_private_dns_test.cpp | 272 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 …]
|
D | resolv_test_utils.h | 126 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()
|
D | resolv_integration_test.cpp | 1418 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 …]
|
D | resolv_cache_unit_test.cpp | 639 ScopedSystemProperties sp1(kMaxCacheEntriesFlag, std::to_string(GetParam())); in TEST_P()
|
/packages/modules/DnsResolver/ |
D | DnsQueryLogTest.cpp | 146 const ScopedSystemProperties sp(kQueryLogSize, std::to_string(logSize)); in TEST_F() 162 const ScopedSystemProperties sp(kQueryLogSize, logSize); in TEST_F()
|