Home
last modified time | relevance | path

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

/aosp12/system/core/libcutils/
H A Dproperties_test.cpp84 … int SetAndGetProperty(const char* value, const char* defaultValue = PROPERTY_TEST_VALUE_DEFAULT) { in SetAndGetProperty() function in android::PropertiesTest
114 size_t len = SetAndGetProperty("hello_world"); in TEST_F()
123 size_t len = SetAndGetProperty("", EMPTY_STRING_DEFAULT); in TEST_F()
133 int len = SetAndGetProperty(maxLengthString.c_str()); in TEST_F()