platform/core/convergence/d2d-conv-manager.git
7 years agoException handling if an error occurs in syspopup. 86/142786/1 accepted/tizen_3.0_common accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable tizen_3.0 accepted/tizen/3.0/common/20170808.135544 accepted/tizen/3.0/mobile/20170808.070830 accepted/tizen/3.0/tv/20170808.070834 accepted/tizen/3.0/wearable/20170808.070838 submit/tizen_3.0/20170807.083452
Segwon [Mon, 7 Aug 2017 08:29:30 +0000 (17:29 +0900)]
Exception handling if an error occurs in syspopup.

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: I2ff28e4582961f5f710d961e7e23b2385b0cac4d

7 years agoInitialized the invalid variable to NULL. 61/142661/1
Segwon [Mon, 7 Aug 2017 00:37:48 +0000 (09:37 +0900)]
Initialized the invalid variable to NULL.

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: Iaebe568806f2cf29499cffb222341c39128cefaf

7 years agoFixed to using a pointer to internal buffer of dead string. 98/141898/2
Segwon [Wed, 2 Aug 2017 02:58:45 +0000 (11:58 +0900)]
Fixed to using a pointer to internal buffer of dead string.

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: I77d451163101da0aa46055c4e398a1533e93f299

8 years agoMerge "Modified for Svace Issue (MEMORY_LEAK.EX) Issue : Dynamically allocated object... accepted/tizen/3.0/common/20170406.142500 accepted/tizen/3.0/mobile/20170406.101556 accepted/tizen/3.0/tv/20170406.101623 accepted/tizen/3.0/wearable/20170406.101627 submit/tizen_3.0/20170406.074848
JooSeok Park [Thu, 6 Apr 2017 07:11:38 +0000 (00:11 -0700)]
Merge "Modified for Svace Issue (MEMORY_LEAK.EX) Issue : Dynamically allocated objects were not freed from macro of "IF_FAIL_VOID_TAG"." into tizen_3.0

8 years agoModified for Svace Issue (MEMORY_LEAK.EX) 69/123569/2
Segwon [Thu, 6 Apr 2017 06:25:17 +0000 (15:25 +0900)]
Modified for Svace Issue (MEMORY_LEAK.EX)
Issue : Dynamically allocated objects were not freed from macro of "IF_FAIL_VOID_TAG".

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: I4f417169967f4639b9b41ca23a456d3c94af2ba8

8 years agoModified for Svace Issue(UNIT.CTOR.MIGIT) 18/123518/3
Segwon [Thu, 6 Apr 2017 03:54:10 +0000 (12:54 +0900)]
Modified for Svace Issue(UNIT.CTOR.MIGIT)
Issue : json_node is not initialize at conv_lib_json.cpp

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: I4842112a88778b3842dbf0eea99856b521df9568

8 years agoModified Svace Issue about g_main_loop flow. 70/122470/4 accepted/tizen/3.0/common/20170404.140938 accepted/tizen/3.0/mobile/20170404.084647 accepted/tizen/3.0/tv/20170404.084703 accepted/tizen/3.0/wearable/20170404.084710 submit/tizen_3.0/20170403.114709
Segwon [Fri, 31 Mar 2017 12:30:30 +0000 (21:30 +0900)]
Modified Svace Issue about g_main_loop flow.

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: I86e57e7b07fc6d54b0033df0b93e1a08980f180a

8 years agoFix service file 59/116359/1
Jooseok Park [Fri, 24 Feb 2017 03:21:56 +0000 (12:21 +0900)]
Fix service file

Change-Id: Ie5ba7bcc569382c6774041b8914eea028d12fd39

8 years agoAdd iotivity retransmission logic about discovery. 75/115475/4 accepted/tizen/3.0/common/20170222.125515 accepted/tizen/3.0/mobile/20170222.082214 accepted/tizen/3.0/tv/20170222.082327 accepted/tizen/3.0/wearable/20170222.082350 submit/tizen_3.0/20170221.001333 submit/tizen_3.0/20170221.035856
Segwon [Mon, 20 Feb 2017 06:04:02 +0000 (15:04 +0900)]
Add iotivity retransmission logic about discovery.

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: Ib7195d9bb6743bc832049bd2a61f69a6b51533ad

8 years agod2d-conv-manager: fix crash issue when Smartview discovery 18/115218/1 accepted/tizen/3.0/common/20170220.125839 accepted/tizen/3.0/mobile/20170220.064718 accepted/tizen/3.0/tv/20170220.064736 accepted/tizen/3.0/wearable/20170220.064750 submit/tizen_3.0/20170217.061842
Hongkuk, Son [Fri, 17 Feb 2017 02:48:56 +0000 (11:48 +0900)]
d2d-conv-manager: fix crash issue when Smartview discovery

In notifyDiscovered(), after normally appendDiscoveredResult,
then it deletes device/service pointer by mistake.
So now, remove this wrong logic to maintain those pointers.

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I27f988f55ebe338a4950783cb37fa61c9c767138

8 years agod2d-conv-manager: fix svace issue 96/114996/1 submit/tizen_3.0/20170216.052851
Hongkuk, Son [Thu, 16 Feb 2017 04:39:02 +0000 (13:39 +0900)]
d2d-conv-manager: fix svace issue

WID 20315689 - MEMORY_LEAK.EX

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I025866809513f80fc5d3df30141c1458eae06330

8 years agod2d-conv-manager: fix svace issues 88/113688/1 accepted/tizen/3.0/common/20170213.160653 accepted/tizen/3.0/mobile/20170213.035157 accepted/tizen/3.0/tv/20170213.035246 accepted/tizen/3.0/wearable/20170213.035310 submit/tizen_3.0/20170210.075548
Hongkuk, Son [Wed, 8 Feb 2017 10:21:26 +0000 (19:21 +0900)]
d2d-conv-manager: fix svace issues

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: Ia238756eb4707fe8481967a6ff36022cd2e047d4

8 years agod2d-conv-manager: fix memory leaks and remove unused variables 59/113559/1
Hongkuk, Son [Wed, 8 Feb 2017 06:22:50 +0000 (15:22 +0900)]
d2d-conv-manager: fix memory leaks and remove unused variables

-http://suprem.sec.samsung.net/jira/browse/TSAM-12805
-Memory leaks were detected by LSAN(leak sanitizer).

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I8c79f0d697a97f9c629008b7da99be0a0e229ace

8 years agod2d-conv-manager: fix PRODUCT TV macro name 77/111277/1 accepted/tizen/3.0/common/20170124.081244 accepted/tizen/3.0/mobile/20170124.043926 accepted/tizen/3.0/tv/20170124.043938 accepted/tizen/3.0/wearable/20170124.043944 submit/tizen_3.0/20170123.072942
Hongkuk, Son [Fri, 20 Jan 2017 05:23:59 +0000 (14:23 +0900)]
d2d-conv-manager: fix PRODUCT TV macro name

TIZEN_TV_PRODUCT -> TIZEN_PRODUCT_TV

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: Ifa86f4273ee83c997b0b854767e517f71004988e

8 years agod2d-conv-manager: initialize dbus connection before dbus call 00/110500/1 accepted/tizen/3.0/common/20170119.105603 accepted/tizen/3.0/mobile/20170118.230000 accepted/tizen/3.0/tv/20170118.230114 accepted/tizen/3.0/wearable/20170118.230128 submit/tizen_3.0/20170117.095838
Hongkuk, Son [Tue, 17 Jan 2017 00:12:05 +0000 (09:12 +0900)]
d2d-conv-manager: initialize dbus connection before dbus call

Bug is detected when UTC executing for line coverage.
When we call conv_service_get_connection_state(), there is a CRASH.
In this case, d2d API is calling dbus call without dbus connection init.
So, we add dbus connection init before dbus call.

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I9b8d097a4b704fe47f3695fbb71fc9ea0a3d85ec

8 years agoMerge "Modified resource properties for /tizen/d2d-service" into tizen_3.0
Park [Mon, 16 Jan 2017 09:00:57 +0000 (01:00 -0800)]
Merge "Modified resource properties for /tizen/d2d-service" into tizen_3.0

8 years agoMerge "Modified to send NULL channel/payload instead of empty object" into tizen_3.0
Park [Mon, 16 Jan 2017 09:00:41 +0000 (01:00 -0800)]
Merge "Modified to send NULL channel/payload instead of empty object" into tizen_3.0

8 years agoMerge "Added clear code on discovery start" into tizen_3.0
Park [Mon, 16 Jan 2017 08:52:45 +0000 (00:52 -0800)]
Merge "Added clear code on discovery start" into tizen_3.0

8 years agoMerge "Modified dbus timeout value to prevent deadlock" into tizen_3.0
Park [Mon, 16 Jan 2017 05:44:06 +0000 (21:44 -0800)]
Merge "Modified dbus timeout value to prevent deadlock" into tizen_3.0

8 years agoMerge "Added exception code for NULL response case" into tizen_3.0
Park [Mon, 16 Jan 2017 05:42:44 +0000 (21:42 -0800)]
Merge "Added exception code for NULL response case" into tizen_3.0

8 years agoAdded clear code on discovery start 41/109941/2
kmook [Thu, 12 Jan 2017 08:36:09 +0000 (17:36 +0900)]
Added clear code on discovery start

Change-Id: I6acb5bc0d9f3939b987d991850446373c0f1010f
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoModified dbus timeout value to prevent deadlock 20/110020/1
kmook [Thu, 12 Jan 2017 11:40:36 +0000 (20:40 +0900)]
Modified dbus timeout value to prevent deadlock

Change-Id: I4ed3ba0830c0a9cb2baa95d4c4c01efc382f2c7b
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoAdded exception code for NULL response case 67/109767/1
kmook [Wed, 11 Jan 2017 12:38:01 +0000 (21:38 +0900)]
Added exception code for NULL response case

Change-Id: I5e334cb928dbf3cd6883da0f7a98b0219e19a6eb
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoRemoved default device type code for msf device 43/109343/1
kmook [Tue, 10 Jan 2017 05:27:48 +0000 (14:27 +0900)]
Removed default device type code for msf device

Change-Id: I31e47464dd85782346dfda56a67f6043f7c0ce13
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoFixed bug in is_start internal API 09/109309/1 accepted/tizen/3.0/common/20170111.161514 accepted/tizen/3.0/mobile/20170111.091603 accepted/tizen/3.0/tv/20170111.091621 accepted/tizen/3.0/wearable/20170111.091639 submit/tizen_3.0/20170110.015850
kmook [Tue, 10 Jan 2017 01:46:59 +0000 (10:46 +0900)]
Fixed bug in is_start internal API

Change-Id: I5627f4b7030b3ca6e47bc47c797377207a362185
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoMerge "Fixed potential race condition on getByURI" into tizen_3.0 accepted/tizen/3.0/common/20170109.200217 accepted/tizen/3.0/mobile/20170105.232244 accepted/tizen/3.0/tv/20170105.232255 accepted/tizen/3.0/wearable/20170105.232316 submit/tizen_3.0/20170105.085324
Park [Thu, 5 Jan 2017 08:49:00 +0000 (00:49 -0800)]
Merge "Fixed potential race condition on getByURI" into tizen_3.0

8 years agoMerge "Applied internal APIs to check service state" into tizen_3.0
Park [Thu, 5 Jan 2017 08:48:26 +0000 (00:48 -0800)]
Merge "Applied internal APIs to check service state" into tizen_3.0

8 years agoMerge "Fixed coding rule check defect" into tizen_3.0
Park [Thu, 5 Jan 2017 08:48:11 +0000 (00:48 -0800)]
Merge "Fixed coding rule check defect" into tizen_3.0

8 years agoFixed potential race condition on getByURI 14/108614/1
kmook [Thu, 5 Jan 2017 08:03:31 +0000 (17:03 +0900)]
Fixed potential race condition on getByURI

Change-Id: I445765de9552039bb9daf4f31412d8409cd4ca6c
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoModified to send NULL channel/payload instead of empty object 12/105012/5
kmook [Thu, 15 Dec 2016 05:59:00 +0000 (14:59 +0900)]
Modified to send NULL channel/payload instead of empty object

Change-Id: Icacc1236a91e0804aa0601b26b085d769f895c49
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoApplied internal APIs to check service state 46/108446/1
kmook [Wed, 4 Jan 2017 10:00:02 +0000 (19:00 +0900)]
Applied internal APIs to check service state

Change-Id: I187c6b1a8f6ab4b8b907283b953e165141192f5a
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoFixed coding rule check defect 19/107619/2
kmook [Thu, 29 Dec 2016 02:14:17 +0000 (11:14 +0900)]
Fixed coding rule check defect

Change-Id: I6b6d137526ee2d014f012238f099434184f91af2
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoFixed potential crash issue on websocket disconnect stage 94/108294/1
kmook [Wed, 4 Jan 2017 04:01:47 +0000 (13:01 +0900)]
Fixed potential crash issue on websocket disconnect stage

Change-Id: If3277c220f3a3e3389ca701ebb11c021dec17529
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoFixed crash issue on unset_listener_cb() is called right after publish() 51/108151/1 accepted/tizen/3.0.m2/mobile/20170104.125128 accepted/tizen/3.0.m2/tv/20170104.125535 accepted/tizen/3.0.m2/wearable/20170104.125737 accepted/tizen/3.0/common/20170103.172910 accepted/tizen/3.0/mobile/20170103.155337 accepted/tizen/3.0/tv/20170103.155355 accepted/tizen/3.0/wearable/20170103.155412 submit/tizen_3.0.m2/20170104.093750 submit/tizen_3.0/20170103.085420
kmook [Tue, 3 Jan 2017 06:56:17 +0000 (15:56 +0900)]
Fixed crash issue on unset_listener_cb() is called right after publish()

Change-Id: I157ca47286b848d9c6be5bb6b2137f89f91d0aeb
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoModified the Odroid is always allow to ACL status. 45/108045/2 accepted/tizen/3.0/common/20170103.073532 accepted/tizen/3.0/mobile/20170103.011435 accepted/tizen/3.0/tv/20170103.011459 accepted/tizen/3.0/wearable/20170103.011514 submit/tizen_3.0/20170102.124107
Segwon [Mon, 2 Jan 2017 12:28:10 +0000 (21:28 +0900)]
Modified the Odroid is always allow to ACL status.

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: If64a61dcca5ddbddf0766db948de3806895482f6

8 years agoModified resource properties for /tizen/d2d-service 34/107234/2
kmook [Tue, 27 Dec 2016 07:59:07 +0000 (16:59 +0900)]
Modified resource properties for /tizen/d2d-service

Change-Id: Ibc01c7380e324b4dd8afbfffe3ece7b10d713a93
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoFixed crash issue on destroying websocket and applied exception codes 45/107745/2 accepted/tizen/3.0/common/20161230.093728 accepted/tizen/3.0/mobile/20161230.061931 accepted/tizen/3.0/tv/20161230.062008 accepted/tizen/3.0/wearable/20161230.062016 submit/tizen_3.0/20161230.015619
kmook [Thu, 29 Dec 2016 12:39:29 +0000 (21:39 +0900)]
Fixed crash issue on destroying websocket and applied exception codes

Change-Id: I551f4347ed8ccfa9b2f62bbe3723c6b9dacd6682
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoFixed mismatch alloc/dealloc, thread id checking routine 46/106546/1 accepted/tizen/3.0/common/20161227.101835 accepted/tizen/3.0/mobile/20161227.005710 accepted/tizen/3.0/tv/20161227.005729 accepted/tizen/3.0/wearable/20161227.005751 submit/tizen_3.0/20161226.041113
kmook [Thu, 22 Dec 2016 04:50:50 +0000 (13:50 +0900)]
Fixed mismatch alloc/dealloc, thread id checking routine

Change-Id: I5aaa95714b92d47af507d8cb635afce4bb689513
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoMerge "Fixed build error in aarch64" into tizen_3.0 accepted/tizen/3.0/common/20161223.110503 accepted/tizen/3.0/mobile/20161223.081020 accepted/tizen/3.0/tv/20161223.081037 accepted/tizen/3.0/wearable/20161223.081059 submit/tizen_3.0/20161221.074427
Park [Thu, 22 Dec 2016 02:37:16 +0000 (18:37 -0800)]
Merge "Fixed build error in aarch64" into tizen_3.0

8 years agoFixed build error in aarch64 03/106503/1
kmook [Thu, 22 Dec 2016 02:31:57 +0000 (11:31 +0900)]
Fixed build error in aarch64

Change-Id: Id2c57f7c86c659e3a604a7166cf4d67feb976fd5
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoModified resource properties for remote-app-control 84/106484/1
kmook [Thu, 22 Dec 2016 01:10:09 +0000 (10:10 +0900)]
Modified resource properties for remote-app-control

Change-Id: I8e7093c59546bffe8bfb260309739e9507d72677
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoModified send buffer and applied ping pong in msf client 47/106247/2
kmook [Wed, 21 Dec 2016 06:12:32 +0000 (15:12 +0900)]
Modified send buffer and applied ping pong in msf client

Change-Id: I0790a02ad0437c62415f46b1ebddd15ccb32586c
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoAdded option to set target client id in app-comm service 89/105589/1 accepted/tizen/3.0/common/20161221.180806 accepted/tizen/3.0/mobile/20161221.010110 accepted/tizen/3.0/tv/20161221.005619 accepted/tizen/3.0/wearable/20161221.005642 submit/tizen_3.0/20161220.004602
kmook [Mon, 19 Dec 2016 05:21:11 +0000 (14:21 +0900)]
Added option to set target client id in app-comm service

Change-Id: I6335e86c95ccab12dda34eb5302bf5879cb4a40f
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoMerge "Replaced libwebsockets apis to check last fragment" into tizen_3.0 accepted/tizen/3.0/common/20161219.113724 accepted/tizen/3.0/mobile/20161219.090822 accepted/tizen/3.0/tv/20161219.095523 accepted/tizen/3.0/wearable/20161219.085820 submit/tizen_3.0/20161219.005651
Park [Mon, 19 Dec 2016 01:02:41 +0000 (17:02 -0800)]
Merge "Replaced libwebsockets apis to check last fragment" into tizen_3.0

8 years agod2d-conv-manager: fix svace_2.2 issue 15/105315/1
Hongkuk, Son [Fri, 16 Dec 2016 07:56:48 +0000 (16:56 +0900)]
d2d-conv-manager: fix svace_2.2 issue

DEREF_AFTER_NULL.EX

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I0637c8e8f5b14f6554f4aff121acad0a16bfe7e5

8 years agoReplaced libwebsockets apis to check last fragment 09/105209/1
kmook [Fri, 16 Dec 2016 04:13:36 +0000 (13:13 +0900)]
Replaced libwebsockets apis to check last fragment

Change-Id: Ib76d481a7e3561b3ae57f7b923537de3d0c683ca
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agod2d-conv-manager: fix svace_2.2 issues 68/104668/1 accepted/tizen/3.0/common/20161216.123008 accepted/tizen/3.0/mobile/20161216.013914 accepted/tizen/3.0/tv/20161216.013927 accepted/tizen/3.0/wearable/20161216.013936 submit/tizen_3.0/20161215.011612
Hongkuk, Son [Wed, 14 Dec 2016 04:49:41 +0000 (13:49 +0900)]
d2d-conv-manager: fix svace_2.2 issues

UNINIT.LOCAL_VAR.EX
UNREACHABLE_CODE

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: Ib354678063945081170e66eba20e58297ace2a5d

8 years agoMerge "Changed onPublish callback for remote-app-control" into tizen_3.0 submit/tizen_3.0/20161213.104339
Park [Tue, 13 Dec 2016 09:47:22 +0000 (01:47 -0800)]
Merge "Changed onPublish callback for remote-app-control" into tizen_3.0

8 years agoChanged onPublish callback for remote-app-control 42/104442/1
kmook [Tue, 13 Dec 2016 09:30:28 +0000 (18:30 +0900)]
Changed onPublish callback for remote-app-control

Change-Id: Iff8820775e43fcabc3786efc2ac2998a44d1a0b2
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agod2d-conv-manager: fix svace_2.2 issues 36/104436/1
Hongkuk, Son [Tue, 13 Dec 2016 09:12:09 +0000 (18:12 +0900)]
d2d-conv-manager: fix svace_2.2 issues

fix issues which are checked by svace script.

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I02ad5d33c13fbc3a807a7d8c83ff47222ebbd141

8 years agoFixed null check issue 71/104371/1
kmook [Tue, 13 Dec 2016 07:43:46 +0000 (16:43 +0900)]
Fixed null check issue

Change-Id: I36c15ac779e67039812ee93d3e7242a293d0aace
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agod2d-conv-manager: fix KONA memory leak issue 29/104329/1
Hongkuk, Son [Tue, 13 Dec 2016 06:18:06 +0000 (15:18 +0900)]
d2d-conv-manager: fix KONA memory leak issue

RQ161213-00667 [OSS_Improve_3.0] : [Memory Leak] Verifying usage of app_control_create() API

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I7ec05ac99c79e205d054c9274b847edc79fb43ab

8 years agod2d-conv-manager: fix svace_2.2 issues 85/104085/1 accepted/tizen/3.0/common/20161213.163414 accepted/tizen/3.0/mobile/20161213.023709 accepted/tizen/3.0/tv/20161213.023719 accepted/tizen/3.0/wearable/20161213.023745 submit/tizen_3.0/20161210.070911
Hongkuk, Son [Mon, 12 Dec 2016 08:49:15 +0000 (17:49 +0900)]
d2d-conv-manager: fix svace_2.2 issues

WID 17710445 - NULL_AFTER_DEREF
WID 17713990 - DEREF_AFTER_NULL.EX

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I0549f5c5e8aedb85cdc68fcffa6cb2bd1dddf37e

8 years agoModified the iotcon_find_resource option. 79/103979/1
segwon [Mon, 12 Dec 2016 04:11:52 +0000 (13:11 +0900)]
Modified the iotcon_find_resource option.
(Addition IOTCON_CONNECTIVITY_IP)

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: I537db259c2743973a6a5529fd935ee71630508ed

8 years agoModified to send the device name to d2d-conv-syspopup. 97/103897/1
segwon [Sat, 10 Dec 2016 06:57:12 +0000 (15:57 +0900)]
Modified to send the device name to d2d-conv-syspopup.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: Ic20020241138d4a97420675005829e8dfd4a72bb

8 years agod2d-conv-manager: fix 64bit TCT fail issues 12/103712/1 accepted/tizen/3.0/common/20161209.161211 accepted/tizen/3.0/mobile/20161209.105019 accepted/tizen/3.0/tv/20161209.105037 accepted/tizen/3.0/wearable/20161209.105056 submit/tizen_3.0/20161209.080446
Hongkuk, Son [Fri, 9 Dec 2016 07:57:06 +0000 (16:57 +0900)]
d2d-conv-manager: fix 64bit TCT fail issues

fix not to use gsize casting.
just declare gsize variable.

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: Ie44508554956b8f287b7acd386d8f5aaae804c43

8 years agoFixed json parsing error 32/103632/2
kmook [Fri, 9 Dec 2016 04:28:47 +0000 (13:28 +0900)]
Fixed json parsing error

Change-Id: Ie1e63a6a1f70f7493f7b54b690afcbf7cf653c56
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoFixed memory leakage issue 31/103431/1
kmook [Thu, 8 Dec 2016 09:19:48 +0000 (18:19 +0900)]
Fixed memory leakage issue

Change-Id: I4334df5edb384162b2a36284784fd30c02b24600
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoApplied direct binary array transfer via dbus 20/103320/2
kmook [Thu, 8 Dec 2016 05:08:59 +0000 (14:08 +0900)]
Applied direct binary array transfer via dbus

Change-Id: I52c36f97cb39f3e98363c42b7cb64caeec713a64
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoFixed bug on text message handling 48/103148/1 accepted/tizen/3.0/common/20161207.195909 accepted/tizen/3.0/mobile/20161207.140130 accepted/tizen/3.0/tv/20161207.135818 accepted/tizen/3.0/wearable/20161207.140238 submit/tizen_3.0/20161207.112905
kmook [Wed, 7 Dec 2016 10:52:39 +0000 (19:52 +0900)]
Fixed bug on text message handling

Change-Id: I859e4dda35c55c8431ad9a82d000e0e05c23cd8d
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoModified the passkey to generate numbers only. 21/102321/2 accepted/tizen/3.0/common/20161207.195017 accepted/tizen/3.0/mobile/20161207.065826 accepted/tizen/3.0/tv/20161207.065850 accepted/tizen/3.0/wearable/20161207.065907 submit/tizen_3.0/20161207.005933
segwon [Mon, 5 Dec 2016 10:12:03 +0000 (19:12 +0900)]
Modified the passkey to generate numbers only.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: I8d2ee9a4ea05daba9b156ae340c6c78a59d3207e

8 years agod2d-conv-manager: fix 64-bit build error 72/102172/1 accepted/tizen/3.0/common/20161206.125504 accepted/tizen/3.0/mobile/20161205.234827 accepted/tizen/3.0/tv/20161205.234835 accepted/tizen/3.0/wearable/20161205.234855 submit/tizen_3.0/20161205.070008
Hongkuk, Son [Mon, 5 Dec 2016 06:46:52 +0000 (15:46 +0900)]
d2d-conv-manager: fix 64-bit build error

casting with gsize *

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I22bae3e58f318f71120b7eeb0f6f0fd128c241d4

8 years agoMerge "Modified strcpy function to stable strncpy function." into tizen_3.0 submit/tizen_3.0/20161205.014310
Park [Mon, 5 Dec 2016 01:34:02 +0000 (17:34 -0800)]
Merge "Modified strcpy function to stable strncpy function." into tizen_3.0

8 years agoModified strcpy function to stable strncpy function. 64/101664/4
segwon [Fri, 2 Dec 2016 02:17:14 +0000 (11:17 +0900)]
Modified strcpy function to stable strncpy function.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: I96f3e30cbad73a9ffde944c32cac1803f4d0f085

8 years agoFixed problem while transfering binary message 10/101810/2
kmook [Fri, 2 Dec 2016 07:19:55 +0000 (16:19 +0900)]
Fixed problem while transfering binary message

Change-Id: Idf671284cbbd08e64afd333e449b4d4a20de466f
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoChanged the database name and directory. 89/101089/1 accepted/tizen/3.0/common/20161201.135156 accepted/tizen/3.0/mobile/20161201.074350 accepted/tizen/3.0/tv/20161201.074412 accepted/tizen/3.0/wearable/20161201.074432 submit/tizen_3.0/20161130.105800
segwon [Wed, 30 Nov 2016 08:30:26 +0000 (17:30 +0900)]
Changed the database name and directory.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: If8682bf556c0b90f059e41b3d8654cc88d40efa0

8 years agoMerge "d2d-conv-manager: fix svace_2.2 issues" into tizen_3.0 accepted/tizen/3.0/common/20161130.133741 accepted/tizen/3.0/mobile/20161130.091745 accepted/tizen/3.0/tv/20161130.091802 accepted/tizen/3.0/wearable/20161130.091825 submit/tizen_3.0/20161130.051212
Park [Wed, 30 Nov 2016 05:09:56 +0000 (21:09 -0800)]
Merge "d2d-conv-manager: fix svace_2.2 issues" into tizen_3.0

8 years agod2d-conv-manager: fix svace_2.2 issues 50/100750/2
Hongkuk, Son [Tue, 29 Nov 2016 06:30:39 +0000 (15:30 +0900)]
d2d-conv-manager: fix svace_2.2 issues

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I219e4d924ebf4b7a5e375f930d98787f324b1771

8 years agoFixed Segmentation Fault issue on handling SIGTERM 20/100720/1
kmook [Tue, 29 Nov 2016 05:01:57 +0000 (14:01 +0900)]
Fixed Segmentation Fault issue on handling SIGTERM

Change-Id: I65dffba94e5052aca3ce4e96df08c57e2f012d3b
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoMerge "Fixing missing Device Info in conv_service_read()" into tizen_3.0
Park [Tue, 29 Nov 2016 04:48:21 +0000 (20:48 -0800)]
Merge "Fixing missing Device Info in conv_service_read()" into tizen_3.0

8 years agoMerge "Fixing mistake in conv manager API doxygen tag" into tizen_3.0
Park [Tue, 29 Nov 2016 04:48:05 +0000 (20:48 -0800)]
Merge "Fixing mistake in conv manager API doxygen tag" into tizen_3.0

8 years agoFixing missing Device Info in conv_service_read() 87/100687/1
Ramasamy [Thu, 24 Nov 2016 08:27:32 +0000 (13:57 +0530)]
Fixing missing Device Info in conv_service_read()

- Added loading device info json in conv_service_read()

signed-off-by: Ram <ram.kannan@samsung.com>
Change-Id: I24a97066f1407908ee0575dfb85e896638e0ef5f

8 years agoFixing mistake in conv manager API doxygen tag 70/100670/1
shulga [Tue, 29 Nov 2016 02:31:31 +0000 (11:31 +0900)]
Fixing mistake in conv manager API doxygen tag

Change-Id: I49fe09fd14c3f1bc79c2e985bddee822faa079c5
Signed-off-by: shulga <a.shulga@samsung.com>
8 years agoApplied code review results 90/100590/1
kmook [Mon, 28 Nov 2016 12:38:16 +0000 (21:38 +0900)]
Applied code review results

Change-Id: I882871e8fcd5104a6d886cf83d99a65aae867a12
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoMerge "Changed name for legacy SmartView data fields" into tizen_3.0 accepted/tizen/3.0/common/20161129.102823 accepted/tizen/3.0/mobile/20161129.001530 accepted/tizen/3.0/tv/20161129.001559 accepted/tizen/3.0/wearable/20161129.001619 submit/tizen_3.0/20161128.023018
Park [Fri, 25 Nov 2016 07:18:00 +0000 (23:18 -0800)]
Merge "Changed name for legacy SmartView data fields" into tizen_3.0

8 years agoChanged name for legacy SmartView data fields 13/100113/1
kmook [Fri, 25 Nov 2016 06:39:13 +0000 (15:39 +0900)]
Changed name for legacy SmartView data fields

Change-Id: Ifa5bc453dfb15fb32144e2fecd2794bb12482bac
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoApplied coding rule 06/100106/1
kmook [Fri, 25 Nov 2016 06:34:36 +0000 (15:34 +0900)]
Applied coding rule

Change-Id: I5064e6589328b03fca1a546b49de42a6735ff647
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoChanged ACL codes in remote app control service 26/99326/4
kmook [Tue, 22 Nov 2016 10:42:35 +0000 (19:42 +0900)]
Changed ACL codes in remote app control service

Change-Id: I18b83df6378dd0fcc1e4a63078e8aed37fbefc23
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoMerge "Changed the passcode variable name to passkey." into tizen_3.0
Park [Fri, 25 Nov 2016 05:10:47 +0000 (21:10 -0800)]
Merge "Changed the passcode variable name to passkey." into tizen_3.0

8 years agoChanged the passcode variable name to passkey. 05/99805/1
segwon [Thu, 24 Nov 2016 07:07:17 +0000 (16:07 +0900)]
Changed the passcode variable name to passkey.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: Ic601d349ce6872c5368179d2682db7e34cfa6522

8 years agod2d-conv-manager: fix build warning 16/99216/1
Hongkuk, Son [Tue, 22 Nov 2016 07:33:29 +0000 (16:33 +0900)]
d2d-conv-manager: fix build warning

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: Iaa0cccb5c504583840f2890c10f09af7a89056d0

8 years agod2d-conv-manager: modify iotcon_remote_resource_create()'s option 66/98966/1 accepted/tizen/3.0/common/20161122.195159 accepted/tizen/3.0/mobile/20161122.035621 accepted/tizen/3.0/tv/20161122.035641 accepted/tizen/3.0/wearable/20161122.035701 submit/tizen_3.0/20161121.100010
Hongkuk, Son [Mon, 21 Nov 2016 08:29:01 +0000 (17:29 +0900)]
d2d-conv-manager: modify iotcon_remote_resource_create()'s option

IOTCON_CONNECTIVITY_IPV4_ONLY -> not work
IOTCON_CONNECTIVITY_IP -> works

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I553b660f331606e8f7183456bf1f1f3dab1d9a7d

8 years agoMerge "Remove the wearable define about ACL. (Wearable ACL state is unconditional... accepted/tizen/3.0/common/20161122.063805 accepted/tizen/3.0/mobile/20161121.234504 accepted/tizen/3.0/tv/20161121.234523 accepted/tizen/3.0/wearable/20161121.234554 submit/tizen_3.0/20161121.011946
Park [Mon, 21 Nov 2016 05:11:47 +0000 (21:11 -0800)]
Merge "Remove the wearable define about ACL. (Wearable ACL state is unconditional permit)" into tizen_3.0

8 years agod2d-conv-manager: fix svace issue 32/98832/1
Hongkuk, Son [Mon, 21 Nov 2016 04:04:38 +0000 (13:04 +0900)]
d2d-conv-manager: fix svace issue

PROC_USE.VULNERABLE - WID 16601022

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: If85dca96411db99560d604abaeecf0647b0848c7

8 years agoRemove the wearable define about ACL. 23/98823/1
segwon [Mon, 21 Nov 2016 02:55:05 +0000 (11:55 +0900)]
Remove the wearable define about ACL.
(Wearable ACL state is unconditional permit)

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: Ie377ab990f27ee942401c5095bdcd22f67448bb1

8 years agoDevelop the ACL Internal API for Convergence Setting App (d2d-conv-setting) 16/98816/1
segwon [Mon, 21 Nov 2016 02:49:13 +0000 (11:49 +0900)]
Develop the ACL Internal API for Convergence Setting App (d2d-conv-setting)
+ Coding Rule Check

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: I9db5e4ed2a5f98d4c7c71287df77fdc141a0ced9

8 years agoMerge "Changed iotcon API connectivity parameters" into tizen_3.0
Park [Mon, 21 Nov 2016 01:03:39 +0000 (17:03 -0800)]
Merge "Changed iotcon API connectivity parameters" into tizen_3.0

8 years agod2d-conv-manager: coding rule ( msf_tizen_client/src/* ) 89/97889/1 accepted/tizen/3.0/common/20161116.144139 accepted/tizen/3.0/mobile/20161116.024032 accepted/tizen/3.0/tv/20161116.024036 accepted/tizen/3.0/wearable/20161116.024041 submit/tizen_3.0/20161115.093759
Hongkuk, Son [Tue, 15 Nov 2016 08:29:26 +0000 (17:29 +0900)]
d2d-conv-manager: coding rule ( msf_tizen_client/src/* )

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I480a827ee56fd5ae1b7567d4f91aac30e715f71f

8 years agoChanged iotcon API connectivity parameters 01/97001/2
kmook [Fri, 11 Nov 2016 01:34:55 +0000 (10:34 +0900)]
Changed iotcon API connectivity parameters

Change-Id: I74b993737e3582327c18b3a120bff02ce7b2acb5
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoIn wearable, the acManagerPolicy is always Permitted. This is temporary commit. 85/96585/2 accepted/tizen/3.0/mobile/20161116.020745 accepted/tizen/3.0/tv/20161116.020754 accepted/tizen/3.0/wearable/20161116.020810 submit/tizen_3.0/20161110.072612 submit/tizen_3.0/20161111.014110 submit/tizen_3.0/20161114.090327 submit/tizen_3.0/20161115.005429
segwon [Wed, 9 Nov 2016 10:55:45 +0000 (19:55 +0900)]
In wearable, the acManagerPolicy is always Permitted. This is temporary commit.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: Ib0aec0ebdc81a4ee4675925667926404e896e1bf

8 years agoRQ161107-00844 : Fixed memory leak issue 26/96526/1
kmook [Wed, 9 Nov 2016 08:12:29 +0000 (17:12 +0900)]
RQ161107-00844 : Fixed memory leak issue

Change-Id: I9a948ccd349c18d4ad115ac4dab85dc06f44fc52
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoAdded missing code for parsing device type 39/96439/1
kmook [Wed, 9 Nov 2016 04:43:45 +0000 (13:43 +0900)]
Added missing code for parsing device type

Change-Id: I22bbac6919593e6c328186bb30cdb94ae5dedf25
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoChanged to send own device name in ACL stage 91/96391/1
kmook [Wed, 9 Nov 2016 01:47:44 +0000 (10:47 +0900)]
Changed to send own device name in ACL stage

Change-Id: I81b1033f1a0f083ee73b468fd2201f0ccec1e210
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoAdded macro for internal ACL to fix build errors 41/95341/1
kmook [Thu, 3 Nov 2016 02:19:11 +0000 (11:19 +0900)]
Added macro for internal ACL to fix build errors

Change-Id: I5be2b74deb77322773011494aa30ea9531d5af62
Signed-off-by: kmook <kmook.choi@samsung.com>
8 years agoAddition ACL check in "__app_control_launch" function. 87/95087/1
segwon [Wed, 2 Nov 2016 09:02:15 +0000 (18:02 +0900)]
Addition ACL check in "__app_control_launch" function.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: I6b4f27423ecf65dad6a8a70b96f112df83811f84

8 years agoMerge branch 'tizen' into tizen_3.0 69/94969/1 submit/tizen_3.0/20161102.055958
Hongkuk, Son [Wed, 2 Nov 2016 05:14:01 +0000 (14:14 +0900)]
Merge branch 'tizen' into tizen_3.0

* tizen:
  Addition the Access Control module for mobile and wearable.
  Modified the IP address Parser.
  Modified websocket timeout value for optimization
  Temporarily blocked remote app control service on TV

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I34c83a6377e9aeae019e49300b15e318ca271457

8 years agoMerge "Addition the Access Control module for mobile and wearable." into tizen accepted/tizen/common/20161102.122129 submit/tizen/20161102.055908
Park [Tue, 1 Nov 2016 07:25:52 +0000 (00:25 -0700)]
Merge "Addition the Access Control module for mobile and wearable." into tizen

8 years agoMerge "Modified websocket timeout value for optimization" into tizen
Park [Tue, 1 Nov 2016 07:25:32 +0000 (00:25 -0700)]
Merge "Modified websocket timeout value for optimization" into tizen

8 years agoAddition the Access Control module for mobile and wearable. 56/94456/5
segwon [Mon, 31 Oct 2016 04:18:28 +0000 (13:18 +0900)]
Addition the Access Control module for mobile and wearable.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: I1e3efecec1e93e6c2cde1354ea25a07814373a66

8 years agoModified the IP address Parser. 51/94451/2
segwon [Mon, 31 Oct 2016 03:02:13 +0000 (12:02 +0900)]
Modified the IP address Parser.

Signed-off-by: segwon <segwon.han@samsung.com>
Change-Id: Ib26a8c5d0ca744bcbd30bff0469975f723d54b94