Searched refs:getShortVoltageMax (Results 1 – 6 of 6) sorted by relevance
51 MOCK_METHOD1(getShortVoltageMax, bool(uint32_t *value));
180 EXPECT_TRUE(mHwCal->getShortVoltageMax(&actual)); in TEST_F()193 EXPECT_TRUE(mHwCal->getShortVoltageMax(&actual)); in TEST_F()
155 ON_CALL(*mMockCal, getShortVoltageMax(_)) in createMock()224 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).Times(times); in relaxMock()277 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
100 virtual bool getShortVoltageMax(uint32_t *value) = 0;
122 bool getShortVoltageMax(uint32_t *value) override { in getShortVoltageMax() function
84 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()