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