Home | History | Annotate | Download | only in dbus

Lines Matching refs:service_path

152                                         const std::string& service_path) {
157 << " for: " << service_path;
160 if (profile->entries.HasKey(service_path))
162 return AddOrUpdateServiceImpl(profile_path, service_path, profile);
166 const std::string& service_path) {
171 << " for: " << service_path;
174 if (!profile->entries.HasKey(service_path)) {
176 << " does not contain Service: " << service_path;
179 return AddOrUpdateServiceImpl(profile_path, service_path, profile);
184 const std::string& service_path,
189 service_test->GetServiceProperties(service_path);
191 LOG(ERROR) << "No matching service: " << service_path;
199 service_test->SetServiceProperty(service_path,
208 profile->entries.SetWithoutPathExpansion(service_path,
221 bool FakeShillProfileClient::GetService(const std::string& service_path,
230 service_path, &entry)) {