Searched refs:kStableSecretProperty (Results 1 – 2 of 2) sorted by relevance
52 const char kStableSecretProperty[] = "persist.netd.stable_secret"; variable140 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()
83 const char kStableSecretProperty[] = "persist.netd.stable_secret"; variable227 const auto oldSecret = getProperty(kStableSecretProperty, kUninitialized); in enableStablePrivacyAddresses()243 return setProperty(kStableSecretProperty, secret); in enableStablePrivacyAddresses()