Lines Matching refs:SetProperty
33 android::base::SetProperty("debug.libbase.property_test", "hello"); in TEST()
38 android::base::SetProperty("debug.libbase.property_test", "world"); in TEST()
58 ASSERT_FALSE(android::base::SetProperty(key, value)); in TEST()
63 ASSERT_TRUE(android::base::SetProperty(key, value)); in TEST()
66 ASSERT_FALSE(android::base::SetProperty(key, "hello")); in TEST()
71 ASSERT_FALSE(android::base::SetProperty("", "hello")); in TEST()
79 ASSERT_TRUE(android::base::SetProperty("debug.libbase.property_empty_value", "")); in TEST()
84 android::base::SetProperty("debug.libbase.property_test", value.c_str()); in CheckGetBoolProperty()
111 android::base::SetProperty("debug.libbase.property_test", "-12"); in CheckGetIntProperty()
113 android::base::SetProperty("debug.libbase.property_test", "12"); in CheckGetIntProperty()
117 android::base::SetProperty("debug.libbase.property_test", ""); in CheckGetIntProperty()
121 android::base::SetProperty("debug.libbase.property_test", "0"); in CheckGetIntProperty()
123 android::base::SetProperty("debug.libbase.property_test", "1"); in CheckGetIntProperty()
125 android::base::SetProperty("debug.libbase.property_test", "2"); in CheckGetIntProperty()
127 android::base::SetProperty("debug.libbase.property_test", "3"); in CheckGetIntProperty()
133 android::base::SetProperty("debug.libbase.property_test", "12"); in CheckGetUintProperty()
137 android::base::SetProperty("debug.libbase.property_test", ""); in CheckGetUintProperty()
141 android::base::SetProperty("debug.libbase.property_test", "12"); in CheckGetUintProperty()
143 android::base::SetProperty("debug.libbase.property_test", "12"); in CheckGetUintProperty()
162 android::base::SetProperty("debug.libbase.WaitForProperty_test", "a"); in TEST()
164 android::base::SetProperty("debug.libbase.WaitForProperty_test", "b"); in TEST()
195 android::base::SetProperty("debug.libbase.WaitForProperty_test", "a"); in TEST()
198 android::base::SetProperty("debug.libbase.WaitForProperty_test", "b"); in TEST()
215 android::base::SetProperty("debug.libbase.WaitForProperty_test", "a"); in TEST()
218 android::base::SetProperty("debug.libbase.WaitForProperty_test", "b"); in TEST()
235 android::base::SetProperty("debug.libbase.WaitForPropertyCreation_test", "a"); in TEST()
267 android::base::SetProperty("debug.libbase.CachedProperty_test", "foo"); in TEST()
274 android::base::SetProperty("debug.libbase.CachedProperty_test", "bar"); in TEST()