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

/external/chromium_org/chromeos/dbus/
H A Dmodem_messaging_client_unittest.cc69 // OnConnectToSignal() to run the callback.
76 Invoke(this, &ModemMessagingClientTest::OnConnectToSignal));
150 void OnConnectToSignal( function in class:chromeos::ModemMessagingClientTest
H A Dgsm_sms_client_unittest.cc84 // OnConnectToSignal() to run the callback.
90 .WillRepeatedly(Invoke(this, &GsmSMSClientTest::OnConnectToSignal));
180 void OnConnectToSignal( function in class:chromeos::GsmSMSClientTest
H A Dshill_client_unittest_base.cc143 // OnConnectToSignal() to run the callback.
148 Invoke(this, &ShillClientUnittestBase::OnConnectToSignal));
356 void ShillClientUnittestBase::OnConnectToSignal( function in class:chromeos::ShillClientUnittestBase
H A Dshill_client_unittest_base.h194 void OnConnectToSignal(
H A Dnfc_client_unittest.cc145 // Set expectations that use NfcClientTest::OnConnectToSignal when the
148 .WillRepeatedly(Invoke(this, &NfcClientTest::OnConnectToSignal));
150 .WillRepeatedly(Invoke(this, &NfcClientTest::OnConnectToSignal));
152 .WillRepeatedly(Invoke(this, &NfcClientTest::OnConnectToSignal));
370 void OnConnectToSignal( function in class:chromeos::NfcClientTest

Completed in 117 milliseconds