Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp177 ScopedSystemProperties(const std::string& key, const std::string& value) : mStoredKey(key) { in ScopedSystemProperties()
181 ~ScopedSystemProperties() { android::base::SetProperty(mStoredKey, mStoredValue); } in ~ScopedSystemProperties()
184 std::string mStoredKey; member in __anon4208d6b70110::ScopedSystemProperties