HomeSort by relevance Sort by last modified time
    Searched refs:LibCrosServiceInterfaceProxyMock (Results 1 - 3 of 3) sorted by null

  /system/update_engine/include/libcros/
dbus-proxy-mocks.h 23 class LibCrosServiceInterfaceProxyMock : public LibCrosServiceInterfaceProxyInterface {
25 LibCrosServiceInterfaceProxyMock() = default;
43 DISALLOW_COPY_AND_ASSIGN(LibCrosServiceInterfaceProxyMock);
  /system/update_engine/
chrome_browser_proxy_resolver_unittest.cc 37 using org::chromium::LibCrosServiceInterfaceProxyMock;
48 : service_interface_mock_(new LibCrosServiceInterfaceProxyMock()),
85 LibCrosServiceInterfaceProxyMock* service_interface_mock_;
update_attempter_unittest.cc 59 using org::chromium::LibCrosServiceInterfaceProxyMock;
114 : service_interface_mock_(new LibCrosServiceInterfaceProxyMock()),
198 LibCrosServiceInterfaceProxyMock* service_interface_mock_;
    [all...]

Completed in 444 milliseconds