History log of /system/core/base/properties.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2d986daa644672dabe5f594701028dc04fcc5ce 27-Feb-2017 Keun-young Park <keunyoung@google.com> add base::WaitForPropertyCreation

- unlike base::WaitForProperty, which waits for specific value to
be set, this one only waits until the property is created.

bug: 35178781
Test: added unit test
Change-Id: Idbf98c2152fe768357302f6b69310c55305f5d54
/system/core/base/properties.cpp
03edc9f7647b3ac9db8a4743acc98b0238b846fb 17-Feb-2017 Elliott Hughes <enh@google.com> Add timeout support to android::base::WaitForProperty.

Bug: http://b/35201172
Test: ran tests
Change-Id: I025aa0217dc94fabf0eb076b285a84866b00e741
/system/core/base/properties.cpp
b30769a87acc15fc7f628d8541cdf97aba22e2e2 11-Feb-2017 Elliott Hughes <enh@google.com> Implement android::base::WaitForProperty.

Also adapt libcutils to the bionic change that was necessary for this.

Bug: http://b/35201172
Test: ran tests
Change-Id: I72a98b70b03d23e958b46778b505fbd5c86c32ae
/system/core/base/properties.cpp
da46b392f10d2809b5696632f67485f272ec5698 12-Oct-2016 Elliott Hughes <enh@google.com> Move off std::sto* function which abort on failure.

Bug: http://b/31403370
Test: builds, boots, libbase tests pass
Change-Id: I89cd7ca3d8f1c8a1bad0ddf3043439449d19a293
/system/core/base/properties.cpp
1e88c8c0ac31a4b07da4228ed9ac41e50ae56886 22-Sep-2016 Elliott Hughes <enh@google.com> Add std::string system property functions.

Makes it easier to write correct code in a world where the maximum
property key/value lengths change.

Bug: http://b/23102347
Test: libbase_test64
Change-Id: I100f00904221bbcef9e8786a4e6e30428039bb49
/system/core/base/properties.cpp