Searched refs:AddBootEventWithValue (Results 1 – 4 of 4) sorted by relevance
/system/core/bootstat/ |
D | boot_event_record_store.h | 41 void AddBootEventWithValue(const std::string& event, int32_t value); 56 FRIEND_TEST(BootEventRecordStoreTest, AddBootEventWithValue);
|
D | bootstat.cpp | 73 boot_event_store.AddBootEventWithValue(event, value); in RecordBootEventFromCommandLine() 984 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix() 988 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date); in CalculateBootCompletePrefix() 1001 boot_event_store->AddBootEventWithValue(property, time_in_ms); in RecordInitBootTimeProp() 1055 boot_event_store->AddBootEventWithValue("boottime.bootloader." + timing.first, timing.second); in RecordBootloaderTimings() 1058 boot_event_store->AddBootEventWithValue("boottime.bootloader.total", total_time); in RecordBootloaderTimings() 1082 boot_event_store->AddBootEventWithValue("absolute_boot_time", absolute_total_sec.count()); in RecordAbsoluteBootTime() 1142 boot_event_store.AddBootEventWithValue("time_since_last_boot", time_since_last_boot); in RecordBootComplete() 1145 boot_event_store.AddBootEventWithValue("last_boot_time_utc", current_time_utc); in RecordBootComplete() 1161 boot_event_store.AddBootEventWithValue("boot_decryption_complete", uptime_s.count()); in RecordBootComplete() [all …]
|
D | boot_event_record_store_test.cpp | 177 TEST_F(BootEventRecordStoreTest, AddBootEventWithValue) { in TEST_F() argument 181 store.AddBootEventWithValue("permian", 42); in TEST_F() 202 store.AddBootEventWithValue("carboniferous", 314); in TEST_F()
|
D | boot_event_record_store.cpp | 63 AddBootEventWithValue(event, uptime.count()); in AddBootEvent() 69 void BootEventRecordStore::AddBootEventWithValue(const std::string& event, int32_t value) { in AddBootEventWithValue() function in BootEventRecordStore
|