Searched refs:CallMethodAndBlockWithErrorDetails (Results 1 – 6 of 6) sorted by relevance
50 CallMethodAndBlockWithErrorDetails(_, _, _)) in SetUp()167 TEST_F(MockTest, CallMethodAndBlockWithErrorDetails) { in TEST_F() argument178 std::unique_ptr<Response> response(proxy->CallMethodAndBlockWithErrorDetails( in TEST_F()
25 MOCK_METHOD3(CallMethodAndBlockWithErrorDetails,
113 virtual std::unique_ptr<Response> CallMethodAndBlockWithErrorDetails(
133 std::unique_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithErrorDetails() function in dbus::ObjectProxy176 return CallMethodAndBlockWithErrorDetails(method_call, timeout_ms, &error); in CallMethodAndBlock()
108 auto response = object->CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithTimeout()
87 CallMethodAndBlockWithErrorDetails(_, def_timeout_ms, _)) in SetUp()