HomeSort by relevance Sort by last modified time
    Searched defs:FakeShillProxy (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
fake_shill_proxy.cc 24 FakeShillProxy::FakeShillProxy()
27 ManagerProxyMock* FakeShillProxy::GetManagerProxy() {
31 std::unique_ptr<ServiceProxyInterface> FakeShillProxy::GetServiceForPath(
41 void FakeShillProxy::SetServiceForPath(
fake_shill_proxy.h 33 class FakeShillProxy : public ShillProxyInterface {
35 FakeShillProxy();
36 ~FakeShillProxy() override = default;
61 DISALLOW_COPY_AND_ASSIGN(FakeShillProxy);

Completed in 1766 milliseconds