Home | History | Annotate | Download | only in dbus

Lines Matching refs:Options

175 Bus::Options::Options()
180 Bus::Options::~Options() {
183 Bus::Bus(const Options& options)
184 : bus_type_(options.bus_type),
185 connection_type_(options.connection_type),
186 dbus_task_runner_(options.dbus_task_runner),
194 address_(options.address) {
224 int options) {
229 options);
236 new ObjectProxy(this, service_name, object_path, options);
252 int options,
258 options);
534 ServiceOwnershipOptions options,
541 this, service_name, options, on_ownership_callback));
545 ServiceOwnershipOptions options,
551 success = RequestOwnershipAndBlock(service_name, options);
560 ServiceOwnershipOptions options) {
573 options,
852 GetServiceOwnerOption options) {
863 if (options == REPORT_ERRORS)
874 if (options == REPORT_ERRORS) {