projects
/
platform
/
core
/
appfw
/
alarm-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12009bc
)
Fix static analysis issue
81/318581/1
author
inkyun.kil
<inkyun.kil@samsung.com>
Tue, 21 Jan 2025 01:39:41 +0000
(10:39 +0900)
committer
inkyun.kil
<inkyun.kil@samsung.com>
Tue, 21 Jan 2025 01:40:19 +0000
(10:40 +0900)
- SIGN_EXTENSION
Change-Id: If6753198d4a0760a536be0bed21ee6bc9801c120
Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
server/alarm-manager.c
patch
|
blob
|
history
diff --git
a/server/alarm-manager.c
b/server/alarm-manager.c
index 7e65cc6d2da197e4f6e238e8cb3b7b7bdbaccebc..cc41c5578f197242f7f3c84513e1b017121e4b64 100644
(file)
--- a/
server/alarm-manager.c
+++ b/
server/alarm-manager.c
@@
-2594,7
+2594,7
@@
int alarm_manager_alarm_create_periodic(GVariant *parameters, uid_t uid,
}
if (!__alarm_create(&base_info, &_alarm_id, uid, pid, sender,
- (periodic_method_e)method, (
time_t
)interval * 60, is_ref, app_service_name,
+ (periodic_method_e)method, (
long
)interval * 60, is_ref, app_service_name,
app_service_name_mod, NULL, NULL, &return_code)) {
LOGE("Unable to create alarm! return_code[%d]", return_code);
strncpy(log_tag, "FAIL: CREAT PERIOD", sizeof(log_tag) - 1);