Searched refs:mock_tag0_proxy_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dnfc_client_unittest.cc136 mock_tag0_proxy_ = new dbus::MockObjectProxy(
195 .WillRepeatedly(Return(mock_tag0_proxy_.get()));
344 scoped_refptr<dbus::MockObjectProxy> mock_tag0_proxy_; member in class:chromeos::NfcClientTest
537 EXPECT_CALL(*mock_tag0_proxy_, CallMethodWithErrorCallback(_, _, _, _));
543 Mock::VerifyAndClearExpectations(&mock_tag0_proxy_);
564 EXPECT_CALL(*mock_tag0_proxy_, CallMethodWithErrorCallback(_, _, _, _));
576 Mock::VerifyAndClearExpectations(&mock_tag0_proxy_);
589 EXPECT_CALL(*mock_tag0_proxy_, CallMethodWithErrorCallback(_, _, _, _))
597 Mock::VerifyAndClearExpectations(&mock_tag0_proxy_);
617 EXPECT_CALL(*mock_tag0_proxy_, CallMethodWithErrorCallbac
[all...]

Completed in 2688 milliseconds