Home
last modified time | relevance | path

Searched refs:HintActionType (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h58 enum class HintActionType { Node, DoHint, EndHint, MaskHint }; enum
61 HintAction(HintActionType t, const std::string &v) : type(t), value(v) {} in HintAction()
62 HintActionType type;
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc548 EXPECT_EQ(HintActionType::MaskHint, actions["MASK_LAUNCH_MODE"].hint_actions[0].type); in TEST_F()
552 EXPECT_EQ(HintActionType::DoHint, actions["DO_LAUNCH_MODE"].hint_actions[0].type); in TEST_F()
556 EXPECT_EQ(HintActionType::EndHint, actions["END_LAUNCH_MODE"].hint_actions[0].type); in TEST_F()