Searched refs:BootEventRecordStoreTest (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/core/bootstat/ |
H A 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);
|
H A D | boot_event_record_store_test.cpp | 101 class BootEventRecordStoreTest : public ::testing::Test { class 103 BootEventRecordStoreTest() { store_path_ = std::string(store_dir_.path) + "/"; } in BootEventRecordStoreTest() function in __anona904b7c50110::BootEventRecordStoreTest 125 DISALLOW_COPY_AND_ASSIGN(BootEventRecordStoreTest); 130 TEST_F(BootEventRecordStoreTest, AddSingleBootEvent) { in TEST_F() argument 145 TEST_F(BootEventRecordStoreTest, AddMultipleBootEvents) { in TEST_F() argument 177 TEST_F(BootEventRecordStoreTest, AddBootEventWithValue) { in TEST_F() argument 189 TEST_F(BootEventRecordStoreTest, GetBootEvent) { in TEST_F() argument 214 TEST_F(BootEventRecordStoreTest, GetBootEventNoFileContent) { in TEST_F() argument
|