HomeSort by relevance Sort by last modified time
    Searched full:service_path (Results 1 - 25 of 32) sorted by null

1 2

  /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/static/
methods.html 19 {% block title %}Form for {{service_path|escape}}.{{method_name|escape}}{% endblock %}
23 <h3>Form for {{service_path|escape}}.{{method_name|escape}}</h3>
base.html 33 servicePath = "{{service_path|escape}}";
  /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',
  /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,
  /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/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/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/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/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))
  /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);
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 49 #define SERVICE_PATH "/org/chromium/dhcpcd"
83 "<node name=\"" SERVICE_PATH "\">\n"
309 msg = dbus_message_new_signal(SERVICE_PATH, SERVICE_NAME, "Event");
385 msg = dbus_message_new_signal(SERVICE_PATH, SERVICE_NAME, "Event");
675 SERVICE_PATH, &vt, NULL))
711 msg = dbus_message_new_signal(SERVICE_PATH, SERVICE_NAME,
  /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/
webapp_test_util.py 283 SERVICE_PATH = '/my/service'
346 return self.make_service_url(self.SERVICE_PATH)

Completed in 573 milliseconds

1 2