Lines Matching refs:monitor

180         auto& monitor = getMockStatusMonitor(system, 0);  in TEST()  local
181 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
182 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
183 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
189 system.monitor(services); in TEST()
202 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
203 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
204 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
205 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
206 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
252 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
253 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
254 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
255 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
262 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
263 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
264 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
265 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
272 system.monitor(services); in TEST()
299 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
300 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
301 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
302 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
303 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
310 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
311 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
312 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
313 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
314 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
347 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
348 EXPECT_CALL(monitor, isPresent).WillOnce(Return(false)); in TEST()
351 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
352 EXPECT_CALL(monitor, isPresent).WillOnce(Return(true)); in TEST()
353 EXPECT_CALL(monitor, isEnabled).WillOnce(Return(false)); in TEST()
388 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
389 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
390 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
391 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
392 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
401 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
402 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
403 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
404 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
405 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
433 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
434 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
435 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
436 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(false)); in TEST()
437 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
445 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
446 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
447 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
448 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
449 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
461 system.monitor(services); in TEST()
487 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
488 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
489 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(false)); in TEST()
490 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
497 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
498 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
499 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
500 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
506 system.monitor(services); in TEST()
538 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
539 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
540 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
541 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
547 system.monitor(services); in TEST()
560 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
561 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
562 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
563 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
569 system.monitor(services); in TEST()
587 system.monitor(services); in TEST()
607 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
608 EXPECT_CALL(monitor, isPresent) in TEST()
613 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
614 EXPECT_CALL(monitor, isPresent) in TEST()
627 system.monitor(services); in TEST()
646 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
647 EXPECT_CALL(monitor, isPresent) in TEST()
652 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
653 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
654 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
655 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
666 system.monitor(services); in TEST()
692 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
693 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
694 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
695 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
696 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
704 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
705 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
706 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
707 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
708 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
721 system.monitor(services); in TEST()
739 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
740 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
741 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
742 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
749 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
750 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
751 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
752 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
759 system.monitor(services); in TEST()
777 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
778 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(false)); in TEST()
779 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
780 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
787 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
788 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
789 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
790 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
797 system.monitor(services); in TEST()
815 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
816 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
817 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(false)); in TEST()
818 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
825 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
826 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
827 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
828 EXPECT_CALL(monitor, isInputPowerGood) in TEST()
836 system.monitor(services); in TEST()
853 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
854 EXPECT_CALL(monitor, isPresent) in TEST()
863 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
864 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
865 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
866 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
877 system.monitor(services); in TEST()
894 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
895 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
896 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
897 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
904 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
905 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
906 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
907 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
914 system.monitor(services); in TEST()
932 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
933 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
934 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
935 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
942 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
943 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
944 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
945 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
952 system.monitor(services); in TEST()
970 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
971 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
972 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
973 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
980 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
981 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
982 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
983 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
990 system.monitor(services); in TEST()
1014 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1015 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(false)); in TEST()
1016 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1017 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1024 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
1025 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(false)); in TEST()
1026 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1027 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1034 system.monitor(services); in TEST()
1051 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1052 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1053 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1054 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1061 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
1062 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1063 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1064 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1071 system.monitor(services); in TEST()
1088 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1089 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(false)); in TEST()
1090 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1091 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1098 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
1099 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1100 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1101 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1108 system.monitor(services); in TEST()
1127 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1128 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1129 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
1130 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1131 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1140 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
1141 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1142 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
1143 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1144 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1156 system.monitor(services); in TEST()
1173 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1174 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1175 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1176 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1183 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
1184 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1185 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1186 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1193 system.monitor(services); in TEST()
1210 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1211 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1212 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1213 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1220 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
1221 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1222 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1223 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1230 system.monitor(services); in TEST()
1247 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1248 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1249 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
1250 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1251 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1259 auto& monitor = getMockStatusMonitor(system, 1); in TEST() local
1260 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1261 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
1262 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1263 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1274 system.monitor(services); in TEST()
1295 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1296 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1297 EXPECT_CALL(monitor, isEnabled).WillRepeatedly(Return(true)); in TEST()
1298 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1299 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1309 system.monitor(services); in TEST()
1322 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1323 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1324 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1325 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1332 system.monitor(services); in TEST()
1346 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1347 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1348 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1349 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1355 system.monitor(services); in TEST()
1369 auto& monitor = getMockStatusMonitor(system, 0); in TEST() local
1370 EXPECT_CALL(monitor, isPresent).WillRepeatedly(Return(true)); in TEST()
1371 EXPECT_CALL(monitor, isAvailable).WillRepeatedly(Return(true)); in TEST()
1372 EXPECT_CALL(monitor, isInputPowerGood).WillRepeatedly(Return(true)); in TEST()
1378 system.monitor(services); in TEST()