OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddBootEventWithValue
(Results
1 - 4
of
4
) sorted by null
/system/core/bootstat/
boot_event_record_store.h
41
void
AddBootEventWithValue
(const std::string& event, int32_t value);
56
FRIEND_TEST(BootEventRecordStoreTest,
AddBootEventWithValue
);
bootstat.cpp
71
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);
[
all
...]
boot_event_record_store.cpp
63
AddBootEventWithValue
(event, uptime.count());
69
void BootEventRecordStore::
AddBootEventWithValue
(const std::string& event, int32_t value) {
boot_event_record_store_test.cpp
178
TEST_F(BootEventRecordStoreTest,
AddBootEventWithValue
) {
182
store.
AddBootEventWithValue
("permian", 42);
203
store.
AddBootEventWithValue
("carboniferous", 314);
Completed in 201 milliseconds