Searched refs:AddBootEventWithValue (Results 1 - 4 of 4) sorted by relevance

/system/core/bootstat/
H A Dboot_event_record_store.h41 void AddBootEventWithValue(const std::string& event, int32_t value);
56 FRIEND_TEST(BootEventRecordStoreTest, AddBootEventWithValue);
H A Dbootstat.cpp71 boot_event_store.AddBootEventWithValue(event, value);
831 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date);
836 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date);
850 boot_event_store->AddBootEventWithValue(property, time_in_ms);
903 boot_event_store->AddBootEventWithValue("boottime.bootloader." + timing.first, timing.second);
906 boot_event_store->AddBootEventWithValue("boottime.bootloader.total", total_time);
930 boot_event_store->AddBootEventWithValue("absolute_boot_time", absolute_total_sec.count());
989 boot_event_store.AddBootEventWithValue("time_since_last_boot", time_since_last_boot);
992 boot_event_store.AddBootEventWithValue("last_boot_time_utc", current_time_utc);
1008 boot_event_store.AddBootEventWithValue("boot_decryption_complet
[all...]
H A Dboot_event_record_store.cpp63 AddBootEventWithValue(event, uptime.count());
69 void BootEventRecordStore::AddBootEventWithValue(const std::string& event, int32_t value) { function in class:BootEventRecordStore
H A Dboot_event_record_store_test.cpp178 TEST_F(BootEventRecordStoreTest, AddBootEventWithValue) {
182 store.AddBootEventWithValue("permian", 42);
203 store.AddBootEventWithValue("carboniferous", 314);

Completed in 1622 milliseconds