Lines Matching refs:prop_info
162 const prop_info* SystemProperties::Find(const char* name) { in Find()
184 uint32_t SystemProperties::ReadMutablePropertyValue(const prop_info* pi, char* value) { in ReadMutablePropertyValue()
215 int SystemProperties::Read(const prop_info* pi, char* name, char* value) { in Read()
238 void SystemProperties::ReadCallback(const prop_info* pi, in ReadCallback()
260 const prop_info* pi = Find(name); in Get()
270 int SystemProperties::Update(prop_info* pi, const char* value, unsigned int len) { in Update()
295 auto* override_pi = const_cast<prop_info*>(have_override ? override_pa->find(pi->name) : nullptr); in Update()
389 auto other_pi = const_cast<prop_info*>(other_pa->find(override_name)); in Add()
422 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in Wait()
454 const prop_info* SystemProperties::FindNth(unsigned n) { in FindNth()
458 const prop_info* result; in FindNth()
462 static void fn(const prop_info* pi, void* ptr) { in FindNth()
471 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in Foreach()