Searched refs:to_update (Results 1 – 3 of 3) sorted by relevance
1423 void Manager::UpdateService(const ServiceRefPtr& to_update) { in UpdateService() argument1424 CHECK(to_update); in UpdateService()1426 const auto& state_it = watched_service_states_.find(to_update->unique_name()); in UpdateService()1428 is_interesting_state_change = (to_update->state() != state_it->second); in UpdateService()1430 is_interesting_state_change = to_update->IsActive(nullptr); in UpdateService()1435 to_update->unique_name().c_str(), in UpdateService()1436 Service::ConnectStateToString(to_update->state()), in UpdateService()1437 Service::ConnectFailureToString(to_update->failure())); in UpdateService()1443 SLOG(this, 2) << "IsConnected(): " << to_update->IsConnected(); in UpdateService()1444 SLOG(this, 2) << "IsConnecting(): " << to_update->IsConnecting(); in UpdateService()[all …]
55 MOCK_METHOD1(UpdateService, void(const ServiceRefPtr& to_update));60 MOCK_METHOD1(UpdateDevice, void(const DeviceRefPtr& to_update));
161 virtual void UpdateService(const ServiceRefPtr& to_update);164 virtual void UpdateDevice(const DeviceRefPtr& to_update);416 void SaveServiceToProfile(const ServiceRefPtr& to_update);