Searched refs:BootEventRecordStoreTest (Results 1 – 2 of 2) sorted by relevance
/system/core/bootstat/ |
D | boot_event_record_store.h | 54 FRIEND_TEST(BootEventRecordStoreTest, AddSingleBootEvent); 55 FRIEND_TEST(BootEventRecordStoreTest, AddMultipleBootEvents); 56 FRIEND_TEST(BootEventRecordStoreTest, AddBootEventWithValue); 57 FRIEND_TEST(BootEventRecordStoreTest, GetBootEvent); 58 FRIEND_TEST(BootEventRecordStoreTest, GetBootEventNoFileContent);
|
D | boot_event_record_store_test.cpp | 100 class BootEventRecordStoreTest : public ::testing::Test { class 102 BootEventRecordStoreTest() { in BootEventRecordStoreTest() function in __anon6876907a0111::BootEventRecordStoreTest 128 DISALLOW_COPY_AND_ASSIGN(BootEventRecordStoreTest); 133 TEST_F(BootEventRecordStoreTest, AddSingleBootEvent) { in TEST_F() argument 148 TEST_F(BootEventRecordStoreTest, AddMultipleBootEvents) { in TEST_F() argument 182 TEST_F(BootEventRecordStoreTest, AddBootEventWithValue) { in TEST_F() argument 194 TEST_F(BootEventRecordStoreTest, GetBootEvent) { in TEST_F() argument 219 TEST_F(BootEventRecordStoreTest, GetBootEventNoFileContent) { in TEST_F() argument
|