Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.75 KB

usb_moded-devicelock.h

File metadata and controls

45 lines (37 loc) · 1.75 KB
 
Mar 22, 2011
Mar 22, 2011
1
2
/*
Copyright (C) 2010 Nokia Corporation. All rights reserved.
Nov 7, 2016
Nov 7, 2016
3
Copyright (C) 2013-2016 Jolla Ltd.
Mar 22, 2011
Mar 22, 2011
4
5
Author: Philippe De Swert <philippe.de-swert@nokia.com>
Nov 7, 2016
Nov 7, 2016
6
7
Author: Vesa Halttunen <vesa.halttunen@jollamobile.com>
Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Mar 22, 2011
Mar 22, 2011
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This program is free software; you can redistribute it and/or
modify it under the terms of the Lesser GNU General Public License
version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the Lesser GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
*/
/*
* Interacts with the devicelock to know if we can expose the system contents or not
*/
/*============================================================================= */
Jan 31, 2017
Jan 31, 2017
29
#define DEVICELOCK_SERVICE "org.nemomobile.devicelock"
Nov 7, 2016
Nov 7, 2016
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#define DEVICELOCK_OBJECT "/devicelock"
#define DEVICELOCK_INTERFACE "org.nemomobile.lipstick.devicelock"
#define DEVICELOCK_GET_STATE_REQ "state"
#define DEVICELOCK_STATE_CHANGED_SIG "stateChanged"
#define DEVICELOCK_STATE_CHANGED_MATCH\
"type='signal'"\
",interface='"DEVICELOCK_INTERFACE"'"\
",path='"DEVICELOCK_OBJECT"'"\
",member='"DEVICELOCK_STATE_CHANGED_SIG"'"
#define DEVICELOCK_NAME_OWNER_CHANGED_MATCH\
"type='signal'"\
",interface='"DBUS_INTERFACE_DBUS"'"\
",member='"DBUS_NAME_OWNER_CHANGED_SIG"'"\
",arg0='"DEVICELOCK_SERVICE"'"