Searched refs:empty_zone_map (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-pid-control/test/ |
H A D | pid_zone_unittest.cpp | 352 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F() local 353 buildFailsafeLoggers(empty_zone_map, 0); in TEST_F() 408 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F() local 409 buildFailsafeLoggers(empty_zone_map, 0); in TEST_F() 460 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F() local 461 buildFailsafeLoggers(empty_zone_map, 0); in TEST_F() 526 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F() local 527 buildFailsafeLoggers(empty_zone_map, 0); in TEST_F() 626 std::unordered_map<int64_t, std::shared_ptr<ZoneInterface>> empty_zone_map; in TEST_F() local 627 buildFailsafeLoggers(empty_zone_map, 0); in TEST_F() [all …]
|