Lines Matching refs:_

13 using ::testing::_;
37 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(PRESENT))) in TestActivation()
41 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(MANUFACTURER))) in TestActivation()
43 ON_CALL(mockedUtils, getModel(_)) in TestActivation()
45 ON_CALL(mockedUtils, isAssociated(_, _)).WillByDefault(Return(false)); in TestActivation()
123 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
134 EXPECT_CALL(mockedActivationListener, onUpdateDone(_, _)).Times(0); in TEST_F()
144 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
173 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
225 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
246 EXPECT_CALL(mockedActivationListener, onUpdateDone(_, _)).Times(0); in TEST_F()
257 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
260 ON_CALL(sdbusMock, sd_bus_call(_, _, _, _, nullptr)) in TEST_F()
273 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
275 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(PRESENT))) in TEST_F()
289 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
303 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
312 ON_CALL(mockedUtils, getPropertyImpl(_, _, _, _, StrEq(MANUFACTURER))) in TEST_F()
320 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
348 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
389 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
394 EXPECT_CALL(sdbusMock, sd_bus_message_new_method_call(_, _, _, _, _, in TEST_F()
412 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
417 EXPECT_CALL(sdbusMock, sd_bus_message_new_method_call(_, _, _, _, _, in TEST_F()
433 ON_CALL(mockedUtils, getPSUInventoryPaths(_)) in TEST_F()
439 EXPECT_CALL(mockedUtils, isAssociated(StrEq(psu0), _)) in TEST_F()
441 EXPECT_CALL(sdbusMock, sd_bus_message_new_method_call(_, _, _, _, _, in TEST_F()