Home
last modified time | relevance | path

Searched refs:WeaveServiceInterface (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/
Dweave_service_factory.cc25 std::unique_ptr<WeaveServiceInterface> ConstructWeaveService( in ConstructWeaveService()
26 WeaveServiceInterface::DelegateInterface* delegate) { in ConstructWeaveService()
27 std::unique_ptr<WeaveServiceInterface> result; in ConstructWeaveService()
Dweave_service_interface.h34 class WeaveServiceInterface : public ServiceObserverInterface {
54 virtual ~WeaveServiceInterface() = default;
57 WeaveServiceInterface() = default;
Dweave_service_factory.h30 std::unique_ptr<WeaveServiceInterface> ConstructWeaveService(
31 WeaveServiceInterface::DelegateInterface* delegate);
Dweave_service.h31 class WeaveService : public WeaveServiceInterface {
58 WeaveServiceInterface::DelegateInterface* delegate_{nullptr};
Dsystem_state.h54 class WeaveServiceInterface; variable
103 virtual WeaveServiceInterface* weave_service() = 0;
Dreal_system_state.h112 inline WeaveServiceInterface* weave_service() override { in weave_service()
182 std::unique_ptr<WeaveServiceInterface> weave_service_;
Dfake_system_state.h88 inline WeaveServiceInterface* weave_service() override { return nullptr; } in weave_service()
Dupdate_attempter.h63 public WeaveServiceInterface::DelegateInterface,