Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp151 class ScopedSystemProperties { class
153 ScopedSystemProperties(const std::string& key, const std::string& value) : mStoredKey(key) { in ScopedSystemProperties() function in __anon6dfd3fcb0111::ScopedSystemProperties
157 ~ScopedSystemProperties() { android::base::SetProperty(mStoredKey, mStoredValue); } in ~ScopedSystemProperties()
1098 ScopedSystemProperties scopedSystemProperties(kSortNameserversFlag, sortNameserversFlag); in TEST_F()
1150 ScopedSystemProperties scopedSystemProperties(kSortNameserversFlag, sortNameserversFlag); in TEST_F()
4217 ScopedSystemProperties scopedSystemProperties(kDotConnectTimeoutMsFlag, "100"); in TEST_F()
5037 ScopedSystemProperties scopedSystemProperties( in TEST_F()
5079 ScopedSystemProperties scopedSystemProperties( in TEST_F()
5114 ScopedSystemProperties scopedSystemProperties1( in TEST_F()
5117 ScopedSystemProperties scopedSystemProperties2( in TEST_F()