- 23 May, 2017 1 commit
-
-
ol.beketov authored
Change-Id: I56923e53e9b81da45b9ff9e50e7df9cdde233c25 Signed-off-by:
ol.beketov <ol.beketov@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19631Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Reviewed-by:
Randeep Singh <randeep.s@samsung.com>
-
- 03 May, 2017 1 commit
-
-
abitha.s authored
Change-Id: I665727fffac64ac7635d4a5855a2f2b6462bb377 Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/19529Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 20 Mar, 2017 1 commit
-
-
Poovizhi authored
[IOT-1880] Adding Fixes for issues generated from static analyzer tool in Notification service c++ , JNI layer 1) In JNINotificationConsumer.cpp, Getting native Provider object is common code for all the native methods. Added a separate method ' getNativeProvider' to do this, so that method size and complexity will be reduced. 2) JNiNotificationConsumer.cpp Line 1379, and NSTopicslist.cpp Line 59 has changes to fix the issue of Unreachable code. 3) Copy constructor and copy assignment operator are added in class 'NSAcceptedProviders' & 'NSAcceptedConsumers' which has dynamically allocated data members 4) In NSAcceptedProviders class, getProviders() method is changed to const since it is being used by the copy constructors and hence modified the member variable 'm_mutex' to be mutable. 5) In NSAcceptedConsumers class, getConsumers() method is changed to const since it is being used by the copy constructors and hence modified the member variable 'm_mutex' to be mutable. 6) In NotiListener.java, the NULL check for mProviderSample is moved above the first instance where mProviderSample is beig used. Change-Id: Ic18c3d9797a02a73f5397192b21e7dda5926119e Signed-off-by:
Poovizhi <poovizhi.a@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17653Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 22 Feb, 2017 1 commit
-
-
Poovizhi authored
patch 2,3 : rebased Change-Id: Ie2ff81b2b372d80919783df4da5d1c42a1970f54 Signed-off-by:
Poovizhi <poovizhi.a@samsung.com> Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17317Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 16 Feb, 2017 1 commit
-
-
abitha.s authored
1. Changes in NSProvider APIs for get and set TopicsList to shared pointers. 2. Changes in NSConsumer API for get ConsumerTopicList to shared pointer 3. Changes in NSProviderService API to get RegisteredTopicsList to shared pointer. 4. changes to return as object of list of Topics in TopicsList Patch 2 : rebased patch 3 : added shared_ptr changes to setTopicList as per review patch 4 : added modifiability feature for preventing TopicsList modification patch 5 : added unsetModifiability to only preven modification patch 6 : rebased Change-Id: I3aacef4f3a5809623add69a16fd2ad9f93d11dd9 Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/17113Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 06 Feb, 2017 1 commit
-
-
Abitha Shankar authored
1. Callbacks are discovery and subscribtion is updated to smart pointers 2. Message and sync Callbacks are sent as object in place of pointers 3. Create Message and SendMessage are sent and received as objects in place of pointers. patch 2 : added review comment changes patch 3 : rebased patch 4 : added separate files for accepted provider/consumer Change-Id: I63f2655d51f46851dcc2e2a93fe2adadcff32134 Signed-off-by:
Abitha Shankar <abitha.s@samsung.com> Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16961Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 26 Jan, 2017 1 commit
-
-
abitha.s authored
As error status is thrown in exception Change-Id: I3bd917cb1840db51ade54e49033b2281416d7add Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16723Tested-by:
jenkins-iotivity <jenkins@iotivity.org> Reviewed-by:
Chihyun Cho <ch79.cho@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 17 Jan, 2017 1 commit
-
-
abitha.s authored
1. Logs are added with TAG for fetching JNI logs 2. error is renamed for the case of Incorrect input value as JNI_INVALID_VALUE Change-Id: I80e611cfdafdf7785c227db66d07cd7a517d505c Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16431Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-
- 16 Jan, 2017 1 commit
-
-
abitha.s authored
1. Added Unsubscribe function in C++, JNI and Java APIs 2. Added sample application chages to test Unsubscribe function from C++ sample 3. Added return code for missng API to return the result of API patch 4: removed return code from Java and JNI apis.(will add a separate commit with review comments incorporated Change-Id: I478ccc25b999be8b1d40a9aaec49dc241f22f055 Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/16305Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Chihyun Cho <ch79.cho@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 19 Dec, 2016 1 commit
-
-
abitha.s authored
Change-Id: If28fb835a94f67f2d37f50ab721ae68ed9234559 Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15567Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Chihyun Cho <ch79.cho@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 12 Dec, 2016 1 commit
-
-
nikhil.a authored
It is required to fix static analysis issue and improve code quality Change-Id: Ic5afa823196ef83fb2ee62bb799dda093c13485b Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/15351Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
JungYong KIM <jyong2.kim@samsung.com> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 17 Nov, 2016 1 commit
-
-
abitha.s authored
Add environments for MQ build added JNI and Java API modifications for MQ cloud service API Change-Id: I0e2c2cf1e4f1a2672ca1ad6dacee7edff1eb3df2 Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13987Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 25 Oct, 2016 1 commit
-
-
nikhil.a authored
1)Fixing logic related to conversion of MediaContents to consider NULL object. 2) Fixing bug in switch statement . Change-Id: I615aca6e55d2bf39b7686331ec59d50f72deb5c4 Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13629Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 19 Oct, 2016 1 commit
-
-
nikhil.a authored
Change-Id: I77f9ce5d0fa3e7c40e0fe390b42f210e5a188a50 Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/13451Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 28 Sep, 2016 1 commit
-
-
abitha.s authored
1. Modified the required changes for ExtraInfo in C++ layer 2. Modified the JNI for extraInfo conversions 3. Added a feature to create NonSecure resources while building with Secured option Patch 2 : updated the review comments Change-Id: I54f13ec9de564b52dbe86f2b2731a32350175223 Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/12157Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 03 Sep, 2016 1 commit
-
-
nikhil.a authored
1. Modified the Consumer and Provider design and callbacks mechanism in JAVA and JNI. 2. Updated the API name changes. 3. Refracted the code Change-Id: I51ea2eab73b575e67f336c46af9d330d0f8f8941 Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11355Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 02 Sep, 2016 1 commit
-
-
nikhil.a authored
1) CreateMessage API added for ProviderService 2) Addition of JNI code for the respective API 3)Refactoring of code Change-Id: I53c44c09580028b4ec0631b47f31c5b8abb47535 Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11053Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Abitha Shankar <abitha.s@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com> (cherry picked from commit dfb5ff84) Reviewed-on: https://gerrit.iotivity.org/gerrit/11277Reviewed-by:
Uze Choi <uzchoi@samsung.com>
-
- 31 Aug, 2016 2 commits
-
-
nikhil.a authored
1) CreateMessage API added for ProviderService 2) Addition of JNI code for the respective API 3)Refactoring of code Change-Id: I53c44c09580028b4ec0631b47f31c5b8abb47535 Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11053Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Abitha Shankar <abitha.s@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
nikhil.a authored
2) Update cpp-wrapper code causing issue with JAVA API's. Change-Id: I55b5b0d85fce9011287868773e17144f9ce4ea61 Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11005Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com> (cherry picked from commit dfd2b5b3) Reviewed-on: https://gerrit.iotivity.org/gerrit/11039Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 29 Aug, 2016 1 commit
-
-
nikhil.a authored
2) Update cpp-wrapper code causing issue with JAVA API's. Change-Id: I55b5b0d85fce9011287868773e17144f9ce4ea61 Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/11005Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 25 Aug, 2016 1 commit
-
-
nikhil.a authored
1. Added JAVA APIs related to topic resource for provider and consumer 2. Added JNI for respective Java API's 3. Minor changes for cpp-wrapper Change-Id: I459c70b64529040010d099bf239d42863b1417c2 Signed-off-by:
nikhil.a <nikhil.a7@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10883Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Uze Choi <uzchoi@samsung.com> Tested-by:
Uze Choi <uzchoi@samsung.com>
-
- 11 Aug, 2016 1 commit
-
-
abitha.s authored
1) changed Subscribe Accepted CB to Provider Changed CB. 2) Provider Changed CB is invoked when Provider status is changed. 3) enabled c++ wrapper Change-Id: If07c8c71d764bd87d57f2aa519a09525bd5ef286 Signed-off-by:
abitha.s <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10233Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Chihyun Cho <ch79.cho@samsung.com> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-
- 09 Aug, 2016 1 commit
-
-
Abitha Shankar authored
1) Updated the JAVA api's for the NS Consumer using C++ wrapper 2) Modified the JNI api's for NS Consumer 3) Added the sample Android application for testing the Java API for Consumer. patch 1 : initial commit patch 2 : renamed file for conflict patch 3 : rebase to latest and removed nativeHandle direct APIs patch 4 : removed Empty constructors Change-Id: Icb83a959fa239f6bfee5ed1680e2b7e082b6890a Signed-off-by:
Abitha Shankar <abitha.s@samsung.com> Reviewed-on: https://gerrit.iotivity.org/gerrit/10023Reviewed-by:
Chihyun Cho <ch79.cho@samsung.com> Tested-by:
jenkins-iotivity <jenkins-iotivity@opendaylight.org> Reviewed-by:
Madan Lanka <lanka.madan@samsung.com>
-