Home
last modified time | relevance | path

Searched refs:AddSentMethodCall (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/dbus/
Ddbus_statistics_unittest.cc23 statistics::AddSentMethodCall( in AddTestMethodCalls()
30 statistics::AddSentMethodCall( in AddTestMethodCalls()
32 statistics::AddSentMethodCall( in AddTestMethodCalls()
37 statistics::AddSentMethodCall( in AddTestMethodCalls()
39 statistics::AddSentMethodCall( in AddTestMethodCalls()
41 statistics::AddSentMethodCall( in AddTestMethodCalls()
44 statistics::AddSentMethodCall( in AddTestMethodCalls()
47 statistics::AddSentMethodCall( in AddTestMethodCalls()
50 statistics::AddSentMethodCall( in AddTestMethodCalls()
62 statistics::AddSentMethodCall("service1", "service1.interface1", "method1"); in TEST_F()
Ddbus_statistics.h41 CHROME_DBUS_EXPORT void AddSentMethodCall(const std::string& service,
Ddbus_statistics.cc132 void AddSentMethodCall(const std::string& service, in AddSentMethodCall() function
Dobject_proxy.cc218 statistics::AddSentMethodCall(service_name_, in CallMethodWithErrorResponse()