Home
last modified time | relevance | path

Searched refs:service_proxy_mocks_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Dfake_shill_proxy.cc35 auto it = service_proxy_mocks_.find(path.value()); in GetServiceForPath()
36 CHECK(it != service_proxy_mocks_.end()) in GetServiceForPath()
39 service_proxy_mocks_.erase(it); in GetServiceForPath()
46 service_proxy_mocks_[path.value()] = std::move(service_proxy); in SetServiceForPath()
Dfake_shill_proxy.h59 service_proxy_mocks_; variable