summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2016-06-09add alarm session agentJiwoong Im1-0/+2
- To send alarm expired dbus signal to session bus, add alarm-session-agent. alarm-server send request to alarm-session-agent. alarm-session-agent started by socket activation and send alarm expired signal to session bus. After sending dbus signal, alarm-session-agent exited. Change-Id: Ieec687154db5f156cbe52d65a39282e49ad69d11 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-04-28merge async api from tizen 2.4submit/tizen/20160428.065355accepted/tizen/wearable/20160429.011334accepted/tizen/tv/20160429.011345accepted/tizen/mobile/20160429.011326accepted/tizen/ivi/20160429.011352accepted/tizen/common/20160428.144908Jiwoong Im2-0/+43
- alarmmgr_set_systime_async - alarmmgr_set_systime_with_propagation_delay_async Change-Id: I37ecfcbb4207478df698497a0cd80090db664973 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-03-11Remove compile warning messages and apply coding rulesubmit/tizen/20160311.052741accepted/tizen/wearable/20160311.145324accepted/tizen/tv/20160311.144529accepted/tizen/mobile/20160311.142903accepted/tizen/ivi/20160311.145938Hwankyu Jhun1-3/+3
Change-Id: I0e7b57ab00711b5c7abc5cf7f2d664b0cbc4f1d2 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2015-12-08Add new apis to support global alarminkyun.kil2-0/+32
- add api 'alarmmgr_set_global()' and 'alarmmgr_get_global()' - add privilege check for added method call in alarm-server - find login user in launching global alarm Change-Id: I43d22b28d1c36f8817233d4e985027791cb4d1f7
2015-12-07Remove compile warning messages and fix log levelHwankyu Jhun1-1/+3
Change-Id: I8531c192a49df51210652a2835b90d34438df0c8 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2015-11-23add ERR_ALARM_NOT_PERMITTED_APP error codesubmit/tizen/20151123.053026accepted/tizen/wearable/20151124.084721accepted/tizen/tv/20151124.084702accepted/tizen/mobile/20151124.084645Jiwoong Im2-0/+10
Change-Id: I4eb7b1ead0d56e5aa93a9eb8a31e33c8452cbb94 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-08-04Use dbus signal for sending expired noti to clientsubmit/tizen/20150812.024336accepted/tizen/wearable/20150812.110352accepted/tizen/tv/20150812.110339accepted/tizen/mobile/20150812.110325Sangyoon Jang1-3/+3
In current implementation, each client register own dbus object to receive alarm expired signal from alarm-server. When an alarm expired, alarm-server finds service name(app or daemon) and calls directly using dbus method call. But using dbus signal is more reasonable, alarm-server can just emit dbus signal to notify alarm expired. Furthermore, in Tizen 3.0, if a service who doesn't have busconfig cannot own name and send method call on system bus. Change-Id: Ic6a3ea44046cc963ca3fc1b94c2433ff64e3e33a Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-07-13Support multi-user featuresubmit/tizen/20150713.065427accepted/tizen/wearable/20150713.110934accepted/tizen/tv/20150713.110925accepted/tizen/mobile/20150713.110917Sangyoon Jang1-1/+3
each user can access own alarm only add uid column to alarmmgr db Change-Id: Ifaf117d56b2d93429001866c681610676dc828a4 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-06-11Get caller pid from gdbus connectionsubmit/tizen_3.0.2015.q2_common/20150615.075539submit/tizen/20150611.102919accepted/tizen/wearable/20150613.021354accepted/tizen/tv/20150613.021343accepted/tizen/mobile/20150613.021328accepted/tizen/common/20150612.065955accepted/tizen/3.0.2015.q2/common/20150615.091850Sangyoon Jang1-1/+0
caller doesn't need to send pid, alarm-manager gets caller's pid from gdbus connection. Change-Id: I70b88c6f4ae7e8428e9919a4f4c5a77324518bdf Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-06-01Update source from Tizen 2.4submit/tizen/20150602.003342Sangyoon Jang4-410/+93
TODO: support multi-user Change-Id: I5a4a3a46eb07df602131ffb5aee6126b7a9377ea Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2015-01-09Fix App svc API CallBaptiste DURAND1-0/+2
Retreive the uid from the owner of PID proc file. This permits to get the user that launched the app Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org> Change-Id: I6863537bdb105618bcd7b9c648f2cad7e333f6c4
2014-04-04Merge "Remove executable bit from files that don't need it" into tizentizen_3.0.m14.2_ivi_releasesubmit/tizen_ivi/20140626.144348submit/tizen_ivi/20140626.130032submit/tizen_ivi/20140626.125712submit/tizen_ivi/20140624.064036submit/tizen_ivi/20140623.000000submit/tizen_ivi/20140622.000000submit/tizen_ivi/20140619.000000submit/tizen_ivi/20140618.000001submit/tizen_ivi/20140618.000000submit/tizen_common/20140522.135644submit/tizen_common/20140522.130648submit/tizen_common/20140521.163740tizen_3.0.m14.2_iviSemun Lee3-0/+0
2014-03-11Change API from time to clock_gettimeJaeho Lee1-0/+2
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com> Change-Id: Icd6cf363a8176bd970dfc7f7b6b96e28e654c09a
2013-08-09Remove executable bit from files that don't need itMichael Leibowitz3-0/+0
Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
2013-05-22add alarmmgr_get_next_duetime apiSeungYeup Kim2-178/+191
2013-04-06added new APIJaeho Lee2-0/+4
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com> Change-Id: I6976af716e759424066beb9098ae6f47366bfa20
2013-03-20Added a typeJaeho Lee1-0/+1
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com> Change-Id: I7bd850a0df0f4e2189920f35b1d32123acd22079
2012-10-25use app_id instead of pack_namejunsuk77.oh1-1/+26
Change-Id: If1ec1531967f972add6229e58ae6188701c0ac0d
2012-08-21Upload Tizen2.0 sourceSewook Park2-0/+40
2012-02-10merged with privateJaeho Lee1-0/+66
2012-01-07Git initKibum Kim4-0/+1810