Home
last modified time | relevance | path

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

/system/netd/server/
DInterfaceControllerTest.cpp56 const char kStableSecretProperty[] = "persist.netd.stable_secret"; variable
144 expectGetPropertyDefault(kStableSecretProperty); in TEST_F()
147 expectSetProperty(kStableSecretProperty, kTestIPv6AddressString, ok); in TEST_F()
154 expectGetPropertyDefault(kStableSecretProperty); in TEST_F()
157 expectSetProperty(kStableSecretProperty, kTestIPv6AddressString, kError); in TEST_F()
163 expectGetPropertyDefault(kStableSecretProperty); in TEST_F()
171 expectGetProperty(kStableSecretProperty, kTestIPv6AddressString); in TEST_F()
178 expectGetProperty(kStableSecretProperty, kTestIPv6AddressString); in TEST_F()
DInterfaceController.cpp73 const char kStableSecretProperty[] = "persist.netd.stable_secret"; variable
217 const auto oldSecret = getProperty(kStableSecretProperty, kUninitialized); in enableStablePrivacyAddresses()
233 return setProperty(kStableSecretProperty, secret); in enableStablePrivacyAddresses()