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.cpp157 boot_event_store.AddBootEventWithValue(kBuildDateKey, build_date);
180 boot_event_store.AddBootEventWithValue("boot_decryption_complete", uptime);
184 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_post_decrypt",
189 boot_event_store.AddBootEventWithValue(boot_complete_prefix + "_no_encryption",
195 boot_event_store.AddBootEventWithValue(boot_complete_prefix, uptime);
203 boot_event_store.AddBootEventWithValue("boot_reason", boot_reason);
222 boot_event_store.AddBootEventWithValue(
230 boot_event_store.AddBootEventWithValue(
237 boot_event_store.AddBootEventWithValue("factory_reset", current_time_utc);
251 boot_event_store.AddBootEventWithValue(
[all...]
H A Dboot_event_record_store.cpp74 AddBootEventWithValue(event, bootstat::ParseUptime());
80 void BootEventRecordStore::AddBootEventWithValue( function in class:BootEventRecordStore
H A Dboot_event_record_store_test.cpp182 TEST_F(BootEventRecordStoreTest, AddBootEventWithValue) {
186 store.AddBootEventWithValue("permian", 42);
207 store.AddBootEventWithValue("carboniferous", 314);

Completed in 63 milliseconds