Lines Matching refs:SystemProperties
61 bool SystemProperties::Init(const char* filename) { in Init()
97 bool SystemProperties::AreaInit(const char* filename, bool* fsetxattr_failed) { in AreaInit()
111 uint32_t SystemProperties::AreaSerial() { in AreaSerial()
125 const prop_info* SystemProperties::Find(const char* name) { in Find()
143 uint32_t SystemProperties::ReadMutablePropertyValue(const prop_info* pi, char* value) { in ReadMutablePropertyValue()
174 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { in Read()
197 void SystemProperties::ReadCallback(const prop_info* pi, in ReadCallback()
218 int SystemProperties::Get(const char* name, char* value) { in Get()
229 int SystemProperties::Update(prop_info* pi, const char* value, unsigned int len) { in Update()
273 int SystemProperties::Add(const char* name, unsigned int namelen, const char* value, in Add()
312 uint32_t SystemProperties::WaitAny(uint32_t old_serial) { in WaitAny()
318 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in Wait()
350 const prop_info* SystemProperties::FindNth(unsigned n) { in FindNth()
367 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in Foreach()