Home | History | Annotate | Download | only in bootstat

Lines Matching refs:property

115 // Convenience wrapper over the property API that returns an
138 // system property, to a unique integer ID. Viewers of log data dashboards for
844 // Records the value of a given ro.boottime.init property in milliseconds.
845 void RecordInitBootTimeProp(BootEventRecordStore* boot_event_store, const char* property) {
846 std::string value = GetProperty(property);
850 boot_event_store->AddBootEventWithValue(property, time_in_ms);
886 // Returns the total bootloader boot time from the ro.boot.boottime system property.
897 // from the ro.boot.boottime system property.
957 // Record the scrubbed system_boot_reason to the property
999 // The system is hosed because the build date property could not be read.
1043 // property.
1057 // Log the raw bootloader_boot_reason property value.