Home
last modified time | relevance | path

Searched defs:ReadProperty (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/traced/probes/initial_display_state/
H A Dinitial_display_state_data_source.cc119 const std::optional<std::string> InitialDisplayStateDataSource::ReadProperty( in ReadProperty() function in perfetto::InitialDisplayStateDataSource
129 const std::optional<std::string> InitialDisplayStateDataSource::ReadProperty( in ReadProperty() function in perfetto::InitialDisplayStateDataSource
/aosp_15_r20/external/perfetto/src/traced/probes/android_system_property/
H A Dandroid_system_property_data_source.cc121 const std::optional<std::string> AndroidSystemPropertyDataSource::ReadProperty( in ReadProperty() function in perfetto::AndroidSystemPropertyDataSource
131 const std::optional<std::string> AndroidSystemPropertyDataSource::ReadProperty( in ReadProperty() function in perfetto::AndroidSystemPropertyDataSource
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_os_SystemProperties.cpp45 void ReadProperty(const prop_info* prop, Functor&& functor) in ReadProperty() function
57 void ReadProperty(JNIEnv* env, jstring keyJ, Functor&& functor) in ReadProperty() function
/aosp_15_r20/packages/modules/adb/daemon/
Dproperty_monitor.cpp46 static std::optional<std::string> ReadProperty(PropertyMonitorData* data) { in ReadProperty() function