Home
last modified time | relevance | path

Searched refs:prop_info (Results 1 – 10 of 10) sorted by relevance

/system/security/keystore2/system_property/
Dlib.rs19 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/
Dproperties.h26 struct prop_info;
91 const prop_info* prop_info_;
/system/libbase/
Dproperties.cpp112 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/
Dtrace-dev.inc65 // 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);
Dtrace-dev.cpp58 const prop_info* new_pi = __system_property_find("debug.atrace.tags.enableflags"); in atrace_seq_number_changed()
Dproperties.cpp109 static void property_list_callback(const prop_info* pi, void* data) { in property_list_callback()
/system/core/toolbox/
Dgetprop.cpp41 [](const prop_info* pi, void* cookie) { in PrintAllProperties()
/system/core/init/
Dpersistent_properties.cpp128 [](const prop_info* pi, void* cookie) { in LoadPersistentPropertiesFromMemory()
Dproperty_service.cpp188 prop_info* pi = (prop_info*) __system_property_find(name.c_str()); in PropertySet()
/system/logging/liblog/
Dproperties.cpp57 const prop_info* pinfo;