Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc154 actions_["INTERACTION"].node_actions = in SetUp()
156 actions_["LAUNCH"].node_actions = in SetUp()
519 EXPECT_EQ(2u, actions["INTERACTION"].node_actions.size()); in TEST_F()
520 EXPECT_EQ(1u, actions["INTERACTION"].node_actions[0].node_index); in TEST_F()
521 EXPECT_EQ(1u, actions["INTERACTION"].node_actions[0].value_index); in TEST_F()
523 actions["INTERACTION"].node_actions[0].timeout_ms.count()); in TEST_F()
525 EXPECT_EQ(2u, actions["INTERACTION"].node_actions[1].node_index); in TEST_F()
526 EXPECT_EQ(1u, actions["INTERACTION"].node_actions[1].value_index); in TEST_F()
528 actions["INTERACTION"].node_actions[1].timeout_ms.count()); in TEST_F()
530 EXPECT_EQ(3u, actions["LAUNCH"].node_actions.size()); in TEST_F()
[all …]
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h68 std::vector<NodeAction> node_actions; member