/external/libbrillo/brillo/glib/ |
abstract_dbus_service.cc | 16 service_path(),
|
abstract_dbus_service.h | 39 virtual const char* service_path() const = 0;
|
dbus.cc | 214 const char* service_path, 272 service_path,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/ |
main.py | 79 service_path, registry_path = parse_service_path(path_info) 83 [(service_path, protorpc_appstats.AppStatsService)], registry_path)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/ |
service.py | 57 def service_mapping(service_factory, service_path=r'.*', protocols=None): 64 service_path: Regular expression for matching requests against. Requests 71 path_matcher = re.compile(_REQUEST_PATH_PATTERN % service_path) 78 service_path = path_match.group(1) 96 (service_path, 176 service_path=service_path, 228 Otherwise, a list of tuples (service_path, service_factory): 229 service_path: The path to mount service on. 245 for service_path, service_factory in services [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/ |
forms.py | 88 page fill in the service_path and method_name query parameters back to this 91 When provided with service_path and method_name parameters will display a 128 service_path: Path to service to display method of. Optional. 135 service_path = self.request.get('path', None) 138 if service_path and method_name: 140 params['service_path'] = service_path
|
service_handlers.py | 415 def __show_info(self, service_path, remote_method): 420 service_path, remote_method)) 422 response_message.append('%s is a ProtoRPC service.\n\n' % service_path) 436 def get(self, service_path, remote_method): 440 service_path: Service path derived from request URL. 443 self.handle('GET', service_path, remote_method) 445 def post(self, service_path, remote_method): 449 service_path: Service path derived from request URL. 452 self.handle('POST', service_path, remote_method) 509 def handle(self, http_method, service_path, remote_method) [all...] |
forms_test.py | 146 service_path='/my-path',
|
/system/weaved/buffet/ |
shill_client.cc | 162 ObjectPath service_path; local 164 if (!manager_proxy_.ConfigureService(service_properties, &service_path, 173 connecting_service_.reset(new ServiceProxy{bus_, service_path}); 178 weak_factory_.GetWeakPtr(), service_path), 180 weak_factory_.GetWeakPtr(), service_path)); 350 ObjectPath service_path{property_value.TryGet<ObjectPath>()}; 351 if (!service_path.IsValid()) { 357 << service_path.value(); 360 if (device_state.selected_service->GetObjectPath() == service_path) { 368 service_path.value() != "/" && connecting_service_ & [all...] |
shill_client.h | 96 void OnServicePropertyChange(const dbus::ObjectPath& service_path, 103 void OnStateChangeForSelectedService(const dbus::ObjectPath& service_path,
|
/system/connectivity/apmanager/dbus/ |
manager_dbus_adaptor.cc | 101 const dbus::ObjectPath& service_path) { 102 LOG(INFO) << "Owner for service " << service_path.value() << " vanished"; 104 auto watcher_context = service_owner_watchers_.find(service_path);
|
manager_dbus_adaptor.h | 67 void OnServiceOwnerVanished(const dbus::ObjectPath& service_path);
|
/system/update_engine/update_manager/ |
real_shill_provider_unittest.cc | 106 // properties in the mocked service |service_path|. If any of the three 110 ServiceProxyMock* SetServiceReply(const std::string& service_path, 124 // |service_path|. Sets the fake connection change time in 126 void SendDefaultServiceSignal(const std::string& service_path, 132 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path)); 138 // Sets up expectations for detection of a connection |service_path| with type 143 void SetupConnectionAndAttrs(const std::string& service_path, 147 SetServiceReply(service_path, shill_type, nullptr, shill_tethering); 148 // Note: We don't setup this |service_path| as the default service path but 154 SendDefaultServiceSignal(service_path, &conn_change_time) [all...] |
real_shill_provider.cc | 93 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); local 94 if (!service_path.IsValid()) { 98 << ", read as the object path: '" << service_path.value() 101 ProcessDefaultService(service_path);
|
/system/connectivity/shill/dbus/ |
chromeos_manager_dbus_adaptor.cc | 258 dbus::ObjectPath* service_path) { 268 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); 276 dbus::ObjectPath* service_path) { 278 return GetService(error, args, service_path); 285 dbus::ObjectPath* service_path) { 287 return GetService(error, args, service_path); 294 dbus::ObjectPath* service_path) { 304 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()); 312 dbus::ObjectPath* service_path) { 323 *service_path = dbus::ObjectPath(service->GetRpcIdentifier()) [all...] |
chromeos_manager_dbus_adaptor.h | 102 dbus::ObjectPath* service_path) override; 105 dbus::ObjectPath* service_path) override; 108 dbus::ObjectPath* service_path) override; 111 dbus::ObjectPath* service_path) override; 115 dbus::ObjectPath* service_path) override; 118 dbus::ObjectPath* service_path) override;
|
/external/autotest/client/cros/tendo/n_faced_peerd/ |
peer.py | 104 service_path = '%s/services/%d' % (self._path, 107 self._bus, service_path, self.uuid, service_id,
|
/external/autotest/client/cros/networking/ |
apmanager_proxy.py | 192 def terminate_service(self, service_path): 195 @param service_path string object path of the service. 198 self._manager.RemoveService(dbus.ObjectPath(service_path))
|
shill_proxy.py | 550 for service_path in all_services: 552 service_path)
|
shill_xmlrpc_server.py | 330 service_path = self._wifi_proxy.manager.FindMatchingService( 333 self._wifi_proxy.DBUS_TYPE_SERVICE, service_path)
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_dbus_client.cc | 270 dbus::ObjectPath service_path; local 273 expected_properties, &service_path, &error)) { 277 new ServiceProxy(dbus_bus_, service_path)); 316 dbus::ObjectPath service_path; local 319 config_params, &service_path, &error); 325 dbus::ObjectPath service_path; local 330 guid_config_params, &service_path, &error);
|
/system/update_engine/ |
connection_manager_unittest.cc | 62 // properties in the mocked service |service_path|. If any of the three 65 void SetServiceReply(const string& service_path, 108 void ConnectionManagerTest::SetServiceReply(const string& service_path, 132 fake_shill_proxy_.SetServiceForPath(dbus::ObjectPath(service_path),
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
protorpc.js | 35 * @param {string} service_path Relative URI where service lives. 42 ProtoRpc.RPC = function(service_path, method_name, request, success, error) { 56 xhr.open('POST', service_path + '.' + method_name, true);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
remote.py | 778 service_path: Path on HTTP service where service is mounted. This path 785 service_path=None, 793 service_path: Assigned to property. 802 self.__service_path = service_path 820 def service_path(self): member in class:HttpRequestState 831 for name in ['http_method', 'service_path']: [all...] |
remote_test.py | 349 state = remote.HttpRequestState(service_path='/bar') 350 self.assertEquals('/bar', state.service_path) 375 "service_path='/bar' " 383 service_path='/bar',
|