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

  /system/update_engine/
weave_service_factory.h 28 // Create a new WeaveServiceInterface instance. In case of error or when weaved
30 std::unique_ptr<WeaveServiceInterface> ConstructWeaveService(
31 WeaveServiceInterface::DelegateInterface* delegate);
weave_service_factory.cc 25 std::unique_ptr<WeaveServiceInterface> ConstructWeaveService(
26 WeaveServiceInterface::DelegateInterface* delegate) {
27 std::unique_ptr<WeaveServiceInterface> result;
weave_service_interface.h 29 // A WeaveServiceInterface instance allows to register the daemon with weaved,
34 class WeaveServiceInterface : public ServiceObserverInterface {
54 virtual ~WeaveServiceInterface() = default;
57 WeaveServiceInterface() = default;
system_state.h 54 class WeaveServiceInterface;
102 // Returns a pointer to the WeaveServiceInterface class or nullptr if none.
103 virtual WeaveServiceInterface* weave_service() = 0;
weave_service.h 31 class WeaveService : public WeaveServiceInterface {
58 WeaveServiceInterface::DelegateInterface* delegate_{nullptr};
real_system_state.h 107 inline WeaveServiceInterface* weave_service() override {
177 std::unique_ptr<WeaveServiceInterface> weave_service_;
fake_system_state.h 88 inline WeaveServiceInterface* weave_service() override { return nullptr; }
update_attempter.h 63 public WeaveServiceInterface::DelegateInterface,
103 // WeaveServiceInterface::DelegateInterface overrides.

Completed in 896 milliseconds