Searched refs:redcVal (Results 1 – 2 of 2) sorted by relevance
292 uint32_t redcVal = std::rand(); in TEST_F() local313 .WillOnce(DoAll(SetArgPointee<0>(redcVal), Return(true))); in TEST_F()314 EXPECT_CALL(*mMockApi, setRedc(redcVal)).InSequence(redcSeq).WillOnce(Return(true)); in TEST_F()
343 std::string redcVal = std::to_string(std::rand()); in TEST_F() local365 .WillOnce(DoAll(SetArgReferee<0>(redcVal), Return(true))); in TEST_F()366 EXPECT_CALL(*mMockApi, setRedc(redcVal)).InSequence(redcSeq).WillOnce(Return(true)); in TEST_F()