Searched refs:prop_info (Results 1 – 10 of 10) sorted by relevance
/system/security/keystore2/system_property/ |
D | lib.rs | 19 use keystore2_system_property_bindgen::prop_info as PropInfo; 65 prop_info: *const PropInfo, field 72 Ok(Self { prop_name: CString::new(name)?, prop_info: null(), serial: 0 }) in new() 77 if self.prop_info.is_null() { in get_prop_info() 80 self.prop_info = unsafe { in get_prop_info() 84 if self.prop_info.is_null() { in get_prop_info() 87 Some(self.prop_info) in get_prop_info() 91 fn read_raw(prop_info: *const PropInfo, mut f: impl FnOnce(Option<&CStr>, Option<&CStr>)) { in read_raw() 113 prop_info, in read_raw() 128 let prop_info = self.get_prop_info().ok_or(PropertyWatcherError::SystemPropertyAbsent)?; in read() localVariable [all …]
|
/system/libbase/include/android-base/ |
D | properties.h | 26 struct prop_info; 91 const prop_info* prop_info_;
|
/system/libbase/ |
D | properties.cpp | 112 const prop_info* pi = __system_property_find(key.c_str()); in GetProperty() 180 static const prop_info* WaitForPropertyCreation(const std::string& key, in WaitForPropertyCreation() 184 const prop_info* pi; in WaitForPropertyCreation() 199 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, start_time); in WaitForProperty()
|
/system/core/libcutils/ |
D | trace-dev.inc | 65 // All zero prop_info that has a sequence number of 0. This is easier than 68 // prop_info is static_assert-ed to be 96 bytes, which cannot change due to 71 static const prop_info* atrace_property_info = reinterpret_cast<const prop_info*>(empty_pi);
|
D | trace-dev.cpp | 58 const prop_info* new_pi = __system_property_find("debug.atrace.tags.enableflags"); in atrace_seq_number_changed()
|
D | properties.cpp | 109 static void property_list_callback(const prop_info* pi, void* data) { in property_list_callback()
|
/system/core/toolbox/ |
D | getprop.cpp | 41 [](const prop_info* pi, void* cookie) { in PrintAllProperties()
|
/system/core/init/ |
D | persistent_properties.cpp | 128 [](const prop_info* pi, void* cookie) { in LoadPersistentPropertiesFromMemory()
|
D | property_service.cpp | 188 prop_info* pi = (prop_info*) __system_property_find(name.c_str()); in PropertySet()
|
/system/logging/liblog/ |
D | properties.cpp | 57 const prop_info* pinfo;
|