Home
last modified time | relevance | path

Searched refs: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()
176 actions_.clear(); in TearDown()
182 std::unordered_map<std::string, Hint> actions_; member in android::perfmgr::HintManagerTest
211 HintManager hm(nm_, actions_); in TEST_F()
222 auto hm = std::make_unique<HintManager>(nm_, actions_); in TEST_F()
235 HintManager hm(nm_, actions_); in TEST_F()
246 HintManager hm(nm_, actions_); in TEST_F()
254 auto hm = std::make_unique<HintManager>(nm_, actions_); in TEST_F()
288 auto hm = std::make_unique<HintManager>(nm_, actions_); in TEST_F()
[all …]
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h83 : nm_(std::move(nm)), actions_(actions) {} in HintManager()
148 std::unordered_map<std::string, Hint> actions_; variable