Home | History | Annotate | Download | only in dbus

Lines Matching full:const

24 const char kDBusInterface[] = "org.freedesktop.DBus";
25 const char kDBusServiceName[] = "org.freedesktop.DBus";
26 const char kDBusServicePath[] = "/org/freedesktop/DBus";
29 const char kDBusObjectManagerInterface[] = "org.freedesktop.DBus.ObjectManager";
31 const char kDBusObjectManagerGetManagedObjects[] = "GetManagedObjects";
33 const char kDBusObjectManagerInterfacesAddedSignal[] = "InterfacesAdded";
34 const char kDBusObjectManagerInterfacesRemovedSignal[] = "InterfacesRemoved";
37 const char kDBusPropertiesInterface[] = "org.freedesktop.DBus.Properties";
39 const char kDBusPropertiesGet[] = "Get";
40 const char kDBusPropertiesSet[] = "Set";
41 const char kDBusPropertiesGetAll[] = "GetAll";
43 const char kDBusPropertiesChangedSignal[] = "PropertiesChanged";
47 const char kImageBurnServiceName[] = "org.chromium.ImageBurner";
48 const char kImageBurnServicePath[] = "/org/chromium/ImageBurner";
49 const char kImageBurnServiceInterface[] = "org.chromium.ImageBurnerInterface";
51 const char kBurnImage[] = "BurnImage";
53 const char kSignalBurnFinishedName[] = "burn_finished";
54 const char kSignalBurnUpdateName[] = "burn_progress_update";
58 const char kSpeechSynthesizerInterface[] =
60 const char kSpeechSynthesizerServicePath[] = "/org/chromium/SpeechSynthesizer";
61 const char kSpeechSynthesizerServiceName[] = "org.chromium.SpeechSynthesizer";
63 const char kSpeak[] = "Speak";
64 const char kStop[] = "Stop";
65 const char kIsSpeaking[] = "IsSpeaking";
66 const char kShutdown[] = "Shutdown";
70 const char kChromiumInterface[] = "org.chromium.Chromium";
72 const char kTTSReadySignal[] = "TTSReady";
73 const char kTTSFailedSignal[] = "TTSFailed";
77 const char kLibCrosServiceName[] = "org.chromium.LibCrosService";
78 const char kLibCrosServicePath[] = "/org/chromium/LibCrosService";
79 const char kLibCrosServiceInterface[] = "org.chromium.LibCrosServiceInterface";
81 const char kResolveNetworkProxy[] = "ResolveNetworkProxy";
82 const char kCheckLiveness[] = "CheckLiveness";
83 const char kLockScreen[] = "LockScreen";
84 const char kSetDisplayPower[] = "SetDisplayPower";
85 const char kSetDisplaySoftwareDimming[] = "SetDisplaySoftwareDimming";
86 const char kTakeDisplayOwnership[] = "TakeDisplayOwnership";
87 const char kReleaseDisplayOwnership[] = "ReleaseDisplayOwnership";
99 const char kCromoServiceName[] = "org.chromium.ModemManager";
100 const char kCromoServicePath[] = "/org/chromium/ModemManager";
103 const char kModemInterface[] = "org.freedesktop.ModemManager.Modem";
104 const char kModemSimpleInterface[] =
106 const char kModemCdmaInterface[] = "org.freedesktop.ModemManager.Modem.Cdma";
107 const char kModemGsmInterface[] = "org.freedesktop.ModemManager.Modem.Gsm";
108 const char kModemGsmCardInterface[] =
110 const char kModemGsmNetworkInterface[] =
112 const char kModemGobiInterface[] = "org.chromium.ModemManager.Modem.Gobi";
117 const char kModemManagerSMSInterface[] =
121 const char kSMSGetFunction[] = "Get";
122 const char kSMSDeleteFunction[] = "Delete";
123 const char kSMSListFunction[] = "List";
126 const char kSMSReceivedSignal[] = "SmsReceived";
131 const char kModemManager1ServiceName[] = "org.freedesktop.ModemManager1";
132 const char kModemManager1ServicePath[] = "/org/freedesktop/ModemManager1";
133 const char kModemManager1MessagingInterface[] =
135 const char kModemManager1SmsInterface[] =
137 const char kSMSAddedSignal[] = "Added";
142 const char kWiMaxManagerServiceName[] = "org.chromium.WiMaxManager";
143 const char kWiMaxManagerServicePath[] = "/org/chromium/WiMaxManager";
144 const char kWiMaxManagerServiceError[] = "org.chromium.WiMaxManager.Error";
145 const char kWiMaxManagerInterface[] = "org.chromium.WiMaxManager";
146 const char kWiMaxManagerDeviceInterface[] = "org.chromium.WiMaxManager.Device";
147 const char kWiMaxManagerNetworkInterface[] =
149 const char kDeviceObjectPathPrefix[] = "/org/chromium/WiMaxManager/Device/";
150 const char kNetworkObjectPathPrefix[] = "/org/chromium/WiMaxManager/Network/";
151 const char kDevicesProperty[] = "Devices";
152 const char kNetworksProperty[] = "Networks";
153 const char kEAPAnonymousIdentity[] = "EAPAnonymousIdentity";
154 const char kEAPUserIdentity[] = "EAPUserIdentity";
155 const char kEAPUserPassword[] = "EAPUserPassword";
169 const char kBluetoothPluginServiceName[] = "org.bluez";
170 const char kBluetoothPluginInterface[] = "org.chromium.Bluetooth";
173 const char kSupportsLEServices[] = "SupportsLEServices";
174 const char kSupportsConnInfo[] = "SupportsConnInfo";
180 const char kBluetoothPluginServiceName[] = "org.bluez";
181 const char kBluetoothPluginInterface[] = "org.chromium.BluetoothDevice";
184 const char kGetConnInfo[] = "GetConnInfo";
189 const char kBluetoothAdapterServiceName[] = "org.bluez";
190 const char kBluetoothAdapterInterface[] = "org.bluez.Adapter1";
193 const char kStartDiscovery[] = "StartDiscovery";
194 const char kSetDiscoveryFilter[] = "SetDiscoveryFilter";
195 const char kStopDiscovery[] = "StopDiscovery";
196 const char kRemoveDevice[] = "RemoveDevice";
199 const char kAddressProperty[] = "Address";
200 const char kNameProperty[] = "Name";
201 const char kAliasProperty[] = "Alias";
202 const char kClassProperty[] = "Class";
203 const char kPoweredProperty[] = "Powered";
204 const char kDiscoverableProperty[] = "Discoverable";
205 const char kPairableProperty[] = "Pairable";
206 const char kPairableTimeoutProperty[] = "PairableTimeout";
207 const char kDiscoverableTimeoutProperty[] = "DiscoverableTimeout";
208 const char kDiscoveringProperty[] = "Discovering";
209 const char kUUIDsProperty[] = "UUIDs";
210 const char kModaliasProperty[] = "Modalias";
213 const char kErrorNotReady[] = "org.bluez.Error.NotReady";
214 const char kErrorFailed[] = "org.bluez.Error.Failed";
215 const char kErrorNotAuthorized[] = "org.bluez.Error.NotAuthorized";
216 const char kErrorInvalidArguments[] = "org.bluez.Error.InvalidArguments";
219 const char kDiscoveryFilterParameterUUIDs[] = "UUIDs";
220 const char kDiscoveryFilterParameterRSSI[] = "RSSI";
221 const char kDiscoveryFilterParameterPathloss[] = "Pathloss";
222 const char kDiscoveryFilterParameterTransport[] = "Transport";
227 const char kBluetoothAgentManagerServiceName[] = "org.bluez";
228 const char kBluetoothAgentManagerServicePath[] = "/org/bluez";
229 const char kBluetoothAgentManagerInterface[] = "org.bluez.AgentManager1";
232 const char kRegisterAgent[] = "RegisterAgent";
233 const char kUnregisterAgent[] = "UnregisterAgent";
234 const char kRequestDefaultAgent[] = "RequestDefaultAgent";
237 const char kNoInputNoOutputCapability[] = "NoInputNoOutput";
238 const char kDisplayOnlyCapability[] = "DisplayOnly";
239 const char kKeyboardOnlyCapability[] = "KeyboardOnly";
240 const char kDisplayYesNoCapability[] = "DisplayYesNo";
241 const char kKeyboardDisplayCapability[] = "KeyboardDisplay";
244 const char kErrorInvalidArguments[] = "org.bluez.Error.InvalidArguments";
245 const char kErrorAlreadyExists[] = "org.bluez.Error.AlreadyExists";
246 const char kErrorDoesNotExist[] = "org.bluez.Error.DoesNotExist";
252 const char kBluetoothAgentInterface[] = "org.bluez.Agent1";
255 const char kRelease[] = "Release";
256 const char kRequestPinCode[] = "RequestPinCode";
257 const char kDisplayPinCode[] = "DisplayPinCode";
258 const char kRequestPasskey[] = "RequestPasskey";
259 const char kDisplayPasskey[] = "DisplayPasskey";
260 const char kRequestConfirmation[] = "RequestConfirmation";
261 const char kRequestAuthorization[] = "RequestAuthorization";
262 const char kAuthorizeService[] = "AuthorizeService";
263 const char kCancel[] = "Cancel";
266 const char kErrorRejected[] = "org.bluez.Error.Rejected";
267 const char kErrorCanceled[] = "org.bluez.Error.Canceled";
272 const char kBluetoothDeviceServiceName[] = "org.bluez";
273 const char kBluetoothDeviceInterface[] = "org.bluez.Device1";
276 const char kConnect[] = "Connect";
277 const char kDisconnect[] = "Disconnect";
278 const char kConnectProfile[] = "ConnectProfile";
279 const char kDisconnectProfile[] = "DisconnectProfile";
280 const char kPair[] = "Pair";
281 const char kCancelPairing[] = "CancelPairing";
284 const char kStartConnectionMonitor[] = "StartConnectionMonitor"; // DEPRECATED
285 const char kStopConnectionMonitor[] = "StopConnectionMonitor"; // DEPRECATED
288 const char kAddressProperty[] = "Address";
289 const char kNameProperty[] = "Name";
290 const char kIconProperty[] = "Icon";
291 const char kClassProperty[] = "Class";
292 const char kAppearanceProperty[] = "Appearance";
293 const char kUUIDsProperty[] = "UUIDs";
294 const char kPairedProperty[] = "Paired";
295 const char kConnectedProperty[] = "Connected";
296 const char kTrustedProperty[] = "Trusted";
297 const char kBlockedProperty[] = "Blocked";
298 const char kAliasProperty[] = "Alias";
299 const char kAdapterProperty[] = "Adapter";
300 const char kLegacyPairingProperty[] = "LegacyPairing";
301 const char kModaliasProperty[] = "Modalias";
302 const char kRSSIProperty[] = "RSSI";
303 const char kTxPowerProperty[] = "TxPower";
304 const char kManufacturerDataProperty[] = "ManufacturerData";
305 const char kServiceDataProperty[] = "ServiceData";
306 const char kGattServicesProperty[] = "GattServices";
309 const char kConnectionRSSI[] = "ConnectionRSSI"; // DEPRECATED
310 const char kConnectionTXPower[] = "ConnectionTXPower"; // DEPRECATED
311 const char kConnectionTXPowerMax[] = "ConnectionTXPowerMax"; // DEPRECATED
314 const char kErrorNotReady[] = "org.bluez.Error.NotReady";
315 const char kErrorFailed[] = "org.bluez.Error.Failed";
316 const char kErrorInProgress[] = "org.bluez.Error.InProgress";
317 const char kErrorAlreadyConnected[] = "org.bluez.Error.AlreadyConnected";
318 const char kErrorNotConnected[] = "org.bluez.Error.NotConnected";
319 const char kErrorDoesNotExist[] = "org.bluez.Error.DoesNotExist";
320 const char kErrorInvalidArguments[] = "org.bluez.Error.InvalidArguments";
323 const char kErrorNotSupported[] = "org.bluez.Error.NotSupported";
324 const char kErrorAuthenticationCanceled[] =
326 const char kErrorAuthenticationFailed[] =
328 const char kErrorAuthenticationRejected[] =
330 const char kErrorAuthenticationTimeout[] =
332 const char kErrorConnectionAttemptFailed[] =
339 const char kBluetoothGattCharacteristicServiceName[] = "org.bluez";
340 const char kBluetoothGattCharacteristicInterface[] =
344 const char kReadValue[] = "ReadValue";
345 const char kWriteValue[] = "WriteValue";
346 const char kStartNotify[] = "StartNotify";
347 const char kStopNotify[] = "StopNotify";
350 const char kValueUpdatedSignal[] = "ValueUpdated";
353 const char kUUIDProperty[] = "UUID";
354 const char kServiceProperty[] = "Service";
355 const char kValueProperty[] = "Value";
356 const char kFlagsProperty[] = "Flags";
357 const char kNotifyingProperty[] = "Notifying";
358 const char kDescriptorsProperty[] = "Descriptors";
361 const char kFlagBroadcast[] = "broadcast";
362 const char kFlagRead[] = "read";
363 const char kFlagWriteWithoutResponse[] = "write-without-response";
364 const char kFlagWrite[] = "write";
365 const char kFlagNotify[] = "notify";
366 const char kFlagIndicate[] = "indicate";
367 const char kFlagAuthenticatedSignedWrites[] = "authenticated-signed-writes";
368 const char kFlagExtendedProperties[] = "extended-properties";
369 const char kFlagReliableWrite[] = "reliable-write";
370 const char kFlagWritableAuxiliaries[] = "writable-auxiliaries";
376 const char kBluetoothGattDescriptorServiceName[] = "org.bluez";
377 const char kBluetoothGattDescriptorInterface[] = "org.bluez.GattDescriptor1";
380 const char kReadValue[] = "ReadValue";
381 const char kWriteValue[] = "WriteValue";
384 const char kUUIDProperty[] = "UUID";
385 const char kCharacteristicProperty[] = "Characteristic";
386 const char kValueProperty[] = "Value";
391 const char kBluetoothGattManagerServiceName[] = "org.bluez";
392 const char kBluetoothGattManagerInterface[] = "org.bluez.GattManager1";
395 const char kRegisterService[] = "RegisterService";
396 const char kUnregisterService[] = "UnregisterService";
399 const char kErrorInvalidArguments[] = "org.bluez.Error.InvalidArguments";
400 const char kErrorAlreadyExists[] = "org.bluez.Error.AlreadyExists";
401 const char kErrorDoesNotExist[] = "org.bluez.Error.DoesNotExist";
407 const char kBluetoothGattServiceServiceName[] = "org.bluez";
408 const char kBluetoothGattServiceInterface[] = "org.bluez.GattService1";
411 const char kUUIDProperty[] = "UUID";
412 const char kDeviceProperty[] = "Device";
413 const char kPrimaryProperty[] = "Primary";
414 const char kIncludesProperty[] = "Includes";
415 const char kCharacteristicsProperty[] = "Characteristics";
418 const char kErrorFailed[] = "org.bluez.Error.Failed";
419 const char kErrorInProgress[] = "org.bluez.Error.InProgress";
420 const char kErrorInvalidValueLength[] = "org.bluez.Error.InvalidValueLength";
421 const char kErrorNotAuthorized[] = "org.bluez.Error.NotAuthorized";
422 const char kErrorNotPaired[] = "org.bluez.Error.NotPaired";
423 const char kErrorNotSupported[] = "org.bluez.Error.NotSupported";
424 const char kErrorReadNotPermitted[] = "org.bluez.Error.ReadNotPermitted";
425 const char kErrorWriteNotPermitted[] = "org.bluez.Error.WriteNotPermitted";
430 const char kBluetoothInputServiceName[] = "org.bluez";
431 const char kBluetoothInputInterface[] = "org.bluez.Input1";
434 const char kReconnectModeProperty[] = "ReconnectMode";
437 const char kNoneReconnectModeProperty[] = "none";
438 const char kHostReconnectModeProperty[] = "host";
439 const char kDeviceReconnectModeProperty[] = "device";
440 const char kAnyReconnectModeProperty[] = "any";
445 const char kBluetoothMediaServiceName[] = "org.bluez";
446 const char kBluetoothMediaInterface[] = "org.bluez.Media1";
449 const char kRegisterEndpoint[] = "RegisterEndpoint";
450 const char kUnregisterEndpoint[] = "UnregisterEndpoint";
451 const char kRegisterPlayer[] = "RegisterPlayer";
452 const char kUnregisterPlayer[] = "UnregisterPlayer";
455 const char kErrorFailed[] = "org.bluez.Error.Failed";
456 const char kErrorInvalidArguments[] = "org.bluez.Error.InvalidArguments";
457 const char kErrorNotSupported[] = "org.bluez.Error.NotSupported";
462 const char kBluetoothMediaEndpointServiceName[] = "org.bluez";
463 const char kBluetoothMediaEndpointInterface[] = "org.bluez.MediaEndpoint1";
466 const char kSetConfiguration[] = "SetConfiguration";
467 const char kSelectConfiguration[] = "SelectConfiguration";
468 const char kClearConfiguration[] = "ClearConfiguration";
469 const char kRelease[] = "Release";
474 const char kBluetoothMediaTransportServiceName[] = "org.bluez";
475 const char kBluetoothMediaTransportInterface[] = "org.bluez.MediaTransport1";
478 const char kAcquire[] = "Acquire";
479 const char kTryAcquire[] = "TryAcquire";
480 const char kRelease[] = "Release";
483 const char kDeviceProperty[] = "Device";
484 const char kUUIDProperty[] = "UUID";
485 const char kCodecProperty[] = "Codec";
486 const char kConfigurationProperty[] = "Configuration";
487 const char kStateProperty[] = "State";
488 const char kDelayProperty[] = "Delay";
489 const char kVolumeProperty[] = "Volume";
492 const char kStateIdle[] = "idle";
493 const char kStatePending[] = "pending";
494 const char kStateActive[] = "active";
497 const char kErrorFailed[] = "org.bluez.Error.Failed";
498 const char kErrorNotAuthorized[] = "org.bluez.Error.NotAuthorized";
499 const char kErrorNotAvailable[] = "org.bluez.Error.NotAvailable";
504 const char kBluetoothObjectManagerServiceName[] = "org.bluez";
505 const char kBluetoothObjectManagerServicePath[] = "/";
510 const char kBluetoothProfileManagerServiceName[] = "org.bluez";
511 const char kBluetoothProfileManagerServicePath[] = "/org/bluez";
512 const char kBluetoothProfileManagerInterface[] = "org.bluez.ProfileManager1";
515 const char kRegisterProfile[] = "RegisterProfile";
516 const char kUnregisterProfile[] = "UnregisterProfile";
519 const char kNameOption[] = "Name";
520 const char kServiceOption[] = "Service";
521 const char kRoleOption[] = "Role";
522 const char kChannelOption[] = "Channel";
523 const char kPSMOption[] = "PSM";
524 const char kRequireAuthenticationOption[] = "RequireAuthentication";
525 const char kRequireAuthorizationOption[] = "RequireAuthorization";
526 const char kAutoConnectOption[] = "AutoConnect";
527 const char kServiceRecordOption[] = "ServiceRecord";
528 const char kVersionOption[] = "Version";
529 const char kFeaturesOption[] = "Features";
532 const char kClientRoleOption[] = "client";
533 const char kServerRoleOption[] = "server";
536 const char kErrorInvalidArguments[] = "org.bluez.Error.InvalidArguments";
537 const char kErrorAlreadyExists[] = "org.bluez.Error.AlreadyExists";
538 const char kErrorDoesNotExist[] = "org.bluez.Error.DoesNotExist";
543 const char kBluetoothProfileInterface[] = "org.bluez.Profile1";
546 const char kRelease[] = "Release";
547 const char kNewConnection[] = "NewConnection";
548 const char kRequestDisconnection[] = "RequestDisconnection";
549 const char kCancel[] = "Cancel";
552 const char kVersionProperty[] = "Version";
553 const char kFeaturesProperty[] = "Features";
556 const char kErrorRejected[] = "org.bluez.Error.Rejected";
557 const char kErrorCanceled[] = "org.bluez.Error.Canceled";
562 const char kBluetoothAdvertisementServiceName[] = "org.bluez";
563 const char kBluetoothAdvertisementInterface[] =
567 const char kRelease[] = "Release";
570 const char kManufacturerDataProperty[] = "ManufacturerData";
571 const char kServiceUUIDsProperty[] = "ServiceUUIDs";
572 const char kServiceDataProperty[] = "ServiceData";
573 const char kSolicitUUIDsProperty[] = "SolicitUUIDs";
574 const char kTypeProperty[] = "Type";
575 const char kIncludeTxPowerProperty[] = "IncludeTxPower";
578 const char kTypeBroadcast[] = "broadcast";
579 const char kTypePeripheral[] = "peripheral";
585 const char kBluetoothAdvertisingManagerServiceName[] = "org.bluez";
586 const char kBluetoothAdvertisingManagerInterface[] =
590 const char kRegisterAdvertisement[] = "RegisterAdvertisement";
591 const char kUnregisterAdvertisement[] = "UnregisterAdvertisement";
594 const char kErrorAlreadyExists[] = "org.bluez.Error.AlreadyExists";
595 const char kErrorDoesNotExist[] = "org.bluez.Error.DoesNotExist";
596 const char kErrorFailed[] = "org.bluez.Error.Failed";
597 const char kErrorInvalidArguments[] = "org.bluez.Error.InvalidArguments";
598 const char kErrorInvalidLength[] = "org.bluez.Error.InvalidLength";
603 const char kNfcAdapterServiceName[] = "org.neard";
604 const char kNfcAdapterInterface[] = "org.neard.Adapter";
607 const char kStartEmulation[] = "StartEmulation";
608 const char kStartPollLoop[] = "StartPollLoop";
609 const char kStopEmulation[] = "StopEmulation";
610 const char kStopPollLoop[] = "StopPollLoop";
613 const char kTagFoundSignal[] = "TagFound";
614 const char kTagLostSignal[] = "TagLost";
617 const char kDevicesProperty[] = "Devices";
618 const char kModeProperty[] = "Mode";
619 const char kPollingProperty[] = "Polling";
620 const char kPoweredProperty[] = "Powered";
621 const char kProtocolsProperty[] = "Protocols";
622 const char kTagsProperty[] = "Tags";
625 const char kModeInitiator[] = "Initiator";
626 const char kModeTarget[] = "Target";
627 const char kModeIdle[] = "Idle";
633 const char kNfcDeviceServiceName[] = "org.neard";
634 const char kNfcDeviceInterface[] = "org.neard.Device";
637 const char kPush[] = "Push";
640 const char kRecordsProperty[] = "Records";
646 const char kNfcManagerServiceName[] = "org.neard";
647 const char kNfcManagerServicePath[] = "/";
648 const char kNfcManagerInterface[] = "org.neard.Manager";
651 const char kRegisterHandoverAgent[] = "RegisterHandoverAgent";
652 const char kUnregisterHandoverAgent[] = "UnregisterHandoverAgent";
653 const char kRegisterNDEFAgent[] = "RegisterNDEFAgent";
654 const char kUnregisterNDEFAgent[] = "UnregisterNDEFAgent";
657 const char kAdapterAddedSignal[] = "AdapterAdded";
658 const char kAdapterRemovedSignal[] = "AdapterRemoved";
661 const char kAdaptersProperty[] = "Adapters";
664 const char kCarrierBluetooth[] = "bluetooth";
665 const char kCarrierWifi[] = "wifi";
670 const char kNfcTagServiceName[] = "org.neard";
671 const char kNfcTagInterface[] = "org.neard.Tag";
674 const char kWrite[] = "Write";
677 const char kProtocolProperty[] = "Protocol";
678 const char kReadOnlyProperty[] = "ReadOnly";
679 const char kRecordsProperty[] = "Records";
680 const char kTypeProperty[] = "Type";
683 const char kTagType1[] = "Type 1";
684 const char kTagType2[] = "Type 2";
685 const char kTagType3[] = "Type 3";
686 const char kTagType4[] = "Type 4";
692 const char kNfcRecordServiceName[] = "org.neard";
693 const char kNfcRecordInterface[] = "org.neard.Record";
696 const char kTypeProperty[] = "Type";
697 const char kEncodingProperty[] = "Encoding";
698 const char kLanguageProperty[] = "Language";
699 const char kRepresentationProperty[] = "Representation";
700 const char kUriProperty[] = "URI";
701 const char kMimeTypeProperty[] = "MIMEType";
702 const char kSizeProperty[] = "Size";
703 const char kActionProperty[] = "Action";
706 const char kTypeSmartPoster[] = "SmartPoster";
707 const char kTypeText[] = "Text";
708 const char kTypeUri[] = "URI";
709 const char kTypeHandoverRequest[] = "HandoverRequest";
710 const char kTypeHandoverSelect[] = "HandoverSelect";
711 const char kTypeHandoverCarrier[] = "HandoverCarrier";
714 const char kEncodingUtf8[] = "UTF-8";
715 const char kEncodingUtf16[] = "UTF-16";
722 const char kNfcHandoverAgentServiceName[] = "";
723 const char kNfcHandoverInterface[] = "org.neard.HandoverAgent";
726 const char kRequestOOB[] = "RequestOOB";
727 const char kPushOOB[] = "PushOOB";
728 const char kRelease[] = "Release";
731 const char kEIRProperty[] = "EIR";
732 const char kNokiaDotComBtProperty[] = "nokia.com:bt";
733 const char kWSCProperty[] = "WSC";
734 const char kStateProperty[] = "State";
741 const char kNfcNdefAgentServiceName[] = "";
742 const char kNfcNdefAgentInterface[] = "org.neard.NDEFAgent";
745 const char kGetNDEF[] = "GetNDEF";
746 const char kRelease[] = "Release";
749 const char kNDEFProperty[] = "NDEF";
750 const char kRecordProperty[] = "Record";
755 const char kProtocolFelica[] = "Felica";
756 const char kProtocolMifare[] = "MIFARE";
757 const char kProtocolJewel[] = "Jewel";
758 const char kProtocolIsoDep[] = "ISO-DEP";
759 const char kProtocolNfcDep[] = "NFC-DEP";
762 const char kGetProperties[] = "GetProperties";
763 const char kSetProperty[] = "SetProperty";
764 const char kPropertyChangedSignal[] = "PropertyChanged";
769 const char kAlreadyExists[] = "org.neard.Error.AlreadyExists";
770 const char kDoesNotExist[] = "org.neard.Error.DoesNotExist";
771 const char kFailed[] = "org.neard.Error.Failed";
772 const char kInProgress[] = "org.neard.Error.InProgress";
773 const char kInvalidArguments[] = "org.neard.Error.InvalidArguments";
774 const char kNotReady[] = "org.neard.Error.NotReady";
775 const char kNotSupported[] = "org.neard.Error.NotSupported";
776 const char kPermissionDenied[] = "org.neard.Error.PermissionDenied";
779 const char kHandoverAgentFailed[] = "org.neard.HandoverAgent.Error.Failed";
780 const char kHandoverAgentInProgress[] =
785 const char kMtpdInterface[] = "org.chromium.Mtpd";
786 const char kMtpdServicePath[] = "/org/chromium/Mtpd";
787 const char kMtpdServiceName[] = "org.chromium.Mtpd";
788 const char kMtpdServiceError[] = "org.chromium.Mtpd.Error";
791 const char kEnumerateStorages[] = "EnumerateStorages";
792 const char kGetStorageInfo[] = "GetStorageInfo";
793 const char kGetStorageInfoFromDevice[] = "GetStorageInfoFromDevice";
794 const char kOpenStorage[] = "OpenStorage";
795 const char kCloseStorage[] = "CloseStorage";
796 const char kReadDirectoryEntryIds[] = "ReadDirectoryEntryIds";
797 const char kGetFileInfo[] = "GetFileInfo";
798 const char kReadFileChunk[] = "ReadFileChunk";
799 const char kCopyFileFromLocal[] = "CopyFileFromLocal";
800 const char kDeleteObject[] = "DeleteObject";
801 const char kRenameObject[] = "RenameObject";
802 const char kCreateDirectory[] = "CreateDirectory";
805 const char kMTPStorageAttached[] = "MTPStorageAttached";
806 const char kMTPStorageDetached[] = "MTPStorageDetached";
809 const uint32_t kInvalidFileId = 0xffffffff;
812 const char kReadOnlyMode[] = "ro";
813 const char kReadWriteMode[] = "rw";
818 const uint32_t kRootFileId = 0;
822 const char kSystemClockInterface[] = "org.torproject.tlsdate";
823 const char kSystemClockServicePath[] = "/org/torproject/tlsdate";
824 const char kSystemClockServiceName[] = "org.torproject.tlsdate";
827 const char kSystemClockCanSet[] = "CanSetTime";
828 const char kSystemClockSet[] = "SetTime";
831 const char kSystemClockUpdated[] = "TimeUpdated";
835 const char kCrasServicePath[] = "/org/chromium/cras";
836 const char kCrasServiceName[] = "org.chromium.cras";
837 const
840 const char kSetOutputVolume[] = "SetOutputVolume";
841 const char kSetOutputNodeVolume[] = "SetOutputNodeVolume";
842 const char kSwapLeftRight[] = "SwapLeftRight";
843 const char kSetOutputMute[] = "SetOutputMute";
844 const char kSetOutputUserMute[] = "SetOutputUserMute";
845 const char kSetSuspendAudio[] = "SetSuspendAudio";
846 const char kSetInputGain[] = "SetInputGain";
847 const char kSetInputNodeGain[] = "SetInputNodeGain";
848 const char kSetInputMute[] = "SetInputMute";
849 const char kGetVolumeState[] = "GetVolumeState";
850 const char kGetNodes[] = "GetNodes";
851 const char kSetActiveOutputNode[] = "SetActiveOutputNode";
852 const char kSetActiveInputNode[] = "SetActiveInputNode";
853 const char kAddActiveOutputNode[] = "AddActiveOutputNode";
854 const char kAddActiveInputNode[] = "AddActiveInputNode";
855 const char kRemoveActiveOutputNode[] = "RemoveActiveOutputNode";
856 const char kRemoveActiveInputNode[] = "RemoveActiveInputNode";
857 const char kGetNumberOfActiveStreams[] = "GetNumberOfActiveStreams";
858 const char kGetNumberOfActiveInputStreams[] = "GetNumberOfActiveInputStreams";
859 const char kGetNumberOfActiveOutputStreams[] = "GetNumberOfActiveOutputStreams";
862 const char kIsInputProperty[] = "IsInput";
863 const char kIdProperty[] = "Id";
864 const char kTypeProperty[] = "Type";
865 const char kNameProperty[] = "Name";
866 const char kDeviceNameProperty[] = "DeviceName";
867 const char kActiveProperty[] = "Active";
868 const char kPluggedTimeProperty[] = "PluggedTime";
869 const char kMicPositionsProperty[] = "MicPositions";
870 const char kStableDeviceIdProperty[] = "StableDeviceId";
873 const char kOutputVolumeChanged[] = "OutputVolumeChanged";
874 const char kOutputMuteChanged[] = "OutputMuteChanged";
875 const char kNodeLeftRightSwappedChanged[] = "NodeLeftRightSwappedChanged";
876 const char kInputGainChanged[] = "InputGainChanged";
877 const char kInputMuteChanged[] = "InputMuteChanged";
878 const char kNodesChanged[] = "NodesChanged";
879 const char kActiveOutputNodeChanged[] = "ActiveOutputNodeChanged";
880 const char kActiveInputNodeChanged[] = "ActiveInputNodeChanged";
881 const char kNumberOfActiveStreamsChanged[] = "NumberOfActiveStreamsChanged";
885 const char kFeedbackServicePath[] = "/org/chromium/feedback";
886 const char kFeedbackServiceName[] = "org.chromium.feedback";
889 const char kSendFeedback[] = "SendFeedback";
893 const char kEasyUnlockServicePath[] = "/org/chromium/EasyUnlock";
894 const char kEasyUnlockServiceName[] = "org.chromium.EasyUnlock";
895 const char kEasyUnlockServiceInterface[] = "org.chromium.EasyUnlock";
899 const char kEncryptionTypeNone[] = "NONE";
900 const char kEncryptionTypeAES256CBC[] = "AES_256_CBC";
904 const char kSignatureTypeECDSAP256SHA256[] = "ECDSA_P256_SHA256";
905 const char kSignatureTypeHMACSHA256[] = "HMAC_SHA256";
908 const char kKeyAlgorithmRSA[] = "RSA";
909 const char kKeyAlgorithmECDSA[] = "ECDSA";
912 const char kPerformECDHKeyAgreementMethod[] = "PerformECDHKeyAgreement";
913 const char kWrapPublicKeyMethod[] = "WrapPublicKey";
914 const char kGenerateEcP256KeyPairMethod[] = "GenerateEcP256KeyPair";
915 const char kCreateSecureMessageMethod[] = "CreateSecureMessage";
916 const char kUnwrapSecureMessageMethod[] = "UnwrapSecureMessage";