Searched refs:getShortVoltageMax (Results 1 – 6 of 6) sorted by relevance
52 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()
156 ON_CALL(*mMockCal, getShortVoltageMax(_)) in createMock()226 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).Times(times); in relaxMock()279 EXPECT_CALL(*mMockCal, getShortVoltageMax(_)).WillOnce(DoDefault()); in TEST_P()
125 bool getShortVoltageMax(uint32_t *value) override { in getShortVoltageMax() function
103 virtual bool getShortVoltageMax(uint32_t *value) = 0;
88 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()