Home
last modified time | relevance | path

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

/system/netd/server/
DInterfaceControllerTest.cpp52 const char kStableSecretProperty[] = "persist.netd.stable_secret"; variable
140 expectGetPropertyDefault(kStableSecretProperty); in TEST_F()
143 expectSetProperty(kStableSecretProperty, kTestIPv6AddressString, ok); in TEST_F()
150 expectGetPropertyDefault(kStableSecretProperty); in TEST_F()
153 expectSetProperty(kStableSecretProperty, kTestIPv6AddressString, kError); in TEST_F()
159 expectGetPropertyDefault(kStableSecretProperty); in TEST_F()
167 expectGetProperty(kStableSecretProperty, kTestIPv6AddressString); in TEST_F()
174 expectGetProperty(kStableSecretProperty, kTestIPv6AddressString); in TEST_F()
DInterfaceController.cpp83 const char kStableSecretProperty[] = "persist.netd.stable_secret"; variable
227 const auto oldSecret = getProperty(kStableSecretProperty, kUninitialized); in enableStablePrivacyAddresses()
243 return setProperty(kStableSecretProperty, secret); in enableStablePrivacyAddresses()