Lines Matching full:move
76 chassisVec.emplace_back(std::move(chassis));
78 std::make_unique<System>(std::move(rules), std::move(chassisVec));
100 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
121 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
129 std::make_unique<Configuration>(volts, std::move(actions)); in TEST_F()
137 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F()
148 std::move(i2cInterface), in TEST_F()
149 std::move(presenceDetection), in TEST_F()
150 std::move(configuration), in TEST_F()
151 std::move(phaseFaultDetection), in TEST_F()
152 std::move(rails)}; in TEST_F()
184 std::move(presenceDetection), in TEST_F()
185 std::move(configuration), in TEST_F()
186 std::move(phaseFaultDetection), in TEST_F()
187 std::move(rails)}; in TEST_F()
221 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
226 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface), in TEST_F()
227 std::move(presenceDetection)}; in TEST_F()
251 actions.emplace_back(std::move(action)); in TEST_F()
253 std::make_unique<SensorMonitoring>(std::move(actions)); in TEST_F()
258 auto rail = std::make_unique<Rail>("vdd", std::move(configuration), in TEST_F()
259 std::move(sensorMonitoring)); in TEST_F()
266 actions.emplace_back(std::move(action)); in TEST_F()
268 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F()
276 rails.emplace_back(std::move(rail)); in TEST_F()
280 std::move(i2cInterface), in TEST_F()
281 std::move(presenceDetection), in TEST_F()
282 std::move(deviceConfiguration), in TEST_F()
283 std::move(phaseFaultDetection), in TEST_F()
284 std::move(rails)}; in TEST_F()
369 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
390 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
422 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
445 actions.emplace_back(std::move(action)); in TEST_F()
447 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
457 actions.emplace_back(std::move(action)); in TEST_F()
459 std::make_unique<Configuration>(volts, std::move(actions)); in TEST_F()
467 std::move(i2cInterface), in TEST_F()
468 std::move(presenceDetection), in TEST_F()
469 std::move(configuration)}; in TEST_F()
485 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
514 actions.emplace_back(std::move(action)); in TEST_F()
516 std::make_unique<Configuration>(volts, std::move(actions)); in TEST_F()
520 std::make_unique<Rail>("vdd0", std::move(configuration)); in TEST_F()
521 rails.emplace_back(std::move(rail)); in TEST_F()
531 actions.emplace_back(std::move(action)); in TEST_F()
533 std::make_unique<Configuration>(volts, std::move(actions)); in TEST_F()
537 std::make_unique<Rail>("vio0", std::move(configuration)); in TEST_F()
538 rails.emplace_back(std::move(rail)); in TEST_F()
546 actions.emplace_back(std::move(action)); in TEST_F()
548 std::make_unique<Configuration>(volts, std::move(actions)); in TEST_F()
557 std::move(i2cInterface), in TEST_F()
558 std::move(presenceDetection), in TEST_F()
559 std::move(configuration), in TEST_F()
560 std::move(phaseFaultDetection), in TEST_F()
561 std::move(rails)}; in TEST_F()
585 actions.emplace_back(std::move(action)); in TEST_F()
587 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
596 actions.emplace_back(std::move(action)); in TEST_F()
598 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F()
607 std::move(i2cInterface), in TEST_F()
608 std::move(presenceDetection), in TEST_F()
609 std::move(configuration), in TEST_F()
610 std::move(phaseFaultDetection)}; in TEST_F()
630 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
660 actions.push_back(std::move(action)); in TEST_F()
662 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F()
671 std::move(i2cInterface), in TEST_F()
672 std::move(presenceDetection), in TEST_F()
673 std::move(configuration), in TEST_F()
674 std::move(phaseFaultDetection)}; in TEST_F()
702 std::make_unique<Configuration>(volts, std::move(actions)); in TEST_F()
709 std::move(presenceDetection), in TEST_F()
710 std::move(configuration)}; in TEST_F()
728 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
752 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F()
761 std::move(presenceDetection), in TEST_F()
762 std::move(configuration), in TEST_F()
763 std::move(phaseFaultDetection)}; in TEST_F()
783 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
787 std::move(presenceDetection)}; in TEST_F()
817 std::move(presenceDetection), in TEST_F()
818 std::move(configuration), in TEST_F()
819 std::move(phaseFaultDetection), in TEST_F()
820 std::move(rails)}; in TEST_F()
833 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
848 actions.emplace_back(std::move(action)); in TEST_F()
850 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
854 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface), in TEST_F()
855 std::move(presenceDetection)}; in TEST_F()
870 actions.emplace_back(std::move(action)); in TEST_F()
872 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
876 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface), in TEST_F()
877 std::move(presenceDetection)}; in TEST_F()
910 actions.emplace_back(std::move(action)); in TEST_F()
912 std::make_unique<SensorMonitoring>(std::move(actions)); in TEST_F()
917 auto rail = std::make_unique<Rail>("vddr1", std::move(configuration), in TEST_F()
918 std::move(sensorMonitoring)); in TEST_F()
926 actions.emplace_back(std::move(action)); in TEST_F()
928 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
936 rails.emplace_back(std::move(rail)); in TEST_F()
940 std::move(i2cInterface), in TEST_F()
941 std::move(presenceDetection), in TEST_F()
942 std::move(deviceConfiguration), in TEST_F()
943 std::move(phaseFaultDetection), in TEST_F()
944 std::move(rails)}; in TEST_F()
961 Device device{"reg2", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
987 actions.emplace_back(std::move(action)); in TEST_F()
989 std::make_unique<SensorMonitoring>(std::move(actions)); in TEST_F()
993 auto rail = std::make_unique<Rail>("vdd0", std::move(configuration), in TEST_F()
994 std::move(sensorMonitoring)); in TEST_F()
995 rails.emplace_back(std::move(rail)); in TEST_F()
1004 actions.emplace_back(std::move(action)); in TEST_F()
1006 std::make_unique<SensorMonitoring>(std::move(actions)); in TEST_F()
1010 auto rail = std::make_unique<Rail>("vio0", std::move(configuration), in TEST_F()
1011 std::move(sensorMonitoring)); in TEST_F()
1012 rails.emplace_back(std::move(rail)); in TEST_F()
1023 std::move(i2cInterface), in TEST_F()
1024 std::move(presenceDetection), in TEST_F()
1025 std::move(configuration), in TEST_F()
1026 std::move(phaseFaultDetection), in TEST_F()
1027 std::move(rails)}; in TEST_F()