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/include/android-base/properties.h
|
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/include/android-base/properties.h
|
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/include/android-base/properties.h
|
40feda6ae97cef355ae5089611a77893f0590990 |
|
15-Dec-2016 |
Charles He <qiurui@google.com> |
[nit] Fix typo in properties.h Test: none Change-Id: I6fe25bc9404c18bedc5802b3d830ede8a1bc28df
/system/core/base/include/android-base/properties.h
|
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/include/android-base/properties.h
|