Refactor provider instance initialization routines 08/66308/10
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 18 Apr 2016 08:53:10 +0000 (17:53 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 19 Apr 2016 06:25:11 +0000 (15:25 +0900)
commitffde390acc2e2ef89d44d1e037e87d284e59a457
tree2af1728d1ade62902c31c634fae97333530bfcc0
parent8dd9349b0f9ebc733ab117c58fd239ed4d760b69
Refactor provider instance initialization routines

Change-Id: I552e9278ebbfbc408ef76f6a5a5a913fa2d128f1
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
80 files changed:
include/CustomContextProvider.h
src/CMakeLists.txt
src/custom/CustomBase.h
src/custom/CustomContextProvider.cpp
src/device/CMakeLists.txt
src/device/DeviceContextProvider.cpp
src/device/DeviceProviderBase.cpp
src/device/DeviceProviderBase.h
src/device/activity/Activity.h
src/device/activity/ActivityBase.cpp
src/device/activity/ActivityBase.h
src/device/social/Call.cpp
src/device/social/Call.h
src/device/social/Contacts.cpp
src/device/social/Contacts.h
src/device/social/Email.cpp
src/device/social/Email.h
src/device/social/Message.cpp
src/device/social/Message.h
src/device/system/Alarm.cpp
src/device/system/Alarm.h
src/device/system/Battery.cpp
src/device/system/Battery.h
src/device/system/Headphone.cpp
src/device/system/Headphone.h
src/device/system/Psmode.cpp
src/device/system/Psmode.h
src/device/system/Time.cpp
src/device/system/Time.h
src/device/system/Wifi.cpp
src/device/system/Wifi.h
src/device/system/runtime_info/Charger.cpp
src/device/system/runtime_info/Charger.h
src/device/system/runtime_info/Gps.cpp
src/device/system/runtime_info/Gps.h
src/device/system/runtime_info/RuntimeInfoBase.cpp
src/device/system/runtime_info/RuntimeInfoBase.h
src/device/system/runtime_info/Usb.cpp
src/device/system/runtime_info/Usb.h
src/place/PlaceContextProvider.cpp
src/place/geofence/GeofenceMonitorHandle.cpp
src/place/geofence/GeofenceMonitorHandle.h
src/place/geofence/PlaceGeofenceProvider.cpp
src/place/geofence/PlaceGeofenceProvider.h
src/place/recognition/place_recognition.cpp
src/place/recognition/place_recognition.h
src/statistics/CMakeLists.txt
src/statistics/StatisticsContextProvider.cpp
src/statistics/app/AppStatisticsProvider.cpp [deleted file]
src/statistics/app/AppStatisticsProvider.h [deleted file]
src/statistics/app/AppStatisticsTypes.h
src/statistics/app/AppStatsLogger.cpp [new file with mode: 0644]
src/statistics/app/AppStatsLogger.h [new file with mode: 0644]
src/statistics/app/AppStatsProvider.cpp [new file with mode: 0644]
src/statistics/app/AppStatsProvider.h [new file with mode: 0644]
src/statistics/app/DbHandle.cpp
src/statistics/app/DbHandle.h
src/statistics/app/app_inactive_detector/AppInactiveDetector.cpp
src/statistics/app/app_inactive_detector/AppInactiveDetector.h
src/statistics/media/DbHandle.cpp
src/statistics/media/DbHandle.h
src/statistics/media/MediaStatisticsProvider.cpp [deleted file]
src/statistics/media/MediaStatisticsProvider.h [deleted file]
src/statistics/media/MediaStatisticsTypes.h
src/statistics/media/MediaStatsLogger.cpp [new file with mode: 0644]
src/statistics/media/MediaStatsLogger.h [new file with mode: 0644]
src/statistics/media/MediaStatsProvider.cpp [new file with mode: 0644]
src/statistics/media/MediaStatsProvider.h [new file with mode: 0644]
src/statistics/shared/DbHandleBase.cpp
src/statistics/shared/DbHandleBase.h
src/statistics/shared/SystemInfo.cpp
src/statistics/social/DbHandle.cpp
src/statistics/social/DbHandle.h
src/statistics/social/SocialStatisticsProvider.cpp [deleted file]
src/statistics/social/SocialStatisticsProvider.h [deleted file]
src/statistics/social/SocialStatisticsTypes.h
src/statistics/social/SocialStatsLogger.cpp [new file with mode: 0644]
src/statistics/social/SocialStatsLogger.h [new file with mode: 0644]
src/statistics/social/SocialStatsProvider.cpp [new file with mode: 0644]
src/statistics/social/SocialStatsProvider.h [new file with mode: 0644]