Searched defs:ReadProperty (Results 1 – 4 of 4) sorted by relevance
119 const std::optional<std::string> InitialDisplayStateDataSource::ReadProperty( in ReadProperty() function in perfetto::InitialDisplayStateDataSource129 const std::optional<std::string> InitialDisplayStateDataSource::ReadProperty( in ReadProperty() function in perfetto::InitialDisplayStateDataSource
121 const std::optional<std::string> AndroidSystemPropertyDataSource::ReadProperty( in ReadProperty() function in perfetto::AndroidSystemPropertyDataSource131 const std::optional<std::string> AndroidSystemPropertyDataSource::ReadProperty( in ReadProperty() function in perfetto::AndroidSystemPropertyDataSource
45 void ReadProperty(const prop_info* prop, Functor&& functor) in ReadProperty() function57 void ReadProperty(JNIEnv* env, jstring keyJ, Functor&& functor) in ReadProperty() function
46 static std::optional<std::string> ReadProperty(PropertyMonitorData* data) { in ReadProperty() function